/pongbrickbreaker

Pong brick breaker game written in Rust

Primary LanguageRustMIT LicenseMIT

Pong Brick Breaker Game

A console pong brick breaker game written with Rust and ncurses.

a moves the paddle to the left, d moves the paddle to the right.

Requirements

You'll need Rust and ncurses to play. Once you have those, clone this repo and use cargo:

$ git clone git@github.com:pmalmgren/pongbrickbreaker.git
$ cd pongbrickbreaker
$ cargo run

ncurses

macOS

ncurses can be installed on macOS with Homebrew: brew install ncurses

Debian/Ubuntu Linux

ncurses can be installed on Debian/Ubuntu Linux with the command: sudo apt-get install libncurses5-dev libncursesw5-dev