Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 745 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 745 Bytes

Autoton banner

Autoton

Factory building automation game. Inspired by Combine & Conquer, Mindustry, GregTech.

Warning

THIS GAME IS STILL IN DEVELOPEMENT.

Build-it

This game using Fluid build system.

$ ./fluid

Run-it

$ love . # normal mode
$ love . --debug # debug console mode
$ love . --debug-ui # vudu debug UI mode

# After bulding
$ ./build/Autoton.exe # For MS Windows
$ love ./build/Autoton.love # For any other

Dependencies