Skip to content

Conway's Game of Life Implemented with JALSE Entities

Notifications You must be signed in to change notification settings

Ellzord/JALSE-Life

Repository files navigation

Life

Life is a JALSE example project that plays Conway's Game of Life.

  • Any living cell with fewer than two or greater than three living neighbors dies.
  • Any living cell with two or three living neighbors stays alive.
  • Any dead cell with exactly three neighbors comes alive in the next generation.

Building and running with Gradle

  1. Build using ./gradlew build (see Building Java Projects with Gradle)
  2. Run using ./gradle run (See The Application Plugin)

Optionally you can also create an Eclipse project using ./gradlew eclipse (see The Eclipse Plugins).

Screen capture

Life screen capture

More

See the Wiki for more information.

About

Conway's Game of Life Implemented with JALSE Entities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages