More actions
4Rows
I said few months ago that lpp-3ds is a port of our PSP interpreter and that it uses a very similar syntax so porting PSP LUA homebrews is very simple so why not porting another ones to 3DS?
4Rows is the port of the "Four in a row"/"Connect4" sample homebrew provided with the very first PSP Lua Interpreter ( http://www.luaplayer.org/ ).
I just adapated the script for lpp-3ds syntax (You can check differences from original script and this one by downloading original PSP homebrew ( http://www.luaplayer.org/4-in-a-row.zip ) and see final.lua file) and added restart/exit controls at the end of the game and a check for draw matches (in the original ones, if you complete the board without anyone to win, game will just freeze).
If you want to use CIA/3DS build, put all PNG files and rows.lua in SD card root.
Download: http://rinnegatamante.netsons.org/4Rows11.rar
Credits:
- Frank Buß for the original script