
That’s also a very poor chess move… Playing outside the board?!

It’s pretty cool. Animation is good and you can even do networked games.

what about sound? do you think (play-sound) can handle a lot of sfxs being played at once?

I’ve not tried but you can probably use it with Rsound https://docs.racket-lang.org/rsound/index.html\|https://docs.racket-lang.org/rsound/index.html
Seems simple (require rsound)
(play ding)

question for setting up the handin server: https://github.com/racket/handin You must prepare a special directory to host the handin server. To run the server, you should either be in this directory, or you should set the PLT_HANDINSERVER_DIR environment variable.
trying to set it up on a vps on vultr and im confused what “special directory” means? is it referring to a copy of handin-server
in collects
? EDIT: it requires x11?! Unable to init server: Could not connect: Connection refused
Gtk initialization failed for display ":0"
thought it could run headless… is there a way to make it to? I guess it makes some sense since you need to grade universe problems n such

ahh nevermind, setup is the same as test drive quick start

Unable to init server: Could not connect: Connection refused
Gtk initialization failed for display ":0"
when i run it on my linux vps i get this:

how do i make it not require a display server?

xvfb-ish server or vnc can work