Day 1: 05 PM IST on October 31st, 2020.
Day 2: 11 AM IST on November 1st, 2020.
- Source Code for the Hangman game from Day 1 can be found here
- Source Code for the Classic Snake Game from Day 2 can be found here.
- Fork this repo.
- Clone this repo using the following command. (Replace
:username
with your GitHub username)
git clone https://github.com/:username/SpookyPy
- Change Directory to either Day 1 or Day 2
cd '\Day 1\'
- To install a python library
pip install <library-name>
- Run the python file.
python main.py
random
(you can find the official documentation here)curses
(you can find the official documentation here)