https://github.com/hamburgj/four-nines-game
A daily mathematical game where you craft expressions using exactly four digits to reach the target number.
https://github.com/hamburgj/four-nines-game
daily fun math math-game python react reactjs wordle
Last synced: 24 days ago
JSON representation
A daily mathematical game where you craft expressions using exactly four digits to reach the target number.
- Host: GitHub
- URL: https://github.com/hamburgj/four-nines-game
- Owner: HamburgJ
- License: mit
- Created: 2024-12-24T05:55:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T23:45:13.000Z (over 1 year ago)
- Last Synced: 2025-02-22T10:51:21.604Z (over 1 year ago)
- Topics: daily, fun, math, math-game, python, react, reactjs, wordle
- Language: Python
- Homepage: https://burgerfun.tech/four-nines/
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Four Nines 🔢
A Daily Puzzle game which challenges users to craft an equation that equals the target number, using exactly 4 of a specific number.
## [👉 Play Now!](https://burgerfun.tech/four-nines/)
This game was created from a fork of my React Base Game repo, which provides a feature-rich template for creating daily games:
### [React Game Base](https://github.com/HamburgJ/react-game-base)