Skip to content
/ war Public

The War card game used to learn Python OOP.

Notifications You must be signed in to change notification settings

Magueija/war

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WAR

This project was completed in March 2021 and it was used to learn python OOP. The aim was to replicate the War card game.

How to play

First you have enter player1 and player2 names, after that the game has started, you just need to insert any key to play each round or 'q' to stop playing.

War Preview

Getting Started

Run the command python3 src/main.py to start the game. See the exemple bellow :

cd war
python3 src/main.py

Authors