Stone_Red ce2d26b762 Improve code readability and structure
- Fix exception when trying to place an item without one selected
- Add access modifiers to all class members
- Add `final` to all variables if applicable
- Add `TestBehaviour` to the machines to test the event system
- Convert classes to records where appropriate
- Change `Function<T, T>` to `Consumer<T>`
- Change non generic methods in the `EventHandler` class to generic methods
- Remove unused imports
- Other minor improvements
2022-03-18 18:10:24 +01:00
2022-02-11 10:07:18 +01:00
2022-02-10 10:38:11 +01:00
2022-02-11 11:30:35 +01:00
2022-02-24 15:19:47 +01:00
2022-02-11 11:30:35 +01:00
2022-02-11 10:07:18 +01:00

Factory game:

In this game, the objective is to mine shapes and transform them into other shapes according to certain criteria

Transport items from machine to machine using conveyor belts

Main gameplay loop:

Main hub (All n chunks smaller ones) Bring required shapes to the hubs. Unlock land and machines. Upgrade machines.

  • Grid based
  • Unlimited resources
  • Base building
  • processing
  • logic

Preview

This is a figma, I don't think it will look like that

S
Description
No description provided
Readme MIT
204 KiB
Languages
Java 100%