Move networking plan
Bump version number
Move to fukamachi/myway for routing
A web app that you can play right now. Hosts 2-player sessions of The Royal Game of Ur, inspired by this YouTube video from The British Museum:
I took advantage of this project to learn about WebSocket communications, and Common Lisp web development.
The web app uses Roswell to launch. After you
have that installed and you have this project in your local-projects/
, run:
$ ./roswell/ur-game.ros
Alternatively, with your CL impl of choice (I use SBCL):
$ sbcl --load ur-game.asd --eval '(ql:quickload :ur-game) (ur-game:start)'
While I have a mirror of this repo on GitHub, my main repository for development and CI is on Sourcehut.