Skip to content

jharrilim/pong-amethyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.