Skip to content

TomC333/conway-life-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life ✨

Build Status License

A simple Java implementation of Conway’s Game of Life, inspired by its elegant rules and emergent complexity.
Built during university as a fun experiment, this version takes a wild approach: each cell runs in its own thread.
It’s not the most efficient design — but it was a great way to explore concurrency (and stress the CPU 😅).

🎮 Demo

Game of Life

About

Conway's Life Game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages