/atari-with-java

Atari game made with Java just for fun

Primary LanguageJava

AWJ - Atari With Java

A game made to remember java and test my skills.

Disclaimer

  • This game is not for production, just for fun
  • This game is not optmized
  • The only purpose for this game is to test java skill

Development progress

10/may/2023

  • The user can move the bar
  • The ball moves and detects collision with the wall and the bar
  • The game can be restarted

Game running screen

Screenshot from 2023-05-19 19-02-57

Game over screen

Screenshot from 2023-05-19 19-03-24

20/may/2023

  • The game now have the "wall" to destroy
  • The ball appears in a random x position
  • The bar appears in a random x position
  • The user can break the "wall blocks" with the ball in one direction
  • The game is restarted with a new ball/bar position

Game running screen

Screenshot from 2023-05-20 15-12-47

Game over screen

Screenshot from 2023-05-20 15-12-56

21/may/2023

  • Recreate the wall when restart the game

Game running screen

Screenshot from 2023-05-21 08-51-29

Game over screen

Screenshot from 2023-05-21 08-51-33

Credits