Latest News

DualScheme (03-03-2008) (NDS misc)

DualScheme is a halfway compliant implementation of Scheme for the DS. It includes most of the basic features of the Scheme language. It provides a REPL (read-evaluate-print-loop) that shows evaluation results on the top screen, and uses the bottom screen as a virtual keyboard. It does not implement continuations, macros, tail-call optimization, garbage collection, or error handling, and it leaves … Read more

http://forum.gbadev.org/viewtopic.php?t=15103

By · 0 comments
GraphDS v0.1 (NDS misc)

GraphDS is a program for the DS that implements the class and performs calculations. Release notes: I’ve made some more progress on graphDS. Now there’s an easier-to-use keyboard and it can even graph equations. Riemann sums and integration have their own keys, but the syntax is still the same as before. Integrate: int(expression, left limit, right limit) Middle Riemann Sum: … Read more

http://palib.info/forum/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=4316&forum=9

By · 0 comments
Scogger v0.2 (NDS Game)

Scogger is a simple puzzle game, released in occasion of the Annual drunkencoders christmas game coding competion. The goal of the game is to make the frog jump over all the tree trunks. The only avaiable direction the frog can move are forward, left and right (no diagonals), with no jump distance limit! Remember that the frog cannot jump backward, … Read more

http://palib.info/forum/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=4375&forum=9

By · 0 comments