X Tutup
The Wayback Machine - https://web.archive.org/web/20210101052116/https://github.com/OSSpk/Awesome-Python-Games
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

🎉 Awesome-Python-Games

Open Source Love svg1 GitHub Forks GitHub Issues contributions welcome

forthebadge

Learn Python by developing fun to play games like Pong and Asteroids. The games range from basic ones (which demonstrate basic concepts in Python) to some advanced ones which demonstrate the concepts of Classes in Python along with the Physics logic required to make such games.

These games were made as assignments during the course "Interactive Programming in Python by Rice University - Part 1 & 2." I am sharing these for learning purposes since it always feels awesome to make a game using any programming language :)

There are total 8 games which are intuitively in increasing order of complexity hence making the last one named 'Asteroids' a really cool game to look at.

1- Rock-Paper-Scissors

2- Guess the Number

3- Stop Watch: The Game

4- Pong

5- Memory

6- Blackjack

7- Spaceship

8- Asteroids

How to Run

The games run on the browser-based programming environment CodeSkulptor. Simply copy all of a game's code and paste it in the CodeSkulptor Editor. Then just click the Run button and the game will get started.

Note

These games are built in Python 2. They use a specific library to draw the canvas and to do the event-based programming. This library named 'simplegui' is only accessible in the browser based IDE CodeSkulptor hence its necessary to run the code using CodeSkulptor.


Author

You can get in touch with me on my LinkedIn Profile: LinkedIn Link

You can also follow my GitHub Profile to stay updated about my latest projects: GitHub Follow

If you liked the repo then kindly support it by giving it a star â­? and share in your circles so more people can benefit from the effort.

Sponsor

If you or your company use any of my projects or like what I’m doing then consider backing me.

Contributions Welcome

forthebadge

If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.

Issues

GitHub Issues

If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out.

License

MIT

Copyright (c) 2018-present, harismuneer

You can’t perform that action at this time.
X Tutup