Skip to content

Implement phases 1-4 gameplay upgrade#1

Open
polydeuces32 wants to merge 2 commits into
mainfrom
feature/phases-1-4
Open

Implement phases 1-4 gameplay upgrade#1
polydeuces32 wants to merge 2 commits into
mainfrom
feature/phases-1-4

Conversation

@polydeuces32

Copy link
Copy Markdown
Owner

Summary

This PR upgrades the C++ terminal game through Phases 1-4:

  • Phase 1: adds a verifier fingerprint function
  • Phase 2: connects verification to puzzle answers
  • Phase 3: adds simulated reward scoring
  • Phase 4: adds round history summary

Safety

Rewards are simulated credits only. This PR does not add wallet logic, private keys, real transactions, or automatic payout behavior.

Files changed

  • polyd_euces_hashgame.cpp
  • README.md

How to build

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant