An open API service indexing awesome lists of open source software.

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

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/)