Diplomacy is a strategic board game that takes place in WW1 era. Each player represents one of "Greate Powers of Europe" with the intent to claim the world by attacking and taking over other countries. Players must communicate with their enemies and create short-term allies in order to successfully expand their territory.
$ git clone https://github.com/simbrams/CECS-475-Diplomacy.git
$ cd CECS-475-Diplomacy
$ npm install
$ npm start
Nothing yet. Will be updated as we start developing.
The rules can be found in the documents folder.
Make sure you have Git and Node.js installed on your machine.
Run the following command in the folder that you want the repository files to end up:
git clone https://github.com/simbrams/CECS-475-Diplomacy.git
Change into the directory of the project and install the rest of the dependencies by running:
npm install
Run the following command in the directory of the project:
npm start
This will open up a window that will run the application.
Diplomacy Board Game Online will be available to play in the browser at: (insert link here).
For the best experience, download the desktop version at: (insert download page linke here).