Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 697 Bytes

File metadata and controls

16 lines (12 loc) · 697 Bytes

Interactive-Programming-in-Python

A Coursera course for learning 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)