Small text-based online game — a HAL mesh module
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Warre (hal-developer) 1e7772ad29 fix(db): grant app user permissions on players and games tables před 1 měsícem
migrations fix(db): grant app user permissions on players and games tables před 1 měsícem
.gitignore feat(txt-game): initial module scaffold před 1 měsícem
Dockerfile feat(scores): persist scores in Postgres, add scoreboard UI před 1 měsícem
README.md feat(txt-game): initial module scaffold před 1 měsícem
docker-compose.yml feat(scores): persist scores in Postgres, add scoreboard UI před 1 měsícem
module.yml feat(db): provision Postgres and add score schema migration před 1 měsícem
package-lock.json feat(scores): persist scores in Postgres, add scoreboard UI před 1 měsícem
package.json feat(scores): persist scores in Postgres, add scoreboard UI před 1 měsícem
server.mjs feat(scores): persist scores in Postgres, add scoreboard UI před 1 měsícem

README.md

txt-game

A small text-based number guessing game running as a HAL mesh module. The server picks a random number between 1 and 100, and you have 7 attempts to guess it — after each guess you receive a directional hint (too high / too low) and a temperature clue (cold → warm → hot) to help you zero in. The game runs entirely in the browser via HTML forms: no JavaScript required on the client side. Each player session is tracked by a lightweight cookie so multiple people can play concurrently without interference.