Small text-based online game — a HAL mesh module
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
jschoubben 0139527147 Merge pull request 'fix(server): respond to HEAD / so health checks return 200' (#2) from fix/head-method into main pirms 1 mēnesi
.gitignore feat(txt-game): initial module scaffold pirms 1 mēnesi
Dockerfile feat(txt-game): initial module scaffold pirms 1 mēnesi
README.md feat(txt-game): initial module scaffold pirms 1 mēnesi
docker-compose.yml fix(deploy): use registry image and correct docker list format pirms 1 mēnesi
module.yml fix(deploy): use registry image and correct docker list format pirms 1 mēnesi
server.mjs fix(server): respond to HEAD / so health checks return 200 pirms 1 mēnesi

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.