Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 443 Bytes

Pong

Image of PONG

Playing Pong

Linux Prerequisites

WIP: Currently testing this

Debian/Ubuntu

sudo apt-get install libasound2-dev cmake freetype2

Run Pong

Clone the repo and run cargo run in your shell.

Controls

Movement Player 1 Player 2
Up W Up Arrow
Down S Down Arrow

Overview

PONG is made using Amethyst with it's built-in ECS model.