Havvy / open-factory

Factory Simulation Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A platform for making factory production games in Rust.

License

This repository is dual-licensed under MIT and Apache. See LICENSE-MIT and LICENSE-APACHE for the respective license text.

Building

As a Rust project, you can get things built with:

cargo build --release

If you want to run test-factory-a, pull its executable from /target/release/test-factory-a.exe (or whichever your executable format is on your OS) and put it in a directory with the following structure:

test-factory-a.exe
assets/FiraSans-Bold.ttf

You can download the font here.

About

Factory Simulation Game Engine

License:Apache License 2.0


Languages

Language:Rust 100.0%