https://github.com/ww92030-storage/tetris
Tetris clone in C++
https://github.com/ww92030-storage/tetris
furry protogen tetris tetris-clone tetris-game
Last synced: over 1 year ago
JSON representation
Tetris clone in C++
- Host: GitHub
- URL: https://github.com/ww92030-storage/tetris
- Owner: WW92030-STORAGE
- License: agpl-3.0
- Created: 2024-05-10T21:18:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T19:34:58.000Z (about 2 years ago)
- Last Synced: 2025-01-21T10:51:08.520Z (over 1 year ago)
- Topics: furry, protogen, tetris, tetris-clone, tetris-game
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TETRIS
Tetris clone in C++. API includes game system and logic backend. There is also a text based frontend (disp) method to display the game state. However you will have to implement input handling and whatnot yourself.
Guidelines are roughly based on these - https://tetris.wiki/Tetris_Guideline. The method for the AI system is based on this article - https://luckytoilet.wordpress.com/2011/05/27/coding-a-tetris-ai-using-a-genetic-algorithm/.