GameBox DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 6: Line 6:
| licence    = Mixed
| licence    = Mixed
| author      = Gwoin (Gwennael Buchet)
| author      = Gwoin (Gwennael Buchet)
| website    = http://www.codeartex.com
| website    = https://web.archive.org/web/20130528124451/http://www.codeartex.com/?page_id=47
| download    = Media:GameBoxDS.rar
| download    = Media:GameBoxDS.rar
| source      =  
| source      =  
}}
}}


GameBoxDS is a game pack for the Nintendo DS. It contains 4 games: DS4, PingMine, DSFlower and Reverso.
GameBoxDS is a homebrew game pack for the Nintendo DS. It contains 4 games: DS4, PingMine, DSFlower and Reverso. It is developed in C++ and is based on the PALib, from Mollusk, for 2D and sound. 3D is developed with the libnds library.


GameBoxDS is developed in C++ and is based on the PALib, from Mollusk, for 2D and sound. 3D is developed with the libnds library.
It was part of the [https://web.archive.org/web/20210207115144/https://www.neoflash.com/forum/index.php?topic=1855.0 NEO Spring Coding Compo 2006], ranked 4th.
 
It was part of the NEO Spring Coding Competition 2006, ranked 4th.


==Features==
==Features==
*New menu in 3D
* New menu in 3D.
*Additions of sounds
* Additions of sounds.
*Level difficulties available in some games
* Level difficulties available in some games.
*Tutorial
* Tutorial.
*Various tricks to right and left
* Various tricks to right and left.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#DLDI patch it and copy it to the root directory of the card
 
[[DLDI|DLDI]] patch it if needed (if your card does not have auto-patching) and copy it to the root directory of the card.


If you have a Supercard, please put the GameBoxDS.ds.gba file on your Supercard, and rename it to GameBoxDS.nds.
If you have a Supercard, please put the GameBoxDS.ds.gba file on your Supercard, and rename it to GameBoxDS.nds.
Line 32: Line 31:
==User guide==
==User guide==
Each game has its own about page that explains how to play.
Each game has its own about page that explains how to play.
To access this page, just click on the "?" icon on the bottom right of the bottom screen in the menu page of the game.


[[File:Gameboxds.jpg|600px]]
To access this page, just click on the ? icon on the bottom right of the bottom screen in the menu page of the game.
 
'''PingMine:'''
* A mix between a MineSweeper and a labyrinth.
* Help Marcel the pingouin to go to its igloo without falling in a hole. But there is a deep fog and the pingouin just know how many holes are around him.
* Put a flag where you think there's a hole. It has 5 levels of difficulty.


'''PingMine:'''
'''DS4:'''
:A mix between a MineSweeper and a labyrinth.
* A Power4 game. Play versus the AI (15 levels of difficulty) and try to align 4 pieces of your colour in a 7x6 grid.
:Help Marcel the pingouin to go to its igloo without falling in a hole. But there is a deep fog and the pingouin just know how many holes are around him. Put a flag where you think there's a hole, by pressing [A] + the direction pad. 5 levels of difficulty.
 
'''DSFlower:'''
'''DS4:'''  
* Catch all the falling flowers before they touch the floor or you will loose a life.  
:A "Power4" game.  
* But be careful, there are more and more flowers on the screen that are falling more and more quickly.And don't catch the the wrong flowers.
:Play versus the AI (15 levels of difficulty) and just try to align 4 pieces of your colour in a 7x6 grid.
   
'''Reverso:'''
'''DSFlower:'''  
* A grid of 3x3 white or black pieces.  
:Catch all the falling flowers before they touch the floor or you will loose a life.  
* The aim is to turn all the pieces from black to white.Touch a piece to return it (this will return some of is neighbours too).
:But be careful, there are more and more flowers on the screen that are falling more and more quickly.And don't catch the the wrong flowers.
* At start, there is a minimal number of pieces to be returned before to win. Try to win in this minimal number.  
           
* You can be helped in your choice by the AI of the game.
'''Reverso:'''  
:A grid of 3x3 white or black pieces.  
:The aim is to turn all the pieces from black to white.Touch a piece to return it (this will return some of is neighbours too).
:At start, there is a minimal number of pieces to be returned before to win. Try to win in this minimal number.You can be helped in your choice by the AI of the game.
==Controls==
==Controls==
D-pad - turn the cube  
D-Pad - Turn the cube  
 
X/Select - Start the selected game
 
A+D-Pad - Place flag (PingMine)


X or Select - start the selected game
==Screenshots==
[[File:Gameboxds.jpg]]


==Changelog==
==Changelog==
'''v0.8'''
'''v0.8'''
*New start menu in 3D with a complete new gfx
* New start menu in 3D with a complete new gfx.
*Add sounds
* Add sounds.
*PingMine: add timer, flags counter, better placement of the holes, correct some gfx.
* PingMine: add timer, flags counter, better placement of the holes, correct some gfx.
*PingMine: Possibility to move the difficulty level with the PAD (not only with the stylus)
* PingMine: Possibility to move the difficulty level with the PAD (not only with the stylus).
*DS4: Possibility to move the difficulty level with the PAD (not only with the stylus)
* DS4: Possibility to move the difficulty level with the PAD (not only with the stylus).
*DSFlower: remade the about page
* DSFlower: remade the about page.
 
'''v0.6'''
'''v0.6'''
*Add FlowerDS game
* Add FlowerDS game.
*Best gameplay for FlowerDS
* Best gameplay for FlowerDS.
 
'''v0.45'''
'''v0.45'''
*Add fog in PingMine
* Add fog in PingMine.
*Modify some graphisms
* Modify some graphisms.
*Correct a bug in DS4 which draw "You Loose" when the player win the level ;^)
* Correct a bug in DS4 which draw "You Loose" when the player win the level.
 
'''v0.4'''  
'''v0.4'''  
*Modify some graphism in Reverso
* Modify some graphism in Reverso.
*more code in games 4 and 5
* more code in games 4 and 5.
 
'''v0.3'''
'''v0.3'''
*Finalization of some gfx in Reverso and PingMine
* Finalization of some gfx in Reverso and PingMine.
 
'''v0.0~0.2'''
'''v0.0~0.2'''
*All the start code
* All the start code.


==Credits==
==Credits==
Thanks to Carlos De Carvalho (for his great help in gfx)
Thanks to Carlos De Carvalho for his help in gfx.
 
Thanks to Mollusk's PALib.


Thanks to Mollusk's PALib
Thanks to NeoFlash's MK2.


Thanks to NeoFlash's MK2
Thanks to DevKitPro.


Thanks to DevKitPro
Thanks to Visual Studio.


Thanks to Visual Studio
<br>
[[Category:Homebrew applications]]
[[Category:DS homebrew games]]
[[Category:Other homebrew games on DS]]

Revision as of 07:12, 1 July 2021

GameBox DS
File:GameBoxDScover.jpg
General
Author(s)Gwoin (Gwennael Buchet)
TypeOther
Version0.8beta
LicenceMixed
Links
[Media:GameBoxDS.rar Download]
Website
Advertisements

<htmlet>adsense</htmlet>


GameBoxDS is a homebrew game pack for the Nintendo DS. It contains 4 games: DS4, PingMine, DSFlower and Reverso. It is developed in C++ and is based on the PALib, from Mollusk, for 2D and sound. 3D is developed with the libnds library.

It was part of the NEO Spring Coding Compo 2006, ranked 4th.

Features

  • New menu in 3D.
  • Additions of sounds.
  • Level difficulties available in some games.
  • Tutorial.
  • Various tricks to right and left.

Installation

Download and extract file.

DLDI patch it if needed (if your card does not have auto-patching) and copy it to the root directory of the card.

If you have a Supercard, please put the GameBoxDS.ds.gba file on your Supercard, and rename it to GameBoxDS.nds.

User guide

Each game has its own about page that explains how to play.

To access this page, just click on the ? icon on the bottom right of the bottom screen in the menu page of the game.

PingMine:

  • A mix between a MineSweeper and a labyrinth.
  • Help Marcel the pingouin to go to its igloo without falling in a hole. But there is a deep fog and the pingouin just know how many holes are around him.
  • Put a flag where you think there's a hole. It has 5 levels of difficulty.

DS4:

  • A Power4 game. Play versus the AI (15 levels of difficulty) and try to align 4 pieces of your colour in a 7x6 grid.

DSFlower:

  • Catch all the falling flowers before they touch the floor or you will loose a life.
  • But be careful, there are more and more flowers on the screen that are falling more and more quickly.And don't catch the the wrong flowers.

Reverso:

  • A grid of 3x3 white or black pieces.
  • The aim is to turn all the pieces from black to white.Touch a piece to return it (this will return some of is neighbours too).
  • At start, there is a minimal number of pieces to be returned before to win. Try to win in this minimal number.
  • You can be helped in your choice by the AI of the game.

Controls

D-Pad - Turn the cube

X/Select - Start the selected game

A+D-Pad - Place flag (PingMine)

Screenshots

File:Gameboxds.jpg

Changelog

v0.8

  • New start menu in 3D with a complete new gfx.
  • Add sounds.
  • PingMine: add timer, flags counter, better placement of the holes, correct some gfx.
  • PingMine: Possibility to move the difficulty level with the PAD (not only with the stylus).
  • DS4: Possibility to move the difficulty level with the PAD (not only with the stylus).
  • DSFlower: remade the about page.

v0.6

  • Add FlowerDS game.
  • Best gameplay for FlowerDS.

v0.45

  • Add fog in PingMine.
  • Modify some graphisms.
  • Correct a bug in DS4 which draw "You Loose" when the player win the level.

v0.4

  • Modify some graphism in Reverso.
  • more code in games 4 and 5.

v0.3

  • Finalization of some gfx in Reverso and PingMine.

v0.0~0.2

  • All the start code.

Credits

Thanks to Carlos De Carvalho for his help in gfx.

Thanks to Mollusk's PALib.

Thanks to NeoFlash's MK2.

Thanks to DevKitPro.

Thanks to Visual Studio.


Advertising: