Skip to content

alexriegler/Breakout

Repository files navigation

Breakout

ci codecov

This is the Breakout project.

Supported platforms

All supported platforms are 64-bit.

  • Linux gcc
  • Mac OS X gcc
  • Windows

Dependencies

Linux

On Linux, you must install the following libraries:

GLFW

sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config

SFML

sudo apt install libudev-dev libopenal-dev libvorbis-dev libflac-dev

Building and installing

See the BUILDING document.

Contributing

See the CONTRIBUTING document.

Licensing

Credit to Joey de Vries for providing the initial project code on his website https://learnopengl.com/In-Practice/2D-Game/Breakout.

Modifications by Alex Riegler, 2023.

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.