Skip to content

DynamiteBob17/CFR-Screensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • desktop screensaver that features Conway's Game of Life presets, fractal trees and RGB rain
  • if you're building the project you can try playing around with values for rain density, tree branch depths, colors etc. They were reduced from their original values for performance
  • live demo

About Conway's Game of Life presets

  • presets are loaded randomly from a list generated from the .txt file in the resources directory that was made from a .zip archive containing thousands of presets from a zip file from this page

How to use

If you have Java 17 and up installed you can:

  • download the .jar executable from the release
    OR
  • compile and run the repository as a Maven project with your method of choice.

mvn clean compile exec:java to run from a command.