From 68aa95ebba23c8890fc1a0f0a70548fabf3d7e6d Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Thu, 28 Nov 2024 22:08:43 +0000 Subject: [PATCH] Update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e355895..4f63d91 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# The Fortress of ? +# The Fortress -[![pr_check](https://github.com/Enet4/fortress-of-amaths/actions/workflows/pr_check.yml/badge.svg)](https://github.com/Enet4/fortress-of-amaths/actions/workflows/pr_check.yml) +[![Deploy to GitHub Pages](https://github.com/Enet4/the-fortress/actions/workflows/deploy.yml/badge.svg)](https://github.com/Enet4/the-fortress/actions/workflows/deploy.yml) An action educational game. Use your mathematical weapons to strike the enemies as you enter deep into the fortress. +You can play the latest version [here on GitHub](https://enet4.github.io/the-fortress/). + ## Setting up [Install Rust](https://rustup.rs) (minimum version required: 1.82.0). @@ -20,7 +22,7 @@ cargo run To build for WebAssembly: ```sh -cargo build --target wasm32-unknown-unknown --profile=wasm-release +trunk build --features=webgl2 ``` ## Licensing and Attribution