Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/massung/r-cade
- Owner: massung
- License: other
- Created: 2020-01-25T16:01:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T09:30:36.000Z (over 1 year ago)
- Last Synced: 2024-08-04T04:06:13.742Z (6 months ago)
- Language: Racket
- Homepage: https://r-cade.io
- Size: 1.2 MB
- Stars: 269
- Watchers: 12
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-racket - r-cade - Retro Game Engine for Racket. (Games)
- awesome-racket-and-scheme - r-cade
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 fundamentalsIf 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