More actions
(Created page with "{{Infobox 3DS homebrew | title = 4Rows | image = https://dlhb.gamebrew.org/3dshomebrew/|250px | type = Board | version = 1.1 | licence = Mixed | author = Rinnegatamante | webs...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS homebrew | {{Infobox 3DS homebrew | ||
| title = 4Rows | | title = 4Rows | ||
| type = Board | | type = Board | ||
| version = 1.1 | | version = 1.1 | ||
Line 8: | Line 7: | ||
| website = https://gbatemp.net/threads/release-4rows.384352/ | | website = https://gbatemp.net/threads/release-4rows.384352/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/4Rows.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/4Rows.rar | ||
}} | }} | ||
=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?<br /> | |||
<br /> | <br /> | ||
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/ ).<br /> | 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/ ).<br /> | ||
Line 22: | Line 21: | ||
Credits:<br /> | Credits:<br /> | ||
- Frank Buß for the original script | - Frank Buß for the original script | ||
Revision as of 13:21, 1 Mayıs 2020
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