Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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.