Initial commit of Game of Life project. Added project configuration files for NetBeans, including genfiles.properties, project.properties, and project.xml. Implemented core classes: Cellula for cell state management and GameOfLifeApplet for the graphical interface and game logic. The applet supports mouse interactions for cell manipulation and includes buttons for random filling and controlling the simulation.

This commit is contained in:
Stefano Rossi 2025-07-10 03:41:50 +02:00
parent a54610c542
commit 2799c2f581
Signed by: chadmin
GPG key ID: 9EFA2130646BC893
20 changed files with 2452 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/nbproject/private/
/build/