https://github.com/dedbox/racket-playground
A 2-D multiplayer video game engine for Racket
https://github.com/dedbox/racket-playground
Last synced: 4 months ago
JSON representation
A 2-D multiplayer video game engine for Racket
- Host: GitHub
- URL: https://github.com/dedbox/racket-playground
- Owner: dedbox
- License: mit
- Created: 2018-10-31T17:35:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T03:11:09.000Z (over 7 years ago)
- Last Synced: 2025-07-18T07:44:04.147Z (11 months ago)
- Language: Racket
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixel Playground
**A 2-D multiplayer video game engine for Racket**
This is a growing collection of software fragments I've used to introduce,
explain, and motivate the many facets of video game development for my
after-school group. It doesn't offer much yet. Eventually, it will contain
everything you need to program 2-D multiplayer video games in Racket.
# Install and Run
```
git clone https://github.com/dedbox/racket-playground.git
cd racket-playground
raco pkg install -n playground
racket ./main.rkt
```