Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davecom/fallingblocks
A Tetris-like game in Python with the Arcade library.
https://github.com/davecom/fallingblocks
arcade-library python tetris tetris-clone type-hints
Last synced: about 1 month ago
JSON representation
A Tetris-like game in Python with the Arcade library.
- Host: GitHub
- URL: https://github.com/davecom/fallingblocks
- Owner: davecom
- License: gpl-3.0
- Created: 2020-07-18T04:50:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T18:19:28.000Z (5 months ago)
- Last Synced: 2024-07-23T21:34:20.383Z (5 months ago)
- Topics: arcade-library, python, tetris, tetris-clone, type-hints
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FallingBlocks
A falling blocks game, made to serve as a demonstration of building a Tetris-like game in Python with the Arcade library.
## Built Using
- Python 3.8 (should work with 3.7 or newer)
- Arcade 2.4.1## Screenshot
![ScreenshotFallingBlocks](FallingBlocks.png)