Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.16 KB

SpookyPy

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.

Getting Started

  • 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

Libraries

  • random (you can find the official documentation here)
  • curses (you can find the official documentation here)

Brought to you by

Microsoft Learn Student Ambassadors SRM