Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 980 Bytes

README.md

File metadata and controls

58 lines (36 loc) · 980 Bytes

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.