mirror of
https://github.com/kaepr/game-of-life-cljs.git
synced 2026-03-15 14:17:18 +00:00
Conway's Game of Life implemented in ClojureScript.
- Clojure 96.1%
- HTML 3%
- CSS 0.9%
|
|
||
|---|---|---|
| .clj-kondo | ||
| dev | ||
| public | ||
| src | ||
| .gitignore | ||
| .tool-versions | ||
| bun.lock | ||
| deps.edn | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| shadow-cljs.edn | ||
game-of-life-cljs
Conway's Game of Life implemented in ClojureScript.
- Share the starting generation using a link.
Future Scope
- Support multiple tile shapes
- Infinite scroll
Requirements
npmorbunclojure
Development
bun i
bun dev
This will start up a nREPL server locally.
Production
bun prod
bunx serve prod
References
Built using pitch-io/uix.
Repo based on harismh/utsb-cljs-starter.