Waujito / arkanoid-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arkanoid in C++

It is just my clone of the Arkanoid game in c++. Works in terminal.

Needed libraries:

  • ncurses: sudo pacman -S ncurses

Build: make build Run: make run or ./bin/app

About


Languages

Language:C++ 93.8%Language:Makefile 6.2%