1
Snake - Java
Arcade
by oligalma
The traditional snake game that has to eat food to grow. If you hit a wall you die. Controls: arrows. In the control panel you can change the speed, number of blocks and block size.To run the program: java -jar snake.jar
Source-Code
Available as/for:DesktopSource-Code
5.0

2
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

3
Worlds voyage - Java
Arcade
by oligalma
Aplication in which you control the Earth. The Earth can bounce in the walls and the window can be resized as much as you want.Controls Move: Numpad 1,2,3,4,6,7,8,9 Stop: Numpad 0 Ozone layer: Numpad 5 Increase speed: A Decrease speed: ZTo run the program: java -jar worlds-voyage.jar
Source-Code
Available as/for:DesktopSource-Code
5.0

4
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

5
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