An open API service indexing awesome lists of open source software.

https://github.com/1ai13/ponggame

Basic Pong game with 2 modes: Player1 vs "IA" & Player1 vs Player2
https://github.com/1ai13/ponggame

1player 2d-game 2player arcade java libgdx

Last synced: about 2 months ago
JSON representation

Basic Pong game with 2 modes: Player1 vs "IA" & Player1 vs Player2

Awesome Lists containing this project

README

          

# Pong Game

### My First Game!

Play / Download: [Pong](https://1ai-13.itch.io/pong-game)

---

## Game Modes

- Player 1 vs "AI"
- Player 1 vs Player 2

---

## Controls

| Player | Keys |
|--------|------|
| Player 1 | `W` / `S` |
| Player 2 | `↑` / `↓` |

---

## Tech Stack

- ![Java](https://img.shields.io/badge/Java-007396?logo=java&logoColor=white)
- ![LibGDX](https://img.shields.io/badge/LibGDX-2A9D8F?logo=libgdx&logoColor=white)

---

## How to Play

1. Download the zip file from the link above
2. Uncompress the zip
3. Double-click `PongGame.exe` to launch the game

---

**Have fun!**