Skip to content

A minimal simple ping pong kinda game written in Go

Notifications You must be signed in to change notification settings

ishwar00/ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple ping pong like game

A simple two player game, written in Go, using Ebitengine a dead simple 2D game library for Go.

Intention to write this was to get an overview, before implementing in Jack here.

sample of game

How to play

So to play, it requires two players, left player and right player. For left player pressing w will move left block up, pressing s down.

For right player pressing up arrow key will go up, pressing down arrow key down

How to run

make sure you have installed

Run the following commands

git clone https://github.com/ishwar00/simple-ping-pong-game.git
cd simple-ping-pong-game/src
go run main.go

TODO

  • make it multiplayer game (Client-Server Architecture)

About

A minimal simple ping pong kinda game written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages