An open API service indexing awesome lists of open source software.

https://github.com/furrukht10/game-collection-python

A collection of simple games designed using Python (PyGame, turtle, etc...)
https://github.com/furrukht10/game-collection-python

Last synced: 3 months ago
JSON representation

A collection of simple games designed using Python (PyGame, turtle, etc...)

Awesome Lists containing this project

README

        

# Game-Collection-Python

## A collection of simple games designed using Python (PyGame, turtle, etc...)
###### Being worked on...
#
### **Space Invader**
Inspired by a tutorial, this is a simple Space Invader game which uses the basic PyGame concepts.

spaceinvaders

#
### **Snake Game**

A simple snake eats food game designed using the turtle module

snake

#
### **Pong**
A simple pong game designed using the turtle module

pong