Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevglass/rune-games
https://github.com/kevglass/rune-games
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevglass/rune-games
- Owner: kevglass
- License: mit
- Created: 2024-02-14T22:07:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T18:54:27.000Z (5 months ago)
- Last Synced: 2024-07-04T23:15:50.335Z (4 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coke and Code rune Games
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-poolThe later games use some common code that I've put together, TOGL - Tiny Open Game Library
* TOGL - https://github.com/kevglass/togl
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._