A simple arcade game coded in Python.
Python 3
: 3.6+pipenv
: Follow documentation instructions
- Clone this repo
git clone https://github.com/K-Fet/FirstArcadeGame.git
- Install dependencies with
pipenv
by runing:pipenv install
- Launch the project
python MyGame.py