Skip to content

perkzen/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

pong

Summary

Pong is one of the first computer games that ever created. I tried it to recreate it by using the go programming language and a TUI framework called Bubble Tea.

Getting Started

Go version: 1.18.1

go mod download
go run cmd/main.go

Controls

Q - quit

R - restart

Player 1

W - Up

S - Down

Player 2

Up - arrow up

Down - arrow down

About

This is a terminal application where 2 players can play the game Pong.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages