KanjiDs is a Kanji learning application for the NDS.
XRoar is a Dragon and Tandy CoCo emulator.
Changes:
* More WD279x commands implemented.
* Fixed 16-byte video mode rendering.
* Fixed Delta drive select bug.
* Better compatibility with old snapshots.
* Performance improvements in OpenGL driver.
* Writes supported to DMK format disk images.
Nintendo DS binary – still rough & ready, but now with a (ever so slightly less limited) file requester. The .ds.gba file. Developed using a DS-Xtreme with libnds and libfat. ROMs go in fat:/dragon/.
MystBoy has released a wake-up/alarm-clock application for the NDS. The tool is in german language only.
http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3498&forum=28
Avoid the red asteroids with your Radical ship.
Press the D-Pad to move around,
Press A to slow time down,
Press R to summon the Vortex shop to buy upgrades, use the stylus to touch the buttons on the shop menu. (right now the shop is empty as it’s an early version)
And press L to restart the game once you lose.
Thanks to http://www.dev-fr.org for the news.
http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3493&forum=9
Shades On is a “Light’s Out” style game for NDS, which faithfully reproduces all 11 modes of play.
Thanks to http://www.dev-fr.org for the news.
http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3495&forum=9
space1 has updated his Qix styled game DS All Stars. The game is using screenshots of various Nintendo games, which should be seens as tribute and not as copyright infrigment.
http://space1.dev-fr.org/p3672/2007-08-24-ds-all-stars-v7.html
space1 has updated his Qix styled game Porn All Stars. The game is using screenshots of various erotic pictures. This might not be suitable for younger visitors.
http://space1.dev-fr.org/p3672/2007-08-24-ds-all-stars-v7.html
Jetfighter is a shooter game written in Lua for NDS.
WusteroiDS is an Asteroids like game for NDS.
http://nameless.dev-fr.org/p3671/2007-08-23-wusteroids-0-2-beta.html
Wee Basic is a BASIC interpretor for NDS.
Changes in this release:
fixed:
– for/next error on first parse
– let statement not ignoring white space
– assingment not ignoring white space
– boolean functions for if statement not ignoring white space
– boolean expression for if statement returning incorrect value when using brackets
– print statement not handling variables that have a value which is a negative decimaladded/changed:
– added basic graphics:
plot x,y,colour (x,y are coordinates; colour: 1-4 to display, 0 to erase). See pong demo
line x1,y1,x2,y2,colour. See pong demo– added log(), sin(), cos(), tan() and sqrt()
– cursor moves to the top of the document after load file
– if there is an error in the basic code, cursor will move to the point of (or close to) the error after the program is ended to make it easier to debug
– you can now use up and down (as well as left and right) to navigate in the editor