mammalwong / motoman

An android motorcycling game with no game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motoman

screenshot

This is an android motorcycle racing game developed by myself alone during mid 2013. This repository is the result of 1 month of basic development and 1 month of fine tuning. The project is only build on top of a cross platform OpenGL wrapper, libgdx, no game engine is based on. All 3d models, audio, game maths is completed on my own. Blender was used to create the 3d models.

Features are:

  • Random seed generated racing tracks, unlimited tracks as you progress the game.
  • Incoming corner type notification like rally car games.
  • Active camera that looks into the incoming corner apex.
  • Two seperated steering control, counter steering and leaning.
  • Supports using tilting to lean (disabled in source).
  • Supports simple traditional steering by combining the two steering methods.
  • A physical strength system to reduce the effectiveness of steering if too much action inputed in a row.
  • GLSL shader effects.

Development screenshots:

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

Youtube demos:

Demo on PC

Demo on Mobile

Prebuilt android APK:

Prebuilt latest version with all shader effect and simple steering control

Prebuilt old version with shader effect off and separated steering control

About

An android motorcycling game with no game engine

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Batchfile 0.1%