Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)