https://github.com/djblue/tetris
An almost complete tetris
https://github.com/djblue/tetris
clojure clojurescript game tetris
Last synced: about 2 months ago
JSON representation
An almost complete tetris
- Host: GitHub
- URL: https://github.com/djblue/tetris
- Owner: djblue
- Created: 2018-09-16T22:23:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T17:36:50.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T15:12:01.142Z (2 months ago)
- Topics: clojure, clojurescript, game, tetris
- Language: Clojure
- Homepage: https://djblue.github.io/tetris/
- Size: 104 KB
- Stars: 119
- Watchers: 5
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tetris
An almost complete tetris.
## dev
To start a figwheel development server, do:
clojure -M:server
To build a static index.html, do
clojure -M:app > index.html