Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrdimas/fishfolly


https://github.com/mrdimas/fishfolly

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Fish Folly

A FallGuys-like 3D platformer based on Fyrox Game Engine.

![Fish Folly](pics/screenshot.png)

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