Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cunningdj/dungeongame
An animated, multithreaded command line game where up to three players (represented by numbers) run from a monster (represented by 'M') for as long as they can survive. Also, can choose between 'looped' and solid wall. Designed for Windows. Player 1: Arrow keys. Player 2: WASD. Player 3: IJKL.
https://github.com/cunningdj/dungeongame
cli game monster player python
Last synced: about 17 hours ago
JSON representation
An animated, multithreaded command line game where up to three players (represented by numbers) run from a monster (represented by 'M') for as long as they can survive. Also, can choose between 'looped' and solid wall. Designed for Windows. Player 1: Arrow keys. Player 2: WASD. Player 3: IJKL.
- Host: GitHub
- URL: https://github.com/cunningdj/dungeongame
- Owner: CunningDJ
- Created: 2015-10-26T03:50:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T03:36:14.000Z (about 9 years ago)
- Last Synced: 2023-03-02T00:35:57.694Z (over 1 year ago)
- Topics: cli, game, monster, player, python
- Language: Python
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DungeonGame
First version developed for Windows. Plan to add other OS functionality.
An animated, multithreaded command line game where up to three players (represented by numbers) run from a monster (represented by 'M') for as long as they can survive.
Also, you can choose between 'looped' and solid wall. Designed for Windows.
For the first version, the monster simply speeds up by 5% every 7 seconds, but I'll probably set it to asymptotally approach some difficult speed for following versions.
Controls:
ESC to quit.
Player 1: Arrow keys
Player 2: WASD
Player 3: IJKL