Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martomate/factorito


https://github.com/martomate/factorito

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Factorito

Screenshot 2024-10-23 at 17 08 27

This project was made as a hackathon project during Codecation 2024, which was a hackathon organised by Backtick Technologies in October of 2024 in Spain.
It was inspired by the well known computer game Factorio and was written in Rust using the Bevy game engine.

## Running the game

To run the game locally run `cargo run` at the root of the project.

The game can also run in WebAssembly. To generate the website run `task export-web`. It will create a folder called `out` which an be hosted like any other static site.

It might also be possible to play the game at https://factorito.fly.dev. This was at least possible at the end of the hackathon.