Here's some games I wrote on the rune (https://developers.rune.ai) platform because its interesting and fun. They're not examples of stellar coding, but get to the point quick with simple fun controls.
- Dungeons of Glee - https://github.com/kevglass/rune-dungeonsofglee
- Go Dungeon Go - https://github.com/kevglass/rune-godungeongo
- Boing Boing - https://github.com/kevglass/rune-boingboing
- Scorched Turf - https://github.com/kevglass/rune-scorchedturf
- Flick Footie - https://github.com/kevglass/rune-flickfootie
- Dino Dash - https://github.com/kevglass/rune-dinodash
- Star Chaser - https://github.com/kevglass/rune-shooter
- Quiz Game - https://github.com/kevglass/rune-quiz
- Pool Game - https://github.com/kevglass/rune-pool
The later games use some common code that I've put together, TOGL - Tiny Open Game Library
The sources for the games assume you've cloned TOGL in the same directory as you cloned the game. So, the package.json path to the local module as ../togl
All game assets are licensed for use in these projects. They remain copyright of their authors.