Java implementation of Conway's Game of Life showcasing skills in OOP, GUI development, and algorithmic logic. Features an interactive, customizable grid, real-time controls, generation tracking, and pattern loading. Utilizes arrays for grid management and custom libraries for rendering and file I/O operations.
cellular-automata arrays file-io object-oriented-programming gui-development real-time-controls file-io-in-java cellular-automata-algorithm custom-libraries interactive-simulation pattern-loading
- Updated
Jul 29, 2024 - Java