Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.44 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.44 KB

JavaExercises

My exercises with Java

GameOfLife.java

Implementation of the well-known a cellular automaton devised by the British mathematician John Horton Conway in 1970. You can see webinar "Write Conway's Game of Life" (in Russian).

GameSnake.java

Implementation of the popular game Snake. You can see webinar "Write classic game Snake" (in Russian).

GameTetris.java

Implementation of the popular game Tetris, which was invented in the USSR Alexey Pajitnov and presented June 6, 1984. You can see webinar "Write classic game Tetris" (in Russian).

GameSpaceInvaders.java

Implementation of the famous game Space Invaders. It is an arcade video game created by Tomohiro Nishikado and released in 1978. You can see webinar "Write game Space Invaders" (in Russian).

GameMines.java

Implementation of the famous game Minesweeper. You can see webinar "Write game Minesweeper" (in Russian).

GameXonix.java

Implementation of the famous game Xonix. You can see webinar "Write game Xonix" (in Russian).

./Ant/GameBattleShip

Implementation of the famous game BattleShip. You can see webinar "[Write game BattleShip] (https://www.youtube.com/watch?v=ZtFqBl_lutY)" (in Russian).