GitXplorerGitXplorer
e

touchgames

public
8 stars
2 forks
3 issues

Commits

List of commits on branch master.
Unverified
d3c3f3371dad7eb9b383ef1389baaa2b44993c21

Cython syntax fix

eencukou committed 13 years ago
Unverified
f2e82d4e1ed56896382fb7bd48df6eba1387c6c5

Towers: Don't do conditional import of numpy

eencukou committed 13 years ago
Unverified
d05e6522f6f642228d0a6d174b6f1b7dedb3ba02

Towers: first pass to try to make numpy optionnal

ttito committed 13 years ago
Unverified
259b776e6a45d3e815feec7342cccb6bda9f4def

Fixes towers for Kivy 1.0.8 (LineWidth instruction have been removed)

ttito committed 13 years ago
Unverified
d23732a480cfc6f19aa96b898ad4eb623c93bf59

End logs properly

eencukou committed 13 years ago
Unverified
16ad17f98a8675b39dafd9920395996c51cceba5

Prevent building/destroying outside of board

eencukou committed 13 years ago

README

The README file for this repository.

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