blob: b6fd943ca591a240a3b2b2e145bba5de3c5fd112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
June 2005
# TU Racer
My top rated Game Project from University Times implemented for the
legendary _Computergraphik_ II & III Courses.
You participate in deadly races around the Technical University, as well
as in some psychodelic worlds to earn money for your tuition fees, which the
Austrian government just invented, back then in the 2000s. :smile:
The game and physics use a custom engine based on raw OpenGL, which was
written from scratch.
<video controls>
<source src="turacer.mp4" type="video/mp4">
<source src="turacer.webm" type="video/webm">
Sorry, Your browser does not support the video tag.
</video>
## Features
* Precalculated Lightmaps
* View Frustum Culling
* Split-screen Multiplayer
* Ghost Car / Highscores
* Lights and Transparency
* 3 Unique Levels
* 4 Cars with individual physics
* Smoke Particle Effect
|