Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/encukou/touchgames
- Owner: encukou
- License: mit
- Created: 2011-03-11T11:57:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T17:05:06.000Z (over 7 years ago)
- Last Synced: 2023-03-11T13:19:28.586Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.65 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
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).