https://github.com/flaport/mplgames
Games written in matplotlib
https://github.com/flaport/mplgames
Last synced: about 1 year ago
JSON representation
Games written in matplotlib
- Host: GitHub
- URL: https://github.com/flaport/mplgames
- Owner: flaport
- Created: 2018-02-15T11:19:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T09:39:12.000Z (over 8 years ago)
- Last Synced: 2025-05-14T09:51:43.988Z (about 1 year ago)
- Language: Python
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matplotlib Games
Some games entirely written in python using `matplotlib`.
## Why?
Of course `matplotlib` is a plotting library and was never intended to write games.
This repository is just to illustrate what `matplotlib` is capable of.
## How do I play?
All the subfolder of this repository contain a `__main__.py` file. You can just
play the game by running
```
$ python game
```
In the terminal.
## Credits
* [Flaport](http://github.com/flaport/)