Skip to content

nx23/go_pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pong Game in Ebiten

This is a simple Pong game implemented using the Ebiten game library in Go.

Installation

  1. Clone the repository:

    git clone https://github.com/nx23/go_pong.git
    cd go_pong
  2. Install dependencies:

    go mod download

Usage

Run the game:

go run main.go

Controls

Arrow Up: Move paddle up
Arrow Down: Move paddle down

Game Features

- Simple paddle and ball mechanics
- Score tracking
- High score tracking

Dependencies

Ebiten - A dead simple 2D game library for Go

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages