Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pukoren/quark-plasma
A space game made with the Irrlicht Engine
https://github.com/pukoren/quark-plasma
Last synced: 25 days ago
JSON representation
A space game made with the Irrlicht Engine
- Host: GitHub
- URL: https://github.com/pukoren/quark-plasma
- Owner: PuKoren
- License: gpl-2.0
- Created: 2013-09-24T09:06:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T13:26:13.000Z (over 11 years ago)
- Last Synced: 2023-06-09T08:35:16.077Z (over 1 year ago)
- Language: C++
- Size: 15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
quark-plasma
============
A space game made with the Irrlicht Engine#Tools used
We used the Irrlicht library to make this game (http://irrlicht.sourceforge.net/)
Physics by Bullet (http://bulletphysics.org/wordpress/)
QtCreator for dev on Linux
Visual Studio 2012 for dev on Windows#Credits
Images and textures used are the ones the NASA provides except for the early stages of the dev, where we used random google images for test purposes.#Build instructions
###Linux
You just have to get the CMake software, irrlicht dev libraries and gcc to compile the game.
On most linux versions, you can get this by using the package manager like this: (on debian libbullet-dev is only available version >= jessie)
> apt-get install libirrlicht-dev gcc cmake libbullet-devNow go in the project directory with your terminal and create the folder where you will compile the game:
> mkdir build
> cd build
> cmake ../.
> makeNow launch the fresh binary and you can play quark-plasma !
###Windows
Everything has been prepared for you, so you just have to install Visual Studio 2012 (Express is ok)
1. Open the .sln file
2. Click on launch (or press F5) to play the game !
Once you did that you can just go on the bin folder and launch the .exe file.