Checker Desktop

  • Organization : Personal Project
  • Date : 2017
  • Skills : Java, Game Design

My experience of coding a Pong game was interesting. I discover how this type of game is very simple and basic to code. The rules are very simple, and the moves can be defined in a very quick and efficient way as simple changes in coordinates, linked to the speed and the direction of the ball. My only difficulty for this game was to find a way to manage two players pressing keys at the same time, and I fixed this problem very simply using the detections of the begining and the end for each key pressed, instead of using the event happening when the key is maintained pressed.