Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/encukou/touchgames

Multi-player games for a multi-touch table
https://github.com/encukou/touchgames

Last synced: 26 days ago
JSON representation

Multi-player games for a multi-touch table

Awesome Lists containing this project

README

        

Games for a multitouch table.

After installing dependencies (Kivy, Numpy, Cython), run
`python setup.py install`, then try the games:

maze.py: A two-player game where one player solves a maze while the other
modifies it.
towers.py: Two-player tower defense -- hold out against an invasion for as long
as possible.

For data collection purposes, all games are logged and can be replayed using
`replay.py ` (given replay.py is started with the same parameters,
e.g. screen size).