Small text-based online game — a HAL mesh module
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
jochen f385daf09c fix(deploy): use registry image and correct docker list format 1 miesiąc temu
.gitignore feat(txt-game): initial module scaffold 1 miesiąc temu
Dockerfile feat(txt-game): initial module scaffold 1 miesiąc temu
README.md feat(txt-game): initial module scaffold 1 miesiąc temu
docker-compose.yml fix(deploy): use registry image and correct docker list format 1 miesiąc temu
module.yml fix(deploy): use registry image and correct docker list format 1 miesiąc temu
server.mjs feat(txt-game): initial module scaffold 1 miesiąc temu

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.