Skip to content

An implementation of Pong written in Go using Ebitengine.

Notifications You must be signed in to change notification settings

KalebHawkins/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Summary

A Pong game written in Golang using the Ebitengine graphics library.

PongGamplay

Features

  • Single player mode
  • Basic graphics

Installation

Make sure you have Go installed on your system. You can download it from the official website.

Clone this repository:

git clone https://github.com/KalebHawkins/pong.git
cd pong.git

Install dependencies:

go mod tidy

Running the Game

Navigate to the project directory in your terminal. Build the executable:

go build . -o pong

Run the game:

./pong

Controls

Movement: W and S keys to move the paddle. Pause: Escape, Space Unpause: Escape, Space

Contributing

We welcome contributions to this project! If you have any bug fixes or improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.