Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlotm/gameof100
A puzzle game I used to play when I was a child
https://github.com/carlotm/gameof100
elm elm-architecture
Last synced: about 17 hours ago
JSON representation
A puzzle game I used to play when I was a child
- Host: GitHub
- URL: https://github.com/carlotm/gameof100
- Owner: carlotm
- Created: 2024-01-19T06:33:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:10:40.000Z (about 2 months ago)
- Last Synced: 2025-01-21T16:17:55.435Z (about 17 hours ago)
- Topics: elm, elm-architecture
- Language: Elm
- Homepage: https://carlotm.github.io/gameof100
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of 100
When I was a child, my sister showed me this puzzle,
it's a puzzle game to play while compiling (https://xkcd.com/303).Warning: I don't know if the puzzle actually has a solution.
[Play the game](https://carlotm.github.io/gameof100)
Rules are:
- Move the cursor with `hjkl` or arrow keys
- `space` to put a value in the current cell
- Put the next value horizontally or vertically skipping 2 cells or diagonally skipping 1 cell (the UI will help finding the possible moves)## Local development
This app uses [devbox](https://www.jetpack.io/devbox/).
Use `devbox shell` to download the requirements and activate the development environment.
Use `make` to build the app in the `_site` folder.
Open `_site/index.html` in your favorite web browser.
Cheers!