This project is solving the Reach For the Stars challenge.
Description
Introduction
We aim to develop a game for mobile and desktop platforms in which kids learn about rockets and satellites by launching rockets into outer space. The game has two components: an educational part, in which they are presented with information about satellites, rockets and various milestones in satellite orbits, and later, they need to answer some questions based on the information presented, and a game component in which they can design and configure their own rocket and launch it into space, with the goal of reaching a certain altitude.
One of the key aspects of this project is that the game uses a real physical engine. The rocket characteristics are real values expressed in international measurement unites (e.g. size, weight, fuel consumption, fuel efficiency etc.) which leads to a quite accurate modelling of the rockets acceleration and speed.
How to play?
The game is very easy and intuitive to play. The user can control the rocket with the two left and right arrows on the screen. In order for the rocket to move the user must keep pressing the left or right arrow. This will make the rocket move in the desired direction. Since the model behind the rocket is a physical model, users can easily notice inertia even when the thrusters of the rocket are not powered (left or right engines).
The input can be:
- touch based (using a touchscreen)
- mouse based (using a normal mouse)
The level finishes when the users reaches a specific altitude (e.g. first level is ended when the user reaches an altitude of 215km, the altitude of Sputnik1). After each level the user gets a series of questions and based on his score (each correct answer is one point), the user can upgrade his rocket. Without upgrading his rocket the user will not be able to finish future levels.
Each collision with an object, a satellite or an asteroid, will affect the speed of the rocket. Too many collisions will result in not being able to finish the game and the rocket will start descending and eventually crash.
Running info
The games has been tested and working in the following web browsers:
- Google Chrome - Mac OS X
- Google Chrome - Windows 7/8
- Safari - iPad
Project Information
License: GNU General Public LicenseSource Code/Project URL: https://github.com/GuillaumeLeclerc/SpaceGame
Resources
Rocket upgrades - https://raw.github.com/GuillaumeLeclerc/SpaceGame/master/screenshots/RL_rocket_upgrades.pngQuizz - https://raw.github.com/GuillaumeLeclerc/SpaceGame/master/screenshots/RL_question.png
Gameplay 2 - https://raw.github.com/GuillaumeLeclerc/SpaceGame/master/screenshots/RL_gameplay_2.png
Gameplay 1 - https://raw.github.com/GuillaumeLeclerc/SpaceGame/master/screenshots/RL_gameplay.png
Level Introduction - https://raw.github.com/GuillaumeLeclerc/SpaceGame/master/screenshots/RL_level_intro.png
Main Menu - https://raw.github.com/GuillaumeLeclerc/SpaceGame/master/screenshots/RL_main_menu.png
Screenshots: -
Rocket Launch - game website - http://www.rocket-launcher.co.nf/