Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martomate/factorito
https://github.com/martomate/factorito
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martomate/factorito
- Owner: Martomate
- Created: 2024-10-23T06:44:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:39:06.000Z (3 months ago)
- Last Synced: 2024-11-16T17:40:00.450Z (2 months ago)
- Language: Rust
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Factorito
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.