Latest News

Factor v0.1 – A Game of Primes (GP2x Fenix Game)
The idea of the game is that you need to factor a very large number which is a multiple of the first 8 primes: 2, 3, 5, 7, 11, 13, 17, and 19. So, for instance: 12355467391260000000 = 2^8 * 3^7 * 5^7 * 7^10 By pressing the left, right, up, down, A, B, X, and Y buttons, you can attempt to divide the large number by a prime. By using the L and R buttons, you can increase the power of the divisor. 2 becomes 2^2 = 4, 7 becomes 7^2 = 49, and 19 becomes 19^2 = 361. You can increase your power up to a factor of 6, where 19^6 = 47045881! Be careful though. If you make a mistake you'll be penalized 3 times the amount of points you would have gained if you were correct. Increasing the power is risky business! The icon graph is a hypercube, a four dimensional object that could be used to represent an easy puzzle (2^w*3^x*5^y*7^z). Read more
GMath3D v1.3.5.3 Library for GP2X and Win32 Tester Library (GP2x misc)
Graphics library for gp2x. Includes 2D, 3D, Text, Time, Joystick, and Sound (ogg) functions. Includes working example code, and .gpe files. Now Included a Win32 port to test your programs before compiling for GP2X. Win32 tester version includes 2D, 3D, Text, and Joystick functions. Now supports textures upto 128x128 bitmaps. Read more
PCMonitor (Alpha 4) (PSP Application)
This project allows you to view your computers CPU, RAM and Network Usage on your PSP graphically. You are required to run a small server application on the PC which you wish to monitor, the PSP then connects to this over WiFi and displays the info. The server is written in VB6, while the PSP code is in C++. Read more