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
- Host: GitHub
- URL: https://github.com/tungbq/python-game
- Owner: tungbq
- Created: 2024-06-08T11:04:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T13:51:35.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:09:03.603Z (6 months ago)
- Topics: coding, game, python
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 |