Skip to content

jvendegna/oo_war_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OO War Game

Classic game of war implemented in object oriented python.

It's a buggy mess, and does not work as it should. But the intent was not to create the game that works perfectly, but to show how one could implement a card game using object oriented principals.

Installation:

First, install poetry. Thank me later. While this project does not require much of poetry's advanced features, I like it better and am personally done messing with the headache that is python package managment. So I choose to use it in all of my projects.

Next run poetry install

Finally from the root of the repo run poetry run python war_game/main.py to see it in action.

Contributing

Find a bug, create an issue here, fork the repo, fix the bug, open a pull request.

About

Object oriented classic game of war.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages