Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 639 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 639 Bytes

Pong-Game-in-Rust

Pong game written in Rust with using ggez library for educational purposes. I mainly implemented this game in order to get familiar with Rust.

Installation For Debian/Ubuntu

  • First install Rust
  • Install dependencies with;
apt install gcc pkg-config openssl libasound2-dev cmake build-essential python3 libfreetype6-dev libexpat1-dev libxcb-composite0-dev libssl-dev libx11-dev libfontconfig1-dev
  • cd into directory and: cargo run