Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 510 Bytes

Pong Game - Golang

This is golang implementation of classic Pong Game.

game_play_pong

Dependencies

This repo uses raylib as a dependency. You need to satisfy the requirments of raylib.

Read more from here

Usage

  • Clone this repo
go build
./pong-game-golang
  • Use the left and right arrow keys to play the game