Search results for "app"
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
app java software
5.0
Jul 11 2021
2.
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
app colors java software
5.0
Jul 11 2021
3.
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
app chemical elements java software
5.0
Jul 11 2021
4.
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: Z
To run the program: java -jar...
app game java software world
5.0
Jul 11 2021
5.
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...
app cell game java life software
5.0
Jul 11 2021