Skip to content

abakhbakh/JavaExercises

 
 

Repository files navigation

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).

About

My exercises with JavaCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%