/scramblernd.game2d

This is the complete Blitzmax source to ScrambleRND, using Game2D as its framework.

Primary LanguageBlitzMax

ScrambleRND

Scramble is a classic shoot'em up from the 80's. You pilot a small ship over an alien landscape, shooting and bombing land targets as you move further into enemy territory. The aim of the game is to destroy the alien HQ at the end of the landscape.

scramble

This is the complete Blitzmax source to ScrambleRND, using Game2D as its framework. This version of Scramble has semi-randomized terrain for added variation.

You need the Game2D framework if you want to compile this game. More information can be found on the game2d repository wiki and readme.md.

A compiled version of the game can be downloaded from my blog.

License

ScrambleRND is licensed under the MIT license:

Copyright (c) 2010 Wiebo de Wit.

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.