Course Website: An Introduction to Interactive Programming in Python
This repository contains the mini-project codes for this course.
All codes are written in CodeSkulptor, some libraries like simplegui may not be compatible with standard Python.
Mini-project list:
- "Rock-Paper-Scissors-Lizard-Spock" game (RPSLS.py)
- "Guess the Number" game (GuessTheNumber.py)
- Stopwatch: The Game (StopWatch.py)
- "Pong" game (Pong.py)
- "Memory" game (Memory.py)
- Full "RiceRocks" game (Asteroids.py)