Skip to content

Find the Source Code for projects built during the SpookyPy Workshop.

Notifications You must be signed in to change notification settings

MLSA-SRM/SpookyPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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