https://github.com/cunningdj/dungeonrun
Dungeon Run is a fast-paced, two-player game where you run around level upon level in a dungeon, collecting coins and avoiding restless monsters!
https://github.com/cunningdj/dungeonrun
birds-eye dungeon game monster player python
Last synced: 2 months ago
JSON representation
Dungeon Run is a fast-paced, two-player game where you run around level upon level in a dungeon, collecting coins and avoiding restless monsters!
- Host: GitHub
- URL: https://github.com/cunningdj/dungeonrun
- Owner: CunningDJ
- Created: 2015-12-09T04:50:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T22:14:18.000Z (almost 9 years ago)
- Last Synced: 2024-12-26T15:12:01.382Z (4 months ago)
- Topics: birds-eye, dungeon, game, monster, player, python
- Language: Python
- Homepage:
- Size: 2.94 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DungeonRun
==========Dungeon Run is a fast-paced, two-player game where you run around level upon level in a dungeon, collecting coins and avoiding restless monsters!
Each player tries to collect as many points as possible while not getting killed.# Steps to play
1. Install Python 2.7 or 3.x if you haven't: https://www.python.org/downloads/
2. Pull this DungeonRun repository
3. Run PLAY.cmd
4. Enjoy!# Notes
- Arrow keys move Player 1, WASD moves player two (same arrangement as the arrow keys).
- Run to the door to progress to the next level.
- + (plus) and - (minus) on the keypad will accelerate and decelerate (respectively) the players and monsters.
- The points and end game score can currently be seen in the window header.