Games Developed as part of Coursera Course "An Introduction to Interactive Programming in Python" by Rice University.
- Asteroids: Classic Spaceship game by Atari recreated as RiceRocks. Spaceship flies around and destroys asteroids while trying to stay alive.
- Guess: Guessing game where player tries to guess a random number choosen by the computer in a range choosen by the player in limited number of tries.
- Memory: Memory game with a series of cards of numbers. Shows 2 cards at a time to the most. Objective of the game is to find all the cards with the same number on it.
- Pong: Classic game of Pong recreated in python. Two players have to play this game by moving peddles and hitting a ball. Each miss by a player gains points to the opponent.
- Rock Paper Scissors Lizard Spock: The classic game of Rock Paper Scissors with added elements of Lizard and Spock.
- Stopwatch: Objective of this game is for the player to try to stop the stopwatch at a whole number time eg: 16.0 or 11.0.
All games can be played, tested and viewed online at the following links:
Online compiler for all programs: www.codeskulptor.org