Small text-based online game — a HAL mesh module
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
jochen f385daf09c fix(deploy): use registry image and correct docker list format il y a 1 mois
.gitignore feat(txt-game): initial module scaffold il y a 1 mois
Dockerfile feat(txt-game): initial module scaffold il y a 1 mois
README.md feat(txt-game): initial module scaffold il y a 1 mois
docker-compose.yml fix(deploy): use registry image and correct docker list format il y a 1 mois
module.yml fix(deploy): use registry image and correct docker list format il y a 1 mois
server.mjs feat(txt-game): initial module scaffold il y a 1 mois

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.