mirror of
https://github.com/Stefan-5422/School-Programming-Projekt-022022.git
synced 2026-09-04 00:46:01 +02:00
ce2d26b762c6fc91707565c609806cec01000624
- 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
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
Languages
Java
100%
