/war-card-game

War card game project in Python.

Primary LanguagePythonApache License 2.0Apache-2.0

War card game project using Python.

  • Download this repository or clone it:
git clone https://github.com/maximedrn/war-card-game.git
  • It requires Python 3.7 or a newest version.
  • Install pip to be able to have needed Python modules.
  • Open a command prompt in repository folder and type:
pip install -r requirements.txt
  • Then type:
python main.py

Preview of the project:

  • Menu:

Preview 1

  • Game (1):

Preview 2

  • Game (2):

Preview 3