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

https://github.com/tungbq/python-game

🐍🎮 Write game in python
https://github.com/tungbq/python-game

coding game python

Last synced: 6 months ago
JSON representation

🐍🎮 Write game in python

Awesome Lists containing this project

README

          

# python-game

Write your own games in python

## Library

- https://github.com/pygame/pygame

## Available game

| ID | Game | Code and Demo | Status |
| :-- | :---------- | :-------------------------- | :---------- |
| 01 | Tetris | [tetris](./tetris/) | ✔️ Done |
| 02 | Tic Tac Toe | [tictactoe](./tictactoe/) | ✔️ Done |
| 03 | Snake | [snake](./snake/) | ✔️ Done |
| 04 | Dinosaur | [dinosaur](./dinosaur/) | ✔️ Done |
| 05 | Flappy Bird | [flappybird](./flappybird/) | In-progress |
| 06 | 2048 | [2048](./2048/) | In-progress |