/Class_Based_War

Promineo Tech Coding Assignment, week 6. Final project: create an automated version of the classic card game WAR using classes. “You can implement the game however you’d like. The completed project should do the following: deal 26 Cards to two Players from a Deck, iterate through the turns where each Player plays a Card, the Player who played the higher card is awarded a point, Ties result in zero points for either Player, after all cards have been played, display the score. Write a Unit Test using Mocha and Chai for at least one of the functions you write.” NOTE: there's a bug in the logic.

Primary LanguageJavaScript

This repository is not active