Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endeyshentlabs/autoton
Factory building automation game
https://github.com/endeyshentlabs/autoton
automation automation-game game love2d lua
Last synced: 3 months 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-06-20T16:58:07.000Z (8 months ago)
- Last Synced: 2024-06-21T10:55:46.930Z (8 months ago)
- Topics: automation, automation-game, game, love2d, lua
- Language: Lua
- Homepage:
- Size: 1.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Autoton banner](./res/gfx/banner1.png)
# 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)