/War

Primary LanguageJavaScript

Goal of this project:

Implement an application that plays the card game of War using the rules here.

======

UI: 'Player Turn:'' * shows either a 1 or 2 * (top center)

'Player 1'                                                                    'Player 2'
'card count':                       'initiate battle' button                  'card count':



          player x has won! * when someone wins *                      start over button (bottom right)

======

======

Database

Table -> LifeTimeWins

Rows player1 (string) | numberOfWins (int) player2 (string) | numberOfWins (int)

======