takafumihoriuchi / theUltimatePenguinRace

a single player racing game, with AI opponent moving based on algorithms of shortest path detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theUltimatePenguinRace

Inspired by "Penguin Champion Race" in Nintendo's "Super Mario 64", the aim of this project is to implement the move of the penguin intelligently, based on algorithms of shortest path detection (incomplete, functions not yet implemented).  

To run, simply type ./run if you are using macOS X.
Installation of OpenGL is also required.

screenshot:

alt text

About

a single player racing game, with AI opponent moving based on algorithms of shortest path detection


Languages

Language:Objective-C 54.2%Language:C 45.8%