Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/massung/r-cade

Retro Game Engine for Racket
https://github.com/massung/r-cade

Last synced: 2 months ago
JSON representation

Retro Game Engine for Racket

Awesome Lists containing this project

README

        

# Racket Cade (R-cade)

The [R-cade][r-cade] package is a very simple game engine for the [Racket][racket] programming language with a few, specific goals in mind:

* Designed for kids; doing simple things is simple
* No external assets; all rendering, sound, and music is code
* Retro; it's intended to teach some low-level fundamentals

If you're interested, head over to the [R-cade][r-cade] website to learn more!

---

![Breakout!][breakout] ![Flappy][flappy]

[racket]: https://racket-lang.org/
[r-cade]: https://r-cade.io/
[breakout]: https://r-cade.io/files/_breakout.gif
[flappy]: https://r-cade.io/files/_flappy.gif