4Rows 3DS: Difference between revisions
More actions
No edit summary |
m Text replacement - "{{Infobox-3DS-Homebrews" to "{{Infobox 3DS Homebrews" |
||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = 4Rows | | title = 4Rows | ||
| type = Board | | type = Board | ||
Revision as of 01:34, 20 October 2021
| 4Rows | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Board |
| Version | 1.1 |
| Last Updated | 2015/03/19 |
| Links | |
| Download | |
| Website | |
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.
Credits:
- Frank Buß for the original script