Alien Puzzle: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
}} | }} | ||
Alien Puzzle is a DS homebrew puzzle game. The goal is to get as many points as possible and get to the finish. | |||
It was submitted to the NEO Summer Coding Compo 2009, ranked 5th under Game section. | It was submitted to the NEO Summer Coding Compo 2009, ranked 5th under Game section. | ||
==Installation== | ==Installation== | ||
Download and extract file. | |||
Copy the data folder to the root directory of the card. | |||
==User guide== | ==User guide== | ||
===Gameplay=== | |||
Guide an alien, that does does not stop moving, to the finish and get as many points as possible: | |||
* '''Brown fossils''' - These give you points. | |||
* '''Bombs''' - The white bomb sprites, these will kill you. | |||
* '''Blue Polygons''' - These are teleporters. | |||
** The one with the F is the end of level teleporter, the other two you can use to move. | |||
** Only one actually works, and you have to figure out which one. | |||
===Customize Level=== | |||
Put the corresponding numbers in the corresponding area and then save it to a .txt file in data/pgg/custom/levels/ and it will appear in the file browser. | |||
You can use notepad to make the levels, and maybe other text editors (haven't tried any others). | |||
Picture those numbers as the DS screen, with each number represent an 16X16 spot on the screen. | Picture those numbers as the DS screen, with each number represent an 16X16 spot on the screen. The definition of each number is below. | ||
'''Level Format''' | '''Level Format:''' | ||
0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 | 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 | ||
0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | ||
| Line 49: | Line 50: | ||
1 0 0 0 0 1 0 2 2 2 1 0 0 0 0 0 | 1 0 0 0 0 1 0 2 2 2 1 0 0 0 0 0 | ||
1 0 0 0 0 0 1 1 1 1 1 3 3 1 2 0 | 1 0 0 0 0 0 1 1 1 1 1 3 3 1 2 0 | ||
The example is included with the game (pgg.txt). | |||
Number Definitions: | '''Number Definitions:''' | ||
* 1 represents the player's starting position (Limit per level: 1) | |||
* 0's represents blank spots (Limit per level: none) | |||
* 1's represents walls (Limit per level: 60) | |||
* 2's represents points (Limit per level: 60) | |||
* 3's represents bombs (Limit per level: 60) | |||
* a 4 represents the 1st portal (Limit per level: 1) | |||
* a 5 represents the 2nd portal (Limit per level: 1) | |||
* a 32 represents the end of level teleporter (Limit per level: 1) | |||
==Controls== | ==Controls== | ||
D- | D-Pad - Move | ||
Play - | Play - Load default levels | ||
Start - | Start -Load custom levels from the data/pgg/custom/levels folder | ||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew puzzle games on DS]] | |||
Revision as of 07:57, 13 June 2021
| Alien Puzzle | |
| File:Alienpuzzleds.png | |
| General | |
|---|---|
| Author(s) | GEMISIS, PrinceGohan |
| Type | Puzzle |
| Version | August2009 |
| Licence | Mixed |
| Links | |
| [Media:Alienpuzzleds.rar Download] | |
| Website | |
<htmlet>adsense</htmlet>