~carloratm/gameof100

A puzzle game written in Elm
use a variable for the app deploy target
Add a link to the online game

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~carloratm/gameof100
read/write
git@git.sr.ht:~carloratm/gameof100

You can also use your local clone with git send-email.

#Game of 100

When I was a child, my sister showed me this puzzle, it's a puzzle game to play while compiling.

Play the game!

Warning: I don't know if the puzzle actually has a solution.

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.

Use devbox shell to download the requirements and activate the development environment.

Use make to build the app in the public_html folder.

Open public_html/index.html in your favorite web browser.

Cheers!

Do not follow this link