Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Added better support for mobile devices
Browse files Browse the repository at this point in the history
- Added visual controls suitable for touchscreens.
- Changed level format to JSON for better portability.
This is to make it work with PGS4A (Pygame Subset for Android)
which doesn't bundle any XML module but does support json.
- Font path is now based on config.dataPath
- Added BACKSPACE as quit key and S as down key
- Added exit screen
  • Loading branch information
PVince81 committed Jun 8, 2012
1 parent 573deb1 commit 31126a3
Show file tree
Hide file tree
Showing 40 changed files with 7,726 additions and 1,622 deletions.
23 changes: 22 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@ Node Reviver was developed by Vincent Petry <PVince81@yahoo.fr> for MiniLD #33.
Website: http://vincentpetry.net/games/nodereviver
GitHub: http://github.com/PVince81/nodereviver

This game was written in Python and uses Pygame internally.
This game was written in Python and uses Pygame.


Requirements
------------

- Pygame
- To run on Maemo (Nokia N900), requires python-simplejson


Running
-------

To start the game, simply run

./nodereviver.py


If using a mobile device without keyboard, you can enable touch screen
support and fullscreen mode by adding this:

./nodereviver.py --controls --fullscreen


Game Rules
Expand Down
Loading

0 comments on commit 31126a3

Please sign in to comment.