A Pong game written in Golang using the Ebitengine graphics library.
- Single player mode
- Basic graphics
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
Navigate to the project directory in your terminal. Build the executable:
go build . -o pong
Run the game:
./pong
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.