|
|
пре 1 месец | |
|---|---|---|
| migrations | пре 1 месец | |
| .gitignore | пре 1 месец | |
| Dockerfile | пре 1 месец | |
| README.md | пре 1 месец | |
| docker-compose.yml | пре 1 месец | |
| module.yml | пре 1 месец | |
| package-lock.json | пре 1 месец | |
| package.json | пре 1 месец | |
| server.mjs | пре 1 месец | |
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.