aaalloc / break-brick-cpp

SDL2 break brixck game / School project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

break-brick-cpp

Launch

make
./bin/break-brick

Levels

  • Add or remove levels in levels/ director
  • Levels are in assets/levels, level file are represented as file containg the number of rows and columns of the bricks and the bricks themselves, example:
12 3
HHHHHHHHHHH
HHHHHHHHHHH
NNNNNNNNNNN

Where

  • N -> NormalBrick
  • H -> HardBrick
  • D -> HardenedBrick
  • U -> UnbreakableBrick

About

SDL2 break brixck game / School project


Languages

Language:C++ 97.9%Language:Makefile 2.1%