Nebual / neballer

Breakout clone; mostly just a learning experience for C and SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neballer

Breakout clone; mostly just a learning experience for C and SDL

v0.1

Running on Windows

Dependancies

  • SDL2, SDL2_image, SDL2_mixer, SDL2_ttf

Linux Dependancies

  • sudo apt-get install libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-ttf-2.0-0 libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev

Windows Dependancies:

About

Breakout clone; mostly just a learning experience for C and SDL

License:MIT License


Languages

Language:C++ 91.8%Language:C 8.2%