More actions
m (Text replacement - "EJS_gameUrl = 'https://dlhb.gamebrew.org/dshomebrew/" to "EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/") |
m (Text replacement - "EJS_core = 'nds';" to "EJS_core = 'desmume2015';") |
||
Line 41: | Line 41: | ||
<script type='text/javascript'> | <script type='text/javascript'> | ||
{{DS EmulatorJS Settings}} | {{DS EmulatorJS Settings}} | ||
EJS_core = ' | EJS_core = 'desmume2015'; | ||
EJS_gameName = "WordUp!"; | EJS_gameName = "WordUp!"; | ||
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/wordup.7z'; | EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/wordup.7z'; |
Revision as of 11:38, 28 November 2023
WordUp! | |
---|---|
General | |
Author | Superpanic |
Type | Puzzle |
Version | 1.0 |
License | Mixed |
Last Updated | 2007/04/15 |
Links | |
Download | |
Website | |
Source | |
WordUp! A word puzzle game for Nintendo DS created in 2007. Coded in C using the GBA HAM DevKit.
User guide
Game modes
WordUp is like Tetris with letters and words, it has two game modes:
- WordUp! - An open ended game.
- Arcade - With level progression.
How to play
Use the Stylus to connect letter into English words.
A word must be at least three characters long and they can be horizontal, vertical, and diagonal. They can also read forward or backward.
Once blocks are correctly connected to form a word, they will disappear form the screen.
If a column of blocks fill up the screen, the game is over.
Controls
Operate with Stylus.
Screenshots
Online Emulator
Nintendo DS | Keyboard |
---|---|
Compatibility
You need a flashcart to play the game on your Nintendo DS.
Works with most flashcart available like EZ Flash, R4, Ninja DS, Datel Constructions Kit, DS-Xtreme, etc.
This game is also playable on the NO$GBA emulator for Windows.
Changelog
all (final)
- Much larger dictionary.
- Updated graphics
- Music (composed exclusively for the game by Syphus).
- Hiscore save.
- Timed full column warnings.
- Awards.
- Options and others.
Credits
Game design by Superpanic.
Music by Syphus.
All put together using PALib.
External links
- Author's website - http://www.superpanic.com/wordup_download.html
- GitHub - https://github.com/superpanic/WordUp