Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 771 Bytes

🕹️ Pong 🕹️

Classic pong game written in Rust using the ggez game framework

Table of Contents

Pong

Pong is a classic tennis-based arcade game which was designed by Atari in 1972. .

I made this as a project to as an intro to the gaming ecosystem of Rust.

Used Technologies

The main technologies used (so far):

Running The Project

To hit the ground quickly, use Cargo:

cargo run

This will compile the game in development mode and run it which should render the game screen.