Skip to content

tarnjit458/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Pong game written in Golang using SDL2.

SDL2 is required to play the game.

Follow installation instructions at https://github.com/veandco/go-sdl2

Gameplay:

  • Use UP key to move up and DOWN key to move down
  • Press spacebar to start game
  • After each point score, press spacebar to continue the game
  • Score goes up to 9, press spacebar to play a new game
  • Can adjust the difficulty level of the AI (Easy, Medium, Hard, Impossible) at line 24

Releases

No releases published

Packages

No packages published

Languages