https://github.com/wolfadex/block-topple
https://github.com/wolfadex/block-topple
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/block-topple
- Owner: wolfadex
- Created: 2026-06-15T21:36:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-16T10:02:42.000Z (about 1 month ago)
- Last Synced: 2026-06-16T12:07:07.174Z (about 1 month ago)
- Language: Elm
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Block Topple
A game about toppling block walls. Win by knocking down your opponents towers!
## Features
- [elm-watch](https://lydell.github.io/elm-watch/what-elm-watch-is/) for live reloading and dev server
- [@ryannhg/css-in-elm](https://www.npmjs.com/package/@ryannhg/css-in-elm) for CSS code generation
- [elm-format](https://github.com/avh4/elm-format) for code formatting
- [elm-review](https://www.npmjs.com/package/elm-review) for code review and cleanup
- [run-pty](https://www.npmjs.com/package/run-pty) for running the dev environment in a clean and easy to read manner
- [mise](https://mise.jdx.dev/) for tooling dependencies and running tasks
## Getting Started
Clone this template, then run
```sh
mise install
mise run dev
```