Learning project for WebAssembly and a few game algorithms
Go to file
Gleb Koval 17abb81a6f Update README.md
Deployment and CI are no longer available.
2023-11-24 01:01:52 +00:00
.woodpecker Initial connect-four wasm 2022-08-09 13:46:04 +00:00
frontend Connect four initial 2022-08-13 21:04:12 +00:00
tools/wasm-pack-plugin Fix plugin and upgrade frontend [ALL] 2022-08-09 09:41:51 +00:00
wasm Added max depth 2022-08-13 15:27:38 +00:00
.editorconfig frontend with build and publish ci 2022-08-09 00:38:49 +00:00
.gitignore .gitignore 2022-08-06 18:33:13 +00:00
.woodpecker.yml Initial commit 2022-08-06 13:28:55 +01:00
README.md Update README.md 2023-11-24 01:01:52 +00:00

README.md

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).

docker run -p 3000:3000 --name game-algorithms -d git.koval.net/cyclane/game-algorithms/frontend:latest