Update README.md

This commit is contained in:
Andy Pack 2024-02-09 18:53:54 +00:00
parent 7bc5767208
commit cb425cbb07
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -3,13 +3,15 @@ Draught
![gof-ci](https://github.com/sarsoo/draught/actions/workflows/test.yml/badge.svg)
## [Try it Out!](https://sarsoo.github.io/draught/)
## [Try it Out!](https://draught.sarsoo.xyz)
WebAssembly-based checkers game with a minimax-based AI player.
Rust WASM module for game logic with a JS frontend for rendering and processing user input.
![Screenshot](./docs/screenshot.png)
Read the docs [here](https://draught.sarsoo.xyz/doc/draught/). Read the blog post [here](https://sarsoo.xyz/posts/draught/).
![Screenshot](./draught_web/docs/screenshot.png)
## Building