https://github.com/tsoding/tetris-jai
Simple Implement of Tetris Game in Jai
https://github.com/tsoding/tetris-jai
Last synced: 6 months ago
JSON representation
Simple Implement of Tetris Game in Jai
- Host: GitHub
- URL: https://github.com/tsoding/tetris-jai
- Owner: tsoding
- License: mit
- Created: 2022-05-18T16:01:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T18:27:05.000Z (over 3 years ago)
- Last Synced: 2025-04-29T12:54:31.149Z (8 months ago)
- Size: 4.88 KB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Tetris Game
**WARNING! The Game is not playable yet! Don't expect anything from it!**
## Quick Start
```console
$ jai -version
Version: beta 0.1.023, built on 9 May 2022.
---- Plugin 'Check' provides no help.
$ jai tetris.jai
$ ./tetris
```