/CodeSkulptor

Codes for the interactive programming class

Primary LanguagePython

An Introduction to Interactive Programming in Python

I have written these codes as the assignments for the course

01_shrubbery.py - a simple program to print statement
02_GuessTheNumber.py - A non-GUI shell interative number guessing game
03_Stopwatch.py - A GUI stopwatch
04_Pang.py - Implementation of the arcade game Pong
05_Memory.py - A game to selecting connected images from multiple tiles
06_Blackjack.py - A simpler GUI implementation of Blackjack
07_spaceship.py - Pre-requisite for RiceRock game implemetation
08_RiceRocks.py - A full implemetation of a spaceship shooting rocks game