Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/security-union/escape-the-creepers-with-rust
Ferris has to escape the creepers using a modified version of Dijkstra called A*
https://github.com/security-union/escape-the-creepers-with-rust
dijkstra-algorithm shortest-paths
Last synced: 2 months ago
JSON representation
Ferris has to escape the creepers using a modified version of Dijkstra called A*
- Host: GitHub
- URL: https://github.com/security-union/escape-the-creepers-with-rust
- Owner: security-union
- License: mit
- Created: 2022-07-09T20:19:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T05:18:41.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:28:08.728Z (9 months ago)
- Topics: dijkstra-algorithm, shortest-paths
- Language: Rust
- Homepage:
- Size: 4.01 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![example workflow](https://github.com/security-union/escape-the-creepers-with-rust/actions/workflows/quicstart.yml/badge.svg)
# Escape The Creepers
# YouTube Video
https://youtu.be/5hF38AoG0U0# Live DEMO
https://security-union.github.io/escape-the-creepers-with-rust/
# How to run
```
trunk serve
```# Prerequisites
1. Install rust, cargo and friends. Please watch this video for more details: https://youtu.be/nnuaiW1OhjA
https://doc.rust-lang.org/cargo/getting-started/installation.html2. Install trunk and `target add wasm32-unknown-unknown` please watch this video for more details: https://youtu.be/In09Lgqxp6Y
```
cargo install --locked trunk
target add wasm32-unknown-unknown
```3. Install cargo watch
```
cargo install cargo-watch
```