Mobile gaming has become a cesspool of predatory mechanics:
- Fake "earn real money" promises
- Endless ad farming with no payoff
- Psychological manipulation designed by data scientists
- Dark patterns that exploit human weakness
The original MegaDog exemplifies this - promising cash payouts that never materialise, harvesting user attention for ad revenue, and explicitly admitting to "collecting psychological statistics."
MegaDog (Ethical Edition) proves that engaging games don't require exploitation.
-
No Fake Money Claims
- This is a game. You will not get rich.
- Your rewards are digital dogs and beautiful fractals, not dollars.
-
Transparent Mechanics
- All odds are public
- All code is open source
- All economics are visible on-chain
-
Actual Ownership
- Your dogs are NFTs you truly own
- Transferable, verifiable, permanent
- Not "in-game items" that vanish when servers close
-
Mathematical Beauty
- Each dog generates unique Mandelbrot fractals
- Deterministic, reproducible, beautiful
- Art from mathematics, not from manipulation
-
Memory-Safe Architecture
- Pony: Actor-model server with no GC pauses
- Vyper: Auditable smart contracts
- Kotlin: Type-safe Android rendering
- No Python in core paths
We use logarithmic storage because it's efficient. We use Mandelbrot fractals because they're beautiful. We use blockchain because ownership should be real. We use RSR standards because reliability matters.
- Promise money
- Require ads for progression
- Sell user data
- Use dark patterns
- Gate content behind paywalls
- Employ variable reward schedules designed to addict
- Make a fun merge game
- Generate beautiful fractal art
- Prove that ethical games can exist
- Open source everything
- Explain our economics publicly
Dogs are stored logarithmically:
Traditional: treats = 1,000,000,000 (uses uint256)
MegaDog: logTreats = ln(1,000,000,000) × 10^6 = 20,723,266 (uses int128)
This saves ~30% gas at scale and demonstrates that efficiency and ethics align.
If you believe games should be games (not slot machines), contribute:
- GitLab: https://gitlab.com/megadog/megadog
- License: MPL-2.0 (copyleft, always open)
The dogs deserve better. So do the players.