A C++ terminal puzzle game prototype built around Bitcoin vocabulary and proof-of-work concepts.
The player receives a clue, chooses from five possible answers, and earns points when the answer matches.
This repo now includes a working C++ program:
polyd_euces_hashgame.cppβ playable terminal gameBUILD.mdβ compile and run instructionsNOTES.mdβ project notes
See BUILD.md for the full command.
Quick compile:
g++ -std=c++17 -Wall -Wextra -pedantic -O2 polyd_euces_hashgame.cpp -o polyd_euces_hashgameRun:
./polyd_euces_hashgame- Add stronger puzzle rounds
- Add difficulty levels
- Add score history
- Add a cleaner menu system
- Add real hash verification later
- Add Signet-style payout simulation later
MIT License.