💰 Deal or No Deal — a game on Superhuman Docs

Ah, it’s good to get back to the roots! :sweat_smile:

Presenting: Deal or No Deal

Demo video

Designed to play on a desktop in Wide / 1200 px mode (otherwise the layout would break).

Not only this is a fun time-waster, but also features a few interesting technical tricks:

  • Negative margin between a girl and her case, forcing an overlap in a 2-column canvas
  • Using a Card() to avoid the ‘spinning wheel’ animation on an ‘opened case’ button with the value
  • Generally using canvases for UI screens (the header that depends on the game stage)
  • An anti-cheat engine that will halt the game if you Ctrl+Z :slight_smile:

Also feel free to copy the doc and investigate its internals. Some technical debt is present, yet it could still be some inspiration.

:right_arrow: Play here:

Drop your impressions and the amounts you’ve won in the comments below!

10 Likes

This rocks. Never fail to be inspired by everything you put out there, Paul.

2 Likes

Wow, love it! Always inspiring to see what’s possible with the same toolset and clever problem-solving.

2 Likes