/Pong-Game-in-Rust

Pong game written in Rust for educational purposes

Primary LanguageRustMIT LicenseMIT

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