Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

1and1/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

Java Build GitHub release (latest SemVer) ReleaseDate License

This project has been set to read-only since there is no longer an active maintainer in the organization.

Simple version of Conway's Game of Life with a Java Swing user interface.

Demo

Demo GIF animation

Purpose

This software is for demonstration and training purposes.

Features

The code has the following features:

  • Java Swing user interface.
  • Current generation can be modified using mouse clicks.
  • Visual animation of life area.

Building & running

Building is done with

mvn clean package

after that you have a JAR archive you can execute with

java -jar target/gameoflife-*-jar-with-dependencies.jar

License

Copyright 2018 1&1 Internet SE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.