A simple Python script to implement the FLAMES game we all might have played in our childhood.
Python 2 / Python 3
First move to the FLAMES-game
directory to access the files
Run the following command once you are in the FLAMES-game
directory:
cd Scripts/Miscellaneous/FLAMES-game
Now, to run the scripts, use the following commands:
For Python 3: python3 flames_game.py
For Python 2: python flames_game.py
Saujanya Pandey