Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 2.49 KB

File metadata and controls

34 lines (24 loc) · 2.49 KB

mini-projects-while-learning-python

Intruduction

This is my source code for the Mini-projects for the course An Introduction to Interactive Programming in Python in Coursera. It is a good course for learning how to program in Python. To find more information, please click here: https://class.coursera.org/interactivepython-004

WARNING: Hello, all my classmates! I want to remind you of the Honor code. You are welcomed to read my code, but you can't just copy it!!!

Editor

We use a unique editor(or IDE) for programming in Python for this course, which calls codeskulptor, so all my source code can only run in this environment. And it also provide a debug mode, which calls Viz mode. Remenber that there is a helpful document where we can find the descriptions of all the libraries that we'll use.

Introduction for each mini project

Rock-paper-scissors-lizard-Spock

"Guess the number" game

"Stopwatch: The Game"

"Pong"

Memory

Blackjack

Spaceship

RiceRocks (Asteroids)