Skip to content

Ileha/conway-s-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of life

Alt text

It's my implementation of Conway's game of life on Java language. This project contains some solutions which you can swich in Main.java:

  • In branch master:
    • GameLifeArraysEdition
    • GameLifeListEdition
    • GameLifeCollectionEdition, GameLifeTripleMapEdition (both of them use set)
  • In branch fast:
    • GameLifeHashEdition (Hashlife implementation)

Also this program support RLE flies for loading image or use random fill.

How to controll

Keys:

  • arrows up, down, left, right for moveing
  • + and - for changing scale

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages