https://github.com/mrdimas/fishfolly
https://github.com/mrdimas/fishfolly
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrdimas/fishfolly
- Owner: mrDIMAS
- License: mit
- Created: 2022-06-14T13:14:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T14:59:57.000Z (over 1 year ago)
- Last Synced: 2025-03-16T10:11:27.528Z (over 1 year ago)
- Language: Rust
- Size: 39.4 MB
- Stars: 47
- Watchers: 4
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fish Folly
A FallGuys-like 3D platformer based on Fyrox Game Engine.

## How to build
Clone the repository at some folder, then you need **the latest** version of the engine
[from GitHub](https://github.com/FyroxEngine/Fyrox), clone it near the game repository (or update to latest) and run
one of the following commands.
- `cargo run --package editor --release` - to run inside the editor (developer mode).
- `cargo run --package executor --release` - to run as standalone application.