https://github.com/endeyshentlabs/autoton
Factory building automation game
https://github.com/endeyshentlabs/autoton
automation automation-game game love2d lua
Last synced: 17 days ago
JSON representation
Factory building automation game
- Host: GitHub
- URL: https://github.com/endeyshentlabs/autoton
- Owner: EndeyshentLabs
- Created: 2023-09-08T18:35:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T08:43:49.000Z (5 months ago)
- Last Synced: 2025-03-26T21:22:10.865Z (about 1 month ago)
- Topics: automation, automation-game, game, love2d, lua
- Language: Lua
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Autoton
Factory building automation game. Inspired by [Combine & Conquer](https://buckmartin.de), [Mindustry](https://github.com/Anuken/Mindustry),
[GregTech](https://gregtech.overminddl1.com).> [!WARNING]
> THIS GAME IS STILL IN DEVELOPEMENT.## Build-it
This game using [Fluid](https://github.com/EndeyshentLabs/fluid) build system.
```console
$ ./fluid
```### Run-it
```console
$ 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
- [hump](https://github.com/vrld/hump)
- [vudu](https://github.com/deltadaedalus/vudu)