pborregg / game-of-war

A JavaScript simulation of the card game War running on Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 -----------------                  -----------------   
| A               |                | 7               |  
|                 |                |                 |  
|                 |                |     /\   /\     |  
|                 |                |     \/   \/     |  
|       / \       |                |  /\   /\    /\  |  
|      (_ _)      |       VS       |  \/   \/    \/  |  
|       /_\       |                |     /\   /\     |  
|                 |                |     \/   \/     |  
|                 |                |                 |  
|               A |                |               7 |  
 -----------------                  -----------------   

War

A JavaScript simulation of the card game War running on Node.js.

Installation

Clone the repository and install the dependencies:

git clone https://github.com/tylerwalters/game-of-war.git
cd game-of-war
npm install

Run the simulation:

npm start

The results will be added as a .txt file in the output directory.

Version History

1.0.0: Initial release.

License

This is free software distributed under the MIT License.

About

A JavaScript simulation of the card game War running on Node.js.

License:MIT License


Languages

Language:JavaScript 89.3%Language:HTML 10.7%