News

PSPicross v0.3 (PSP Lua Game)

This is Picross (aka “Nonogram”) for the PSP programmed in Lua.

Original code by Haggar – http://haggar.pocketheaven.com/ and redesign and numerous other things by Maurice.

Features:

– Sizes 5, 10 and 15 supported
– PicrossDS-like graphics
– Timer
– Music and sounds
– File browser
– Puzzle Editor/Maker
– 215 puzzles included
– Highscore tracking

http://forums.qj.net/showthread.php?t=141809

By · 0 comments
libosk v0.4.4 (Wii misc)

libosk is an easy to use, 100% configurable on screen keyboard for applications written using libwiisprite, written by beardface. Changing language, look and feel, etc… can all be accomplished simply by modifying a config file.

A demo application showing how to use libosk is included in the release.

Source: http://www.wiibrew.org/wiki/Development_Applications/libosk

http://code.google.com/p/wiichat/

By · 0 comments
Box2D (26-06-2008) (Wii misc)

Box2D is a 2D rigid body simulation library for games. Programmer’s can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game’s point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) an animator to move your actors around, you can let Sir Isaac Newton do the directing.

Thanks to http://www.wiibrew.org for the news.

http://code.google.com/p/wiichat/

By · 0 comments
Pstros NDS v0.7.1 (J2ME emu for NDS)

Pstros NDS is a MIDP implementation running on the CLDC java machine compiled for the Nintendo DS. It allows you to run some java programs and games written for the mobile phones on your NDS.

To achieve this goal one needs a java machine for processing the bytecode and a program library that implements the MIDP api. In this case the Sun’s KVM java machine was used (thanks to Torlus and davr for porting it for the NDS and providing the source) and an altered version of the Pstros was used as the MIDP library. Both parts were built into the single binary to simplify the execution of the java code on the NDS.

Changes:

– added HttpConnection class to satisfy dependencies of some applications
– implemented drawing of the ellipses (note: draw/fillArc is not fully functional yet)

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

http://www.volny.cz/molej/pstrosnds/

By · 0 comments
Quiz Man v1 (PSP Game)

Quiz Man is a multiple choice quiz for PSP.

Changes compared to the last beta:

– [ADDED] Quiz Browser
– [ADDED] Quiz Info Menu
– [ADDED] Time in Menu
– [ADDED] GFX (Yay!) (Skinable)
– [ADDED] Register Feature
– [ADDED] Online Quiz Feature
– [ADDED] Authentication(Register) Information Saved In a File
– [ADDED] Encryption/Decryption on the password
– [ADDED] Splash (With Effect)
– [ADDED] Update Feature
– [ADDED] Function to Recreate file with authentication information
– [ADDED] Scoreboard Feature (When online quiz is done, your Score and time will be uploaded)-> Need to register
– [ADDED] Quiz Maker + Quiz name stored in quiz file
– [CHANGED] Maximum Questions is now 20 (Instead of 10)

http://forums.qj.net/showthread.php?t=141755

By · 0 comments