Seek And Recharge: Difference between revisions

From GameBrew
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = Seek And Recharge
|title=Seek And Recharge
| image       = [[File:Seekandrechargeds.jpg]]
|image=seekandrecharge.png
| type       = Puzzle
|description=Control a robot to reach a new battery before running out of charge.
| version     = 8/16/09 updated
|author=Samel
| licence    = Mixed
|lastupdated=2009/08/16
| author      = samel
|type=Puzzle
| website     = http://donotjava.netsons.org/?page_id=174
|version=Update
| download    = Media:Seekandrechargeds.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/seekandrecharge.7z
}}  
|website=http://donotjava.netsons.org/?page_id=174
 
}}
Seek And Recharge is a puzzle game where you are a robot and your battery are running out of charge. Your goal is to catch a new pair of battery each level.  
Seek And Recharge is a DS homebrew puzzle game where you are a robot and your battery are running out of charge. Your goal is to catch a new pair of battery each level.  


It was participated in the NEO Summer Coding Compo 2009, ranked 3th under Game section.  
It was participated in the NEO Summer Coding Compo 2009, ranked 3th under Game section.  


==Features==
==Features==
*100 levels in the Campaign
* 100 levels in the Campaign.
*Custom level
* Custom level.
*Endless mode
* Endless mode.
*In game help
* In game help.
*Isometric view
* Isometric view.
*Sounds
* Sounds.
*No touchscreen input  
* No touchscreen input.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#Patch the SAR.nds file and put the whole directory in the root of card.


==Objectives==
[[DLDI|DLDI]] patch the .nds file if needed (if your card does not have auto-patching) and put the whole directory in the root of card.
Catch a new pair of battery each level.


==User guide==
==User guide==
The file name it's the text presented to the player in the level list, no space or special character allowed.
===Gameplay===
In ths game, you are a robot and your battery are running out of charge.
 
The objective of the game is to catch a new pair of battery in each level.
 
===Customize Levels===
'''Requirements:'''
* A description line (max 60 characters).
* The board with its format.
'''Board format:'''
 
8 lines with 8 characters, each character it's one in r, g, b and mean red, green, blue.
Starting coordinate x and y (separated by a space)
Remember that the board it's 8x8 and start at index 0,0 trought 7x7.
Final coordinate x and y (separated by a space)
Remember that the board it's 8x8 and start at index 0,0 trought 7x7.
Initial player color and the maximum allowd move (separated by a space)
Remember that the initial player color follow the same board format (r,g,b).


==Customize Levels==
'''Using additional level:'''
To create you own custom levels follow this standard:
#a descriptione line [max 60 characters]
#the board with its format
:Board format:
:8 line with 8 character, each character it's one in r, g, b and mean red, green, blue.
#Starting coordinate x and y [separated by a space]
:Remember that the board it's 8x8 and start at index 0,0 trought 7x7!
#Final coordinate x and y [separated by a space]
:Remember that the board it's 8x8 and start at index 0,0 trought 7x7!
#Initial player color and the maximum allowd move [separated by a space]
:Remember that the initial player color follo the same board format [r,g,b]


To use additional level, copy the new level to the bonus directory [SAR/bonus/ on your card].
Copy the new level to the bonus directory /SAR/bonus/ on your card.
 
The file name is the text presented to you in the level list, no space or special character allowed.
 
==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/seekandrecharge2.png
https://dlhb.gamebrew.org/dshomebrew/seekandrecharge3.png
 
https://dlhb.gamebrew.org/dshomebrew/seekandrecharge4.png
https://dlhb.gamebrew.org/dshomebrew/seekandrecharge5.png
<!--BEGIN Online Emulator Section-->
==Online Emulator==
{{#tag:html|
<div style='width:520px;height:390px;max-width:100%'><div id='game'></div></div>
<script type='text/javascript'>
{{DS EmulatorJS Settings}}
EJS_core = 'nds';
EJS_gameName = "Seek And Recharge";
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/seekandrecharge.7z';
</script>
{{EmulatorJS Loader}}
}}
{{DS Control Settings}}
<!--END Online Emulator Section-->


==Changelog==
==Changelog==
'''Updated'''
'''Updated'''
*Bug on level 15 corrected
* Bug on level 15 corrected.


==Credits==
==Credits==
Design: Luca Giacometti
Design: Luca Giacometti.
Programming: Luca Giacometti, Isabella Bonetto
 
Graphics: Luca Giacometti
Programming: Luca Giacometti, Isabella Bonetto.
Sound: Isabella Bonetto, www.freesound.org
 
Graphics: Luca Giacometti.
 
Sound: Isabella Bonetto, www.freesound.org.
 
==External links==
* Author's website - [https://web.archive.org/web/20090819233016/http://donotjava.netsons.org/?page_id=174 http://donotjava.netsons.org/?page_id=174] (archived)
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=5685.0


[[Category:Homebrew applications]]
[[Category:DS homebrew games]]
[[Category:Homebrew puzzle games on DS]]

Latest revision as of 02:24, 11 December 2023

Seek And Recharge
Seekandrecharge.png
General
AuthorSamel
TypePuzzle
VersionUpdate
LicenseMixed
Last Updated2009/08/16
Links
Download
Website

Seek And Recharge is a DS homebrew puzzle game where you are a robot and your battery are running out of charge. Your goal is to catch a new pair of battery each level.

It was participated in the NEO Summer Coding Compo 2009, ranked 3th under Game section.

Features

  • 100 levels in the Campaign.
  • Custom level.
  • Endless mode.
  • In game help.
  • Isometric view.
  • Sounds.
  • No touchscreen input.

Installation

Download and extract file.

DLDI patch the .nds file if needed (if your card does not have auto-patching) and put the whole directory in the root of card.

User guide

Gameplay

In ths game, you are a robot and your battery are running out of charge.

The objective of the game is to catch a new pair of battery in each level.

Customize Levels

Requirements:

  • A description line (max 60 characters).
  • The board with its format.

Board format:

8 lines with 8 characters, each character it's one in r, g, b and mean red, green, blue.

Starting coordinate x and y (separated by a space)

Remember that the board it's 8x8 and start at index 0,0 trought 7x7.

Final coordinate x and y (separated by a space)

Remember that the board it's 8x8 and start at index 0,0 trought 7x7.

Initial player color and the maximum allowd move (separated by a space)

Remember that the initial player color follow the same board format (r,g,b).

Using additional level:

Copy the new level to the bonus directory /SAR/bonus/ on your card.

The file name is the text presented to you in the level list, no space or special character allowed.

Screenshots

seekandrecharge2.pngseekandrecharge3.png

seekandrecharge4.pngseekandrecharge5.png

Online Emulator

Can use gamepad or customise in the control settings.
Nintendo DS 🎮 Keyboard
C-a.png Kb-z.png
C-b.png Kb-x.png
C-x.png Kb-a.png
C-y.png Kb-s.png
C-start.png Kb-enter.png
C-select.png Kb-v.png
C-l.png Kb-q.png
C-r.png Kb-e.png
C-pad.png Kb-dpad.png

Changelog

Updated

  • Bug on level 15 corrected.

Credits

Design: Luca Giacometti.

Programming: Luca Giacometti, Isabella Bonetto.

Graphics: Luca Giacometti.

Sound: Isabella Bonetto, www.freesound.org.

External links

Advertising: