Skip to content

DarkAssassin23/War_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

War Simulator

About

The classic card game War. This program allows you to simulate full games or step through turn-by-turn

Building

Build the project by using the included makefile by running: make. The resulting binary war_simulator will be placed in the bin/ directory.

Usage

You can run the program by running:

./bin/war_simulator

If you want to run it in turn-by-turn mode tack on the -m flag:

./bin/war_simulator -m

The help menu can be viewed by passing the -h flag:

./bin/war_simulator -h

Releases

No releases published

Packages

No packages published