Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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*

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.html

2. 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
```