Small text-based online game — a HAL mesh module
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
jochen f385daf09c fix(deploy): use registry image and correct docker list format 1 个月前
.gitignore feat(txt-game): initial module scaffold 1 个月前
Dockerfile feat(txt-game): initial module scaffold 1 个月前
README.md feat(txt-game): initial module scaffold 1 个月前
docker-compose.yml fix(deploy): use registry image and correct docker list format 1 个月前
module.yml fix(deploy): use registry image and correct docker list format 1 个月前
server.mjs feat(txt-game): initial module scaffold 1 个月前

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.