Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T01:23:08.000Z (about 5 years ago)
- Last Synced: 2024-10-10T13:10:18.102Z (about 1 month 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: 7
- Watchers: 3
- 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
![Best graphics ever](http://i.imgur.com/VfotwQE.png)
![Realistic broken particle effect](http://i.imgur.com/ruuOuQY.png)# 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`