/10plus3

10plus3 - a js13kGames 2024 competition entry by @ekros.

Primary LanguageTypeScriptMIT LicenseMIT

10 plus 3

10 plus 3 is a math puzzle game for the 2024 edition of the 13kjsgames competition. This year's theme is Triskaidekaphobia.

The mechanics are simple.

You have a starting number in the center. Select the operations using the arrow keys in the correct order to get the number... 13!

Hopefully it will help with your phobia!

(Don't try to finish the game... levels are generated so it would never end :))

Postmortem: I finished the game... but I couldn't submit it to the competition because the build system of the boilerplate I was using was broken. The zipped game did not work :) I waited until the last minute to submit and I had no time to fix this. For the next year: make sure your build system works!!

You can still play the game if you clone the repo and type: npm run start.