Skip to content

maurilanzo/Object-Oriented-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Extended Persistence-Based Conway’s Game of Life

This project is part of the final exam of the third year course of Object Oriented Programming, it expands the classic Game of Life with new biological behaviors, energy dynamics, and persistent simulation. Cells gain individuality through types and moods that affect how they survive, interact, and evolve. The environment influences cells through energy exchange and global events that can transform the entire board in a single generation.

The simulation runs across generations, tracking every change and storing it through a persistent JPA/Hibernate layer backed by an in-memory H2 database. The system allows analysis, visualization, and replay of evolving configurations, offering a richer and more dynamic interpretation of Conway’s original idea.

About

Repo containing final exam project of OOP and labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published