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

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

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
```