This is an fan made adaptation of the amazing Radlands card game
Can see the live running version at 🔗https://badlands.deno.dev/🔗
Built with Deno and Alpine.js and a lot of manual Websocket messaging. Launching steps:
- Install Deno v2+
- From the root directory execute
deno run dev
- Navigate to
http://localhost:2000
Check out utils.mjs
for a bunch of DEBUG_*
flags to toggle the learning/testing experience. Can also lint from the main
directory with deno fmt ; deno lint
Obviously see the Issues list for progress and ideas. Tons of TODOs scattered throughout the code too.