From 1017a2614c1708bac638fec5108b5dc83729f760 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 2 Apr 2019 20:36:52 +0200 Subject: some new stuff --- 00_blog/00030_Computer-Games/00150_TU-Racer/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '00_blog/00030_Computer-Games/00150_TU-Racer') diff --git a/00_blog/00030_Computer-Games/00150_TU-Racer/index.md b/00_blog/00030_Computer-Games/00150_TU-Racer/index.md index 0fa52b7..b6fd943 100644 --- a/00_blog/00030_Computer-Games/00150_TU-Racer/index.md +++ b/00_blog/00030_Computer-Games/00150_TU-Racer/index.md @@ -5,10 +5,11 @@ 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 psychodelic worlds to earn money for your tuition fees, which the -Austrian government just invented. (back then in 00s...) +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 is using a custom game engine based on raw OpenGL. +The game and physics use a custom engine based on raw OpenGL, which was +written from scratch.