An educational, large-scale factory simulation built for Duke ECE 651 Final Project.
FactorySIM models discrete‐time, demand‐pull factory operations with both a command-line interface and a LibGDX-based graphical UI. It supports:
- Multi-module architecture:
factorysim/— core simulation logicfactorysim-gui/— LibGDX GUIfactorysim-server/— optional networked control
- Tech stack: Java · LibGDX · Gradle · GSON · JUnit
Design sketches, task plans, and implementation notes can be found in our shared Google Doc:
Development Notes

