BrickFall: Difference between revisions

From GameBrew
No edit summary
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:
}}
}}


BrickFall is basically the game Falldown, you guide a square through a maze of platforms without letting it hit the top of the screen. If it hits the top you lose. Your score is generated on how long you manage to survive. Unlike Falldown, this game has powerups. These powerups can help you or go against you so be careful as it is completely random.  
BrickFall is a fast pace arcade game inspired by Falldown for the NDS.
 
It was submitted to the [https://www.neoflash.com/forum/index.php?topic=4576.0 NEO Summer Coding Compo 2007].  
 
==Features==
* 3 controls styles.
* Wifi Leaderboard.
* MP3 support.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#Copy the "brickfall" folder to the **ROOT** of your card
 
#DLDI patch brickfall.nds file for your card
Copy the brickfall folder to the root of your card.


'''NOTE''' Game will freeze after motion card splash screen if brickfall directory not on root.
[[DLDI|DLDI]] patch brickfall.nds file for your card.


==Objectives==
'''Note:''' Game will freeze after motion card splash screen if brickfall directory not on root.
Fall through the maze of platforms.


==User guide==
==User guide==
Keep falling down and avoid to reach the top. If your character touches the top of the screen you die.  
You guide a square through a maze of platforms without letting it hit the top of the screen. If it hits the top you lose. Your score is generated on how long you manage to survive. Unlike Falldown, this game has powerups. These powerups can help you or go against you so be careful as it is completely random.
 
The objective is to keep falling down and avoid reaching the top. If your character touches the top of the screen you die.  


Note that you can change the guy on the main menu.
Note that you can change the guy on the main menu.


===Wifi LeaderBoard===
===WiFi LeaderBoard===
[http://leaderboard.palib.info/games.php?gameid=11 Wifi LeaderBoard]  
When you lose you have the option to upload your score to an [http://leaderboard.palib.info/games.php?gameid=11 online leaderboard].


When you lose you have the option to upload your score to an online leaderboard.
To use, make sure that WiFi settings are set up correctly and be sure to be with in range of a wireless router of some sort.
 
To use, make sure that wifi settings are set up correctly and be sure to be with in range of a wireless router of some sort.


===MP3's===
===MP3's===
In this version you are able to listen to your own mp3's while playing. For this to work correctly you need to make sure your mp3's follow this format and enable function in options menu.
In this version you are able to listen to your own mp3's while playing. For this to work correctly you need to make sure your mp3's follow this format and enable function in options menu.


#Converted to Mono format (less than 2.7 megabytes and name correctly).
Converted to Mono format (less than 2.7 megabytes and name correctly). The name must follow this format:
The name must follow this format
  song(whatever number).mp3
  song(whatever number).mp3
#Make sure folder is Completely empty before adding songs
#Place in "brickfall/mp3" folder
Make sure folder is completely empty before adding songs.
 
Place in /brickfall/mp3/ folder.


Converters can be found [http://www.nch.com.au/switch/plus.html here] and [http://sox.sourceforge.net/ here].
Converters can be found [http://www.nch.com.au/switch/plus.html here] and [http://sox.sourceforge.net/ here].


==Controls==
==Controls==
This game has 3 control styles you can use.
This game can be played with control keys, Stylus or Motion card (enable in options menu).
===Directional pads and buttons===
 
'''Menu:'''
'''Menu:'''


Up and down/X and B - go up and down in menus
Up/Down/X/B - Go up and down
 
A/Left - select highlighted option in the menus
 
'''Game:'''
 
Left and right/Y and A - move the guy left and right on screen


L,R/start - pause
A/Left - Select highlighted option


===Stylus===
Stylus - Navigate
'''Menu:'''


Navigate through the menus by touching the icons.
'''In game:'''


'''Game:'''
Left/Right/Y/A - Move character left/right


Drag left and right to move the guy.
L/R/Start - Pause game


===Motion===
Stylus - Drag to move character
Must be enabled in options menu.


'''Game:'''
Motion - Move character
 
With a motion card inserted and enabled in the options menu, you can rotate your DS left and right to move the guy.


==Changelog==
==Changelog==
'''BrickFall LP-3 Saturday September 1st 2007'''
'''BrickFall LP-3 Saturday September 1st 2007'''
*fixed platform collision maps
* Fixed platform collision maps.
*New levels
* New levels.
*optimised platform loading (loads platforms faster)
* Optimised platform loading (loads platforms faster).
*Fixed wifi leaderboard freeze
* Fixed wifi leaderboard freeze.
*Menus redone
* Menus redone.
*can now switch mp3s while playing (while paused press select to load a new mp3)
* Can now switch mp3s while playing (while paused press select to load a new mp3).
*updated mod song handling
* Updated mod song handling.
*added new songs
* Added new songs.
*now checks to see if "brickfall" directory is on the root of card, if not displays error
* Now checks to see if "brickfall" directory is on the root of card, if not displays error.
*got rid of data folder
* Got rid of data folder.
*updated readme with more info
* Updated readme with more info.
*random things are more random
* Random things are more random.
*fixed invisible platform bug(i think)
* Fixed invisible platform bug.
 
'''BrickFall LP-2 Sunday August 19th 2007'''
'''BrickFall LP-2 Sunday August 19th 2007'''


New additions:
New additions:
*Added readme to rar
* Added readme to rar.
*Everything now loads from FAT
* Everything now loads from FAT.
*Added wifi leaderboard
* Added wifi leaderboard.
*Added mp3 decoder(can now listen to mp3's while playing)
* Added mp3 decoder(can now listen to mp3's while playing).


Updates:
Updates:
*Added more platforms and backgrounds
* Added more platforms and backgrounds.
*Fixed various bugs
* Fixed various bugs.
 
'''BrickFall LP-1 Sunday August 5th 2007'''
'''BrickFall LP-1 Sunday August 5th 2007'''


New changes:
New changes:
*added graphics to the menus
* Added graphics to the menus.
*added an options menu
* Added an options menu.
*added stylus controls in-game and in menus
* Added stylus controls in-game and in menus.
*added new characters which can be selected on the main menu
* Added new characters which can be selected on the main menu.
*added speeds 1 and 4
* Added speeds 1 and 4.
*added left handed controls (y and a for left and right, x and b for up and down in the menus,and left on the D-pad for selecting in menu)
* Added left handed controls (y and a for left and right, x and b for up and down in the menus,and left on the D-pad for selecting in menu).
*added motion card support(tilt DS left and right to move. Turn on in options to enable)
* Added motion card support(tilt DS left and right to move. Turn on in options to enable).
*you can now pause in-game by pressing L,R, or Start
* You can now pause in-game by pressing L,R, or Start.
*score now shows on top screen while playing
* Score now shows on top screen while playing.
*added music
* Added music.
*added new platforms and backgrounds
* Added new platforms and backgrounds.
*backgrounds are even more trippy
* Backgrounds are even more trippy.
*added items in-game (only 3, some can help you and some will work against you)
* Added items in-game (only 3, some can help you and some will work against you).
*added sleep mode for when you close your DS
* Added sleep mode for when you close your DS.


Fixes:
Fixes:
*fix platform and background loading to be more random
* Fix platform and background loading to be more random.
*fix bug where you fall off the bottom of the screen
* Fix bug where you fall off the bottom of the screen.
*tweaked speeds to be a little more easy
* Tweaked speeds to be a little more easy.
*loads a random platform after each cycle through
* Loads a random platform after each cycle through.


[[Category:Homebrew applications]]
<br>
[[Category:DS homebrew games]]
[[Category:Homebrew arcade games on DS]]

Revision as of 08:53, 5 June 2021

BrickFall
File:Brickfall3ds.jpg
General
Author(s)BassAceGold
TypeArcade
VersionLP-3
LicenceMixed
Links
[Media:Brickfalllp3ds.zip Download]
Website
Advertisements

<htmlet>adsense</htmlet>


BrickFall is a fast pace arcade game inspired by Falldown for the NDS.

It was submitted to the NEO Summer Coding Compo 2007.

Features

  • 3 controls styles.
  • Wifi Leaderboard.
  • MP3 support.

Installation

Download and extract file.

Copy the brickfall folder to the root of your card.

DLDI patch brickfall.nds file for your card.

Note: Game will freeze after motion card splash screen if brickfall directory not on root.

User guide

You guide a square through a maze of platforms without letting it hit the top of the screen. If it hits the top you lose. Your score is generated on how long you manage to survive. Unlike Falldown, this game has powerups. These powerups can help you or go against you so be careful as it is completely random.

The objective is to keep falling down and avoid reaching the top. If your character touches the top of the screen you die.

Note that you can change the guy on the main menu.

WiFi LeaderBoard

When you lose you have the option to upload your score to an online leaderboard.

To use, make sure that WiFi settings are set up correctly and be sure to be with in range of a wireless router of some sort.

MP3's

In this version you are able to listen to your own mp3's while playing. For this to work correctly you need to make sure your mp3's follow this format and enable function in options menu.

Converted to Mono format (less than 2.7 megabytes and name correctly). The name must follow this format:

song(whatever number).mp3

Make sure folder is completely empty before adding songs.

Place in /brickfall/mp3/ folder.

Converters can be found here and here.

Controls

This game can be played with control keys, Stylus or Motion card (enable in options menu).

Menu:

Up/Down/X/B - Go up and down

A/Left - Select highlighted option

Stylus - Navigate

In game:

Left/Right/Y/A - Move character left/right

L/R/Start - Pause game

Stylus - Drag to move character

Motion - Move character

Changelog

BrickFall LP-3 Saturday September 1st 2007

  • Fixed platform collision maps.
  • New levels.
  • Optimised platform loading (loads platforms faster).
  • Fixed wifi leaderboard freeze.
  • Menus redone.
  • Can now switch mp3s while playing (while paused press select to load a new mp3).
  • Updated mod song handling.
  • Added new songs.
  • Now checks to see if "brickfall" directory is on the root of card, if not displays error.
  • Got rid of data folder.
  • Updated readme with more info.
  • Random things are more random.
  • Fixed invisible platform bug.

BrickFall LP-2 Sunday August 19th 2007

New additions:

  • Added readme to rar.
  • Everything now loads from FAT.
  • Added wifi leaderboard.
  • Added mp3 decoder(can now listen to mp3's while playing).

Updates:

  • Added more platforms and backgrounds.
  • Fixed various bugs.

BrickFall LP-1 Sunday August 5th 2007

New changes:

  • Added graphics to the menus.
  • Added an options menu.
  • Added stylus controls in-game and in menus.
  • Added new characters which can be selected on the main menu.
  • Added speeds 1 and 4.
  • Added left handed controls (y and a for left and right, x and b for up and down in the menus,and left on the D-pad for selecting in menu).
  • Added motion card support(tilt DS left and right to move. Turn on in options to enable).
  • You can now pause in-game by pressing L,R, or Start.
  • Score now shows on top screen while playing.
  • Added music.
  • Added new platforms and backgrounds.
  • Backgrounds are even more trippy.
  • Added items in-game (only 3, some can help you and some will work against you).
  • Added sleep mode for when you close your DS.

Fixes:

  • Fix platform and background loading to be more random.
  • Fix bug where you fall off the bottom of the screen.
  • Tweaked speeds to be a little more easy.
  • Loads a random platform after each cycle through.


Advertising: