Word Wrap: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 11: Line 11:
}}     
}}     


A DS version of a word jumbling game.  
Word Wrap is a DS version of a word jumbling game.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#[http://chishm.drunkencoders.com/DLDI/ DLDI patch] .nds file and copy it to the root directory of the card
 
[[DLDI|DLDI]] patch .nds file if needed (if your card does not have auto-patching), then copy it along with wordlist.dat to the root directory of the card.


==User guide==
==User guide==
Can you unscramble the given letters to make as many words as possible and reveal the mystery word?
Can you unscramble the given letters to make as many words as possible and reveal the mystery word?


'''Time Attack A''' - Rearrange all the characters to form the mystery word. This will unlock the next level - but remember you're against the clock.
===Game mode===
* Time Attack A - Rearrange all the characters to form the mystery word. This will unlock the next level, but remember you're against the clock.
* Time Attack B - Find the required number of words to progress to the next level.
* Endless - No clock, take it at your own pace.
* Challenge 1 - Time Attack A on a specific word.
* Challenge 2 - Endless on a specific word.


'''Time Attack B''' - Find the required number of words to progress to the next level.  
Each game mode can be played with three difficulty levels: easy (6 letter words) normal (7 letter words) and hard (8 letter words).


'''Endless''' - No clock - take it at our own pace.  
You can also add extra words to wordlist.dat using a text editor (needs Windows linefeeds).


'''Challenge 1''' - Time Attack A on a specific word.
==Controls==
Start - Pause


'''Challenge 2''' - Endless on a specific word.
Up/Down - Change the game skin


Each game mode can be played with three difficulty levels: easy (6 letter words) normal (7 letter words) and hard (8 letter words).
L/R - Browse the words found


[[File:Wordwrapds2.png]]
'''Stylus:'''


==Controls==
Quit button - Back to menu
Uses Stylus.
:Quit - back to menu
:Next - unlocked once found the current mystery word
:Wrap - jumbles letters to find new words


Start - pause
Next button - Unlocked once found the current mystery word


Up/Down - change the game 'skin'
Wrap button - Jumble letters to find new words


L/R - see the words found
==Screenshots==
[[File:Wordwrapds2.png]]


==Compatibility==
==Compatibility==
Works with an M3SD and an R4. It runs on No$Gba as well.  
Works with an M3SD and an R4. It runs on No$Gba and Dualis as well.  


==Known issues==
==Known issues==
Line 54: Line 58:
==Changelog==
==Changelog==
'''1.20'''
'''1.20'''
*Added two new game modes - Challenge 1 and Challenge 2 where you can play time attack or endless modes on a specific word.
* Added two new game modes - Challenge 1 and Challenge 2 where you can play time attack or endless modes on a specific word.
*Added exit to menu functionality.
* Added exit to menu functionality.
*Rebuilt with latest libnds. Should fix sound / mod playback issues.
* Rebuilt with latest libnds. Should fix sound / mod playback issues.
*Removed EFS code. Settings now saved to /data/wordwrap folder on your card.
* Removed EFS code. Settings now saved to /data/wordwrap folder on your card.
*Hopefully fixed nasty hardware only crash.
* Hopefully fixed nasty hardware only crash.


'''1.10'''
'''1.10'''
*Current skin is now saved (needs DLDI patching).
* Current skin is now saved (needs DLDI patching).
*Moved difficulty level into options screen. Difficulty level is now saved.
* Moved difficulty level into options screen. Difficulty level is now saved.
*You can now choose between no sounds / just effects or full.
* You can now choose between no sounds / just effects or full.
*Game graphics are now skinned.
* Game graphics are now skinned.
*Sound effects weren't always being played.
* Sound effects weren't always being played.
*Added credits screen.
* Added credits screen.
*Added options screen.
* Added options screen.
*Updated icon.
* Updated icon.


'''1.01'''
'''1.01'''
*Added pause.
* Added pause.
*Added music.
* Added music.
*Added sleep support.
* Added sleep support.
*Added 'crossing' out gesture to quickly remove the submission word.
* Added 'crossing' out gesture to quickly remove the submission word.
*In Time Attack modes, you now get some time back depending on the length of word you submitted.
* In Time Attack modes, you now get some time back depending on the length of word you submitted.
*You can now tap a checked out letter to remove it from the current word.
* You can now tap a checked out letter to remove it from the current word.
*The wrap button doesn't clear your submission any more.
* The wrap button doesn't clear your submission any more.
*Hopefully fixed bug where the game would lock up during 'thinking' stage.
* Hopefully fixed bug where the game would lock up during 'thinking' stage.
*In Time Attack A mode, if you unlock the level you are now advanced to the next stage when your time runs out.
* In Time Attack A mode, if you unlock the level you are now advanced to the next stage when your time runs out.
*Low time warning sounds weren't being played after you ran out of time and started a new game.  
* Low time warning sounds weren't being played after you ran out of time and started a new game.  
*Fixed text on the objective screen for Time Attack B.
* Fixed text on the objective screen for Time Attack B.
*Fixed spurious inputting of a space in easy difficulty.
* Fixed spurious inputting of a space in easy difficulty.
*In Time Attack A, if there are multiple longest words, you only have to find one of these to unlock the next level.  
* In Time Attack A, if there are multiple longest words, you only have to find one of these to unlock the next level.  
*Fixed wrong description being shown on the game selection screen after quitting.
* Fixed wrong description being shown on the game selection screen after quitting.


'''1.00'''
'''1.00'''
*New game modes - Time Attack A, Time Attack B and Endless.
* New game modes - Time Attack A, Time Attack B and Endless.
*New graphics from DarkanX.
* New graphics from DarkanX.
*New font.
* New font.
*Sound effects.
* Sound effects.
*Much faster / accurate word generation.
* Much faster / accurate word generation.
*Multiple difficulty levels.
* Multiple difficulty levels.


'''0.04'''
'''0.04'''
*Built with latest libnds - touch screen should be better.
* Built with latest libnds - touch screen should be better.
*Single filed the code - word list is now built in.
* Single filed the code - word list is now built in.
*Word generation is a lot faster now.
* Word generation is a lot faster now.
*Fix for words being skipped in certain circumstances during generation.
* Fix for words being skipped in certain circumstances during generation.


'''0.03'''
'''0.03'''
*Added 'wrap' button to shuffle the letters around.
* Added 'wrap' button to shuffle the letters around.
*If you enter a word that's already in the list, it is now inverted to show you.
* If you enter a word that's already in the list, it is now inverted to show you.
*Removed plurals from word list to make list more managable and to stop screen overflows.
* Removed plurals from word list to make list more managable and to stop screen overflows.


'''0.02'''
'''0.02'''
*Switched to more readable font.
* Switched to more readable font.
*Improvements to word list generator.
* Improvements to word list generator.
*Left and right shoulder buttons does 'back'.
* Left and right shoulder buttons does 'back'.
*Missing words for the current puzzle shown when you click 'new'.
* Missing words for the current puzzle shown when you click 'new'.
*You're now told if the word you entered isn't in the list or has already been found.
* You're now told if the word you entered isn't in the list or has already been found.


'''0.01'''
'''0.01'''
*Initial Release
* Initial Release.


==Credits==
==Credits==
Line 122: Line 126:
Lizard for the title music .mod and TDK for the ingame music .mod.
Lizard for the title music .mod and TDK for the ingame music .mod.


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

Revision as of 03:23, 22 June 2021

Word Wrap
File:Wordwrapds.png
General
Author(s)bob fossil
TypePuzzle
Version1.2
LicenceMixed
Links
[Media:Wordwrap120ds.zip Download]
Website
Advertisements

<htmlet>adsense</htmlet>


Word Wrap is a DS version of a word jumbling game.

Installation

Download and extract file.

DLDI patch .nds file if needed (if your card does not have auto-patching), then copy it along with wordlist.dat to the root directory of the card.

User guide

Can you unscramble the given letters to make as many words as possible and reveal the mystery word?

Game mode

  • Time Attack A - Rearrange all the characters to form the mystery word. This will unlock the next level, but remember you're against the clock.
  • Time Attack B - Find the required number of words to progress to the next level.
  • Endless - No clock, take it at your own pace.
  • Challenge 1 - Time Attack A on a specific word.
  • Challenge 2 - Endless on a specific word.

Each game mode can be played with three difficulty levels: easy (6 letter words) normal (7 letter words) and hard (8 letter words).

You can also add extra words to wordlist.dat using a text editor (needs Windows linefeeds).

Controls

Start - Pause

Up/Down - Change the game skin

L/R - Browse the words found

Stylus:

Quit button - Back to menu

Next button - Unlocked once found the current mystery word

Wrap button - Jumble letters to find new words

Screenshots

File:Wordwrapds2.png

Compatibility

Works with an M3SD and an R4. It runs on No$Gba and Dualis as well.

Known issues

Doesn't save high scores.

Changelog

1.20

  • Added two new game modes - Challenge 1 and Challenge 2 where you can play time attack or endless modes on a specific word.
  • Added exit to menu functionality.
  • Rebuilt with latest libnds. Should fix sound / mod playback issues.
  • Removed EFS code. Settings now saved to /data/wordwrap folder on your card.
  • Hopefully fixed nasty hardware only crash.

1.10

  • Current skin is now saved (needs DLDI patching).
  • Moved difficulty level into options screen. Difficulty level is now saved.
  • You can now choose between no sounds / just effects or full.
  • Game graphics are now skinned.
  • Sound effects weren't always being played.
  • Added credits screen.
  • Added options screen.
  • Updated icon.

1.01

  • Added pause.
  • Added music.
  • Added sleep support.
  • Added 'crossing' out gesture to quickly remove the submission word.
  • In Time Attack modes, you now get some time back depending on the length of word you submitted.
  • You can now tap a checked out letter to remove it from the current word.
  • The wrap button doesn't clear your submission any more.
  • Hopefully fixed bug where the game would lock up during 'thinking' stage.
  • In Time Attack A mode, if you unlock the level you are now advanced to the next stage when your time runs out.
  • Low time warning sounds weren't being played after you ran out of time and started a new game.
  • Fixed text on the objective screen for Time Attack B.
  • Fixed spurious inputting of a space in easy difficulty.
  • In Time Attack A, if there are multiple longest words, you only have to find one of these to unlock the next level.
  • Fixed wrong description being shown on the game selection screen after quitting.

1.00

  • New game modes - Time Attack A, Time Attack B and Endless.
  • New graphics from DarkanX.
  • New font.
  • Sound effects.
  • Much faster / accurate word generation.
  • Multiple difficulty levels.

0.04

  • Built with latest libnds - touch screen should be better.
  • Single filed the code - word list is now built in.
  • Word generation is a lot faster now.
  • Fix for words being skipped in certain circumstances during generation.

0.03

  • Added 'wrap' button to shuffle the letters around.
  • If you enter a word that's already in the list, it is now inverted to show you.
  • Removed plurals from word list to make list more managable and to stop screen overflows.

0.02

  • Switched to more readable font.
  • Improvements to word list generator.
  • Left and right shoulder buttons does 'back'.
  • Missing words for the current puzzle shown when you click 'new'.
  • You're now told if the word you entered isn't in the list or has already been found.

0.01

  • Initial Release.

Credits

The 12dicts package, for the wordlist.

DarkanX for the graphics.

Lizard for the title music .mod and TDK for the ingame music .mod.


Advertising: