Space Harrier Clone

A tribute, by Bruno Ortiz


Find the full project code at https://github.com/BrunoAOR/Space-Harrier-Clone.

Gameplay Video

What is this?

Space Harrier Clone is a tribute to the old-school Space Harrier arcade game published in 1985 by SEGA. This tribute was built using the SDL library and taking as a base a small SDL-based 2D game engine called the Potato Engine (https://github.com/BrunoAOR/Potato-Engine), which I had been working on before.

How to use?

Installation

No installation is required. All you need to do is download the zipped game from the latest release found at https://github.com/BrunoAOR/Space-Harrier-Clone/releases, unzip the folder and run the Space Harrier Clone.exe file found within.

Basic game controls

The following list shows the usable keyboard keys:

  • Arrow keys: Used to move the player around the screen and to change letters in the scoreboard if your score is high enough.
  • Left Control: Used to fire and to accept a selected letter in the scoreboard screen.
  • Space: Used as the “start button”.
  • Q: Used to “insert a coin” and get 3 lives (Remember, this is ia tribute to an arcade game).

Game objectives

The game is very straight forward. All you need to do is fly throught the level firing at everything that comes your way. Once you reach the end of the level, you will face a powerful snake-dragon. Upon defeating the dragon, you will have won the game. Bear in mind that the original game had 18 different levels but this tribute only includes the first level.

Building the game

To build the game you just need to clone the repo, open it in the IDE of your preference and compile it. If you intend to play the game from your IDE, make sure to modify the execution folder (called Working Directory in Visual Studio) under the debug settings of the Space Harrier Clone project and make it point to the Game folder inside the project directory.

Further information

Author

  • Bruno Ortiz Rodriguez (BrunoAOR at https://github.com/BrunoAOR)

License

The project is licensed under the MIT License.
Find the license document at https://github.com/BrunoAOR/Space-Harrier-Clone/blob/master/LICENSE.

MIT License

Copyright (c) 2017 Bruno Ortiz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.