From cb425cbb07f11318a876de2a94584a98cc5947a6 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Fri, 9 Feb 2024 18:53:54 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dcba40..be0bbd6 100644 --- a/README.md +++ b/README.md @@ -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