game-algorithms/README.md

8 lines
485 B
Markdown

# Game Algorithms
This is a learning project for primarily WASM, but also some algorithms, Svelte and the IBM design system.
Unfortunately I have not had the time to update this project to use my new CI and project deployment infrastructure, so there's not currently a live link. However, it can be ran locally with: (view on [localhost:3000](http://localhost:3000)).
```bash
docker run -p 3000:3000 --name game-algorithms -d git.koval.net/cyclane/game-algorithms/frontend:latest
```