https://github.com/jayfoxrox/boat-racing-game
A totally lame Burnout 3 clone which doesn't work at all.
https://github.com/jayfoxrox/boat-racing-game
3d bad-code boat burnout game hydroplane non-functional opengl race racing takedown topics-are-dumb water
Last synced: 7 days ago
JSON representation
A totally lame Burnout 3 clone which doesn't work at all.
- Host: GitHub
- URL: https://github.com/jayfoxrox/boat-racing-game
- Owner: JayFoxRox
- Created: 2017-04-07T17:30:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T01:23:08.000Z (about 6 years ago)
- Last Synced: 2025-04-02T13:01:57.319Z (6 months ago)
- Topics: 3d, bad-code, boat, burnout, game, hydroplane, non-functional, opengl, race, racing, takedown, topics-are-dumb, water
- Language: C++
- Size: 2.78 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an open-source arcade boat racing game with takedown mechanics.
**Check the [wiki](https://github.com/JayFoxRox/Boat-Racing-Game/wiki) for more information**
License TBD
Until then: (c) 2017 Jannik Vogel (JayFoxRox)Code in the `data/` subfolder might be licensed differently. See the respective file headers.
Additionally the file `data/model/Daylight Box UV.png` is by [KIIRA](https://opengameart.org/content/sky-box-sunny-day) and licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
# Screenshots

# How-to-build
Aside from a C++ compiler you need the following dependencies:
* CMake
* SDL2
* CURL
* OpenAL
* OpenGL (3.0)
* GLEW
* GLM
* libIL / DevIL
* assimpOn most platforms these simple commands will create a runnable game:
```
git clone https://github.com/JayFoxRox/Boat-Racing-Game.git
cd Boat-Racing-Game
mkdir build
cd build
cmake ..
make
```Now you can run the generated executable called `main`