More actions
(Created page with "{{Infobox PSP Homebrews |title=Tic Tac Toe Lua |image=tictactoelua.png |description=2 players Tic Tac Toe made in Lua. |author=stvnkch, Bright_K |lastupdated=2007/03/18 |type=Board |format= |version=2007 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/tic_tac_toe_lua_.rar |website=http://www.qj.net/psp/homebrew-games/tic-tac-toe-lua.html |source=https://dlhb.gamebrew.org/psphomebrew/tic_tac_toe_lua_.rar }} This is a 2 players Tic Tac Toe made in Lua. USB...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
This is a 2 players Tic Tac Toe made in Lua. | This is a 2 players Tic Tac Toe made in Lua. | ||
USB mode will automatically enable once you start the game, | USB mode will automatically enable once you start the game, you can remove that feature by deleting the | ||
System.usbDiskModeActivate() the first line of the index.lua. | System.usbDiskModeActivate() the first line of the index.lua. | ||
Line 39: | Line 39: | ||
== External links == | == External links == | ||
* QuickJump - http://www.qj.net/psp/homebrew-games/tic-tac-toe-lua.html | * QuickJump - http://www.qj.net/psp/homebrew-games/tic-tac-toe-lua.html | ||
[[Category:Lua games on PSP]] |
Latest revision as of 06:28, 18 November 2024
Tic Tac Toe Lua | |
---|---|
General | |
Author | stvnkch, Bright_K |
Type | Board |
Version | 2007 |
License | Mixed |
Last Updated | 2007/03/18 |
Links | |
Download | |
Website | |
Source | |
This is a 2 players Tic Tac Toe made in Lua.
USB mode will automatically enable once you start the game, you can remove that feature by deleting the System.usbDiskModeActivate() the first line of the index.lua.
Controls
Analog - Cursor
Cross - Place X
Circle - Place O
Triangle - Play again
Square - No
Home - Exit
Compatibility
Tested by the author with 3.10 OE-A2.
Credits
Tic Tac Toe(LUA) By stvnkch, GFX by Bright_K.