Home > Vertigo

Vertigo

Vertigo is a project mainly written in C and C++, based on the GPL-3.0 license.

An arcade game that tests your reflexes! Written in C++ using Ogre3D, Bullet Physics and OpenAL.

/*

  • This file is part of Vertigo.
  • Vertigo - a cross-platform arcade game powered by Ogre3D.
  • Copyright (C) 2011 Ahmad Amireh [email protected]
  • Vertigo is free software: you can redistribute it and/or modify
  • it under the terms of the GNU General Public License as published by
  • the Free Software Foundation, either version 3 of the License, or
  • (at your option) any later version.
  • Vertigo is distributed in the hope that it will be useful,
  • but WITHOUT ANY WARRANTY; without even the implied warranty of
  • MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  • GNU General Public License for more details.
  • You should have received a copy of the GNU General Public License
  • along with Vertigo. If not, see http://www.gnu.org/licenses/.
  • */

Vertigo is an arcade game that puts your reflexes to a test. For more info about the game itself, please refer to the web site http://www.vertigo-game.com

Vertigo is a completely free and open-source project licensed under the GNU GPL. The game is written in C++, and built with Ogre3D, BulletPhysics, and OpenAL.

For technical support, feedback, or discussion you can contact me by:

Previous:hemkay