More actions
m (Text replacement - "| licence" to "| license") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = 4Rows | |title=4Rows | ||
| | |description=Four in a row/Connect4 game for 3DS. | ||
| | |author=Rinnegatamante | ||
| lastupdated = 2015/03/19 | |lastupdated=2015/03/19 | ||
| | |type=Board | ||
| | |version=1.1 | ||
| | |license=Mixed | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/4Rows.rar | |download=https://dlhb.gamebrew.org/3dshomebrew/4Rows.rar | ||
| | |website=https://gbatemp.net/threads/release-4rows.384352/ | ||
}} | }} | ||
==4Rows== | ==4Rows== |
Revision as of 11:04, 29 October 2021
4Rows | |
---|---|
General | |
Author | Rinnegatamante |
Type | Board |
Version | 1.1 |
License | Mixed |
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