1
Chemical elements quiz - Java
Various Games
by oligalma
Program that enables you to learn the chemical elements, symbols and atomic numbers.To run the program: java -jar chemical-elements-quiz.jar
Source-Code
Available as/for:DesktopSource-Code
5.0

2
The game of life - Java
Various Games
by oligalma
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970 Any live cell with fewer than two live neighbours dies, as if caused by under-population. Any live cell with two or three live neighbours lives on to the...
Source-Code
Available as/for:DesktopSource-Code
5.0

3
Simon - Java
Various Games
by oligalma
Simon is a game that you have to memorize a combination of colors. In every round you will have to remember an extra color.You can run the program with Eclipse. To run the program without Eclipse: java -jar simon.jar
Source-Code
Available as/for:DesktopSource-Code
5.0