Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeman99/riskbattler
Throw ncurses dice and speed up your Risk game! :game_die:
https://github.com/codeman99/riskbattler
Last synced: about 1 month ago
JSON representation
Throw ncurses dice and speed up your Risk game! :game_die:
- Host: GitHub
- URL: https://github.com/codeman99/riskbattler
- Owner: CodeMan99
- Created: 2014-11-24T22:06:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T19:18:53.000Z (over 6 years ago)
- Last Synced: 2023-08-09T21:48:52.823Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
RiskBattler
===========Throw ncurses dice and speed up your Risk game!
---
Files
-----
- dice.py: Takes a number in [1,6] and creates an ascii art die. Also has the ability to join two ascii art dice in the same line.
- risk.py: Main ncurses program.Using this program
------------------
1. Set up your Risk game like usual.
2. Put away the dice.
3. Start this program (python 2.7 or 3.x).
4. When a player attacks, enter the troops they are using as offensive count.
5. Start the battle with "space" to automatically finish the battle OR any other key to battle by one roll at time.Known Issues
------------
- The program requires 21 console lines to run properly.