More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Board) - GameBrew! | |title=Vita Homebrew Games (Board) - GameBrew! | ||
Line 19: | Line 18: | ||
|source= | |source= | ||
}} | }} | ||
Connect4 | 4Rows is the port of the "Four in a row"/"Connect4" sample homebrew provided with the very first PSP Lua Interpreter. | ||
== | ==Description== | ||
This is a fast (and ugly) port of an homebrew made with lpp-3ds, just to show how easy is to port projects towards consoles with Lua Player Plus. | |||
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 Lua Player Plus 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). | |||
== | ==Screenshot== | ||
[[image:4rowsvita.jpg|600px]] | |||
* | |||
==Credits== | |||
*Frank Buß for the original script | |||
== External links == | == External links == | ||
* Official Website - https://rinnegatamante.it/site/psv_hbs.php | * Official Website - https://rinnegatamante.it/site/psv_hbs.php | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/65 | |||
* VitaDB - | * Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=46253 | ||
https://vitadb.rinnegatamante.it/#/info/65 | |||
* | |||
Revision as of 01:45, 8 November 2022
4Rows | |
---|---|
File:4rowsvita.jpg | |
General | |
Author | Rinnegatamante |
Type | Board |
Version | 1.1 |
License | Mixed |
Last Updated | 2016/08/01 |
Links | |
Download | |
Website | |
4Rows is the port of the "Four in a row"/"Connect4" sample homebrew provided with the very first PSP Lua Interpreter.
Description
This is a fast (and ugly) port of an homebrew made with lpp-3ds, just to show how easy is to port projects towards consoles with Lua Player Plus.
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 Lua Player Plus 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).
Screenshot
Credits
- Frank Buß for the original script
External links
- Official Website - https://rinnegatamante.it/site/psv_hbs.php
- VitaDB - https://vitadb.rinnegatamante.it/#/info/65
- Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=46253