Skip to content

tito/touchgames

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <logfile>` (given replay.py is started with the same parameters,
e.g. screen size).

About

Multi-user games for a multi-touch table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%