An open API service indexing awesome lists of open source software.

https://github.com/wolfadex/block-topple


https://github.com/wolfadex/block-topple

Last synced: about 1 month ago
JSON representation

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
```