https://github.com/lostjared/breakout
This is going to be a simple 2D game written in C++ using SDL2
https://github.com/lostjared/breakout
Last synced: 3 months ago
JSON representation
This is going to be a simple 2D game written in C++ using SDL2
- Host: GitHub
- URL: https://github.com/lostjared/breakout
- Owner: lostjared
- Created: 2016-10-14T22:53:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T02:03:13.000Z (about 9 years ago)
- Last Synced: 2024-12-31T05:18:36.850Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 9.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breakout
Have not worked on this project in a while
I will probably get around to it eventually got bored with it.
Hopefully I will get back to work on it soon.
This is a work in progress going to be a
Simple 2D Game written in C++ using SDL2
Just practice project for fun
This application requires SDL2, SDL2_ttf, SDL2_image
To make it easy just compile and install to /usr/local
then to compile this project first run:
$ ./autogen.sh
then
$ mkdir build && cd build
$ ../configure
$ make
to run the program from build directory use
$ src/Breakout ../data 1280 720
or whereever the program is path the data directory as first argument
followed by the desired resolution of the program