Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Nov 28, 2024
1 parent 25327c1 commit 68aa95e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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
Expand Down

0 comments on commit 68aa95e

Please sign in to comment.