News

TetriAbetes v1.30 (PSP Game)

dragula96 has updated his Tetris game “TetriAbetes” for Playstation Portable.

Release notes:

I was planning on waiting to release this one, but it’s just to good to keep from you guys.

some things off the top of my head i changed:

music loop is on a timer now, so it should restart around the time it finishes or a little bit after that.

fixed some bugs.

added some sounds.

tweaked the controls and the delays a bit.

changed the background

got rid of the black around the text

ADDED HIGH SCORE SYSTEM!

added some blocks made by LordRomo thanks budd.

and probably more stuff but i forgot.
give me your feedback please

By · 0 comments
Algebra – Calculus Assistant v0.1 (PSP misc)

Here is a simple application that can compute 4 (well actually, 5) different algebraic values. They are:

1) Slope of a line in standard form
2) Y-intercept of a line in standard form
3) Determinant of a 2×2 matrix
4) Determinant of a 3×3 matrix
5) Solution of a system of 2 equations with 2 variables each*

* In other words, it finds the intersection of two lines in standard form.

By · 0 comments
Gnextop v0.3 (Beta) (PSP misc)

Gnextop is the portal that lets you edit documents, browse the web and talk to friends, all at the same time! It is currently at Beta 3 (Version 0.3), and it is on schedule to be released in the second/third quarter of this year.

Gnextop combines features of Linux’s Gnome and KDE, to make a friendly yet powerful interface. If you don’t like the look of the interface, it’s easily changed!

Gnextop is a free product by BlazeByte.net, and it includes many features, including:

– JavaScript terminal, you can run JavaScript commands within Gnextop.
– Works on PSP, computer, and even PS3!
– Virtual Disk, view all the files you’ve saved on Gnextop, and open them with the text editor and change what you want!
– Spreadsheet, create your own spreadsheet!
– Advanced On-Screen Keyboard
– Web Browser
– Instant Messenger (WIP)
– PDF Viewer
– PSP Paint (WIP)
– Ability to run other applications within Gnextop.
– Change your settings, such as desktop wallpaper, theme (two included, Power Blue & Windows XP), and more.
– And so much more, and this is only a Beta!

By · 0 comments
Blockoid v0.4 (GP2x Game)

Blockoid is an Arkanoid sytle game coded by KidPaddle.

Changes: (translation from german to english by Kojote)

– Fixed a bug when playing with multiple balls
– Levelformat has been changed, there are now 9 different types of stones to brick, for details check readme.txt
– Counter/seconds for powerups added
– New powerup “W”

By · 0 comments
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 out a few syntax shortcuts, but other than that, DualScheme allows you to program on the go in the Scheme language!

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: RM(expression, left limit, right limit, rectangles)
Left Riemann Sum: RL(expression, left limit, right limit, rectangles)
Right Riemann Sum: RR(expression, left limit, right limit, rectangles)

By · 0 comments