Metadata-Version: 2.1
Name: ctoybox
Version: 0.2.1
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Requires-Dist: pillow
Requires-Dist: cffi
Requires-Dist: numpy
Summary: Package containing Rust Toybox games.
Home-Page: https://github.com/toybox-rs/toybox-rs
Author: Emma 'Frank' Tosch <etosch@cs.umass.edu>, John Foley <jjfoley@smith.edu>, Kaleigh Clary <kclary@cs.umass.edu>
Author-Email: Emma 'Frank' Tosch <etosch@cs.umass.edu>, John Foley <jjfoley@smith.edu>, Kaleigh Clary <kclary@cs.umass.edu>
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ctoybox

This is the bare-bones api for [Toybox](https://toybox.rs).

## Dependencies

- pillow (for rendering images)
- numpy (for allocating arrays of the right type for the FFI)
- cffi
- pygame (optionally for ``human_play``)

