Skip to content

polydeuces32/polyd_euces_hashgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

POLYD_EUCES_HASHGAME

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.

Current status

This repo now includes a working C++ program:

  • polyd_euces_hashgame.cpp β€” playable terminal game
  • BUILD.md β€” compile and run instructions
  • NOTES.md β€” project notes

Build

See BUILD.md for the full command.

Quick compile:

g++ -std=c++17 -Wall -Wextra -pedantic -O2 polyd_euces_hashgame.cpp -o polyd_euces_hashgame

Run:

./polyd_euces_hashgame

Roadmap

  • 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

License

MIT License.

About

🟧 Bitcoin SHA256 Puzzle Game β€” Crack the hash to unlock sats!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages