joel99 / Team_2D

Risk - Joel Ye and William Xiang
0 stars 1 forks source link

CS-Final-Project-Fall-2015

Risk (Terminal) - Joel Ye and William Xiang Note for Mr. Brown: to-do and devlog can be found in ProjectManagement folder. A bunch of features were ditched. Like AI. Unfortunately. To launch the program, make sure you are in the same directory as Risk.java.
Bugs? Make an issue about it! Thanks for coming by. Want out of the game? Just press ctrl+c (C+c)! Guaranteed quit mechanism.
Type the following commands:
$ javac Risk.java
$ java Risk

The program should then run, and you will be guided from there. There will be a short rules rundown within the game itself, but for detailed rules, read the Rules.txt file. The map displays territory borders as '#' and confusing continent borders as '+'. If you're still not too sure about continent borders, check Board.jpg in /ProjectManagement.

Control Overview

Risk - A Game of Domination For 2-6 players Try to conquer the world with your armies - each turn, one player gains reinforcements. From armies on countries, they can attack adjacent countries. (See Rules.txt for attack mechanism). At the end of every turn, they can fortify their countries with ONE troop transfer. If any countries were conquered that turn, the player will be given a card. (See Rules.txt for card usage). The game is over once a player wons all 42 territories.


Project Features