Electrical and Computer Engineering School/Technical University of Crete
Developed in Unity3D platform and in C# programming language.Only the scripts are included in the following repository.
A typical racing game with power-ups added. Player starts in the last position and the goal is to achieve the highest score possible. Two difficulty levels created(Easy and Difficult). Both levels are endless and random obstacles are spawning until the end. The enemies speed and "cleverness" differs in each level. Raycast and vector properties used to modify AI(enemies) properties
WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins.
WebGL_Tank is a simple project usign WebGL in order to understand and demonstrate the properties of this API