More actions
(Created page with "{{Infobox PSP Homebrews |title=3D Tic Tac Toe |image=3dtttpsp.png |description=3 dimensional tick tac toe. |author=LMelior |lastupdated=2006/08/29 |type=Board |format= |version=Update |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/3dtttpsp.7z |website=http://forums.qj.net/psp-development-forum/67962-release-3d-tic-tac-toe.html |source=https://dlhb.gamebrew.org/psphomebrew/3dtttpsp.7z }} This is a simple Lua-based 3D Tic Tac Toe created by with their own i...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
|source=https://dlhb.gamebrew.org/psphomebrew/3dtttpsp.7z | |source=https://dlhb.gamebrew.org/psphomebrew/3dtttpsp.7z | ||
}} | }} | ||
This is a simple Lua-based 3D Tic Tac Toe created | This is a simple Lua-based 3D Tic Tac Toe created with the author's own isometric tiling system. | ||
It features both a 3x3x3 and 4x4x4 board, along with fairly intelligent AI. | It features both a 3x3x3 and 4x4x4 board, along with fairly intelligent AI. | ||
Line 39: | Line 39: | ||
== External links == | == External links == | ||
* QuickJump - http://forums.qj.net/psp-development-forum/67962-release-3d-tic-tac-toe.html | * QuickJump - http://forums.qj.net/psp-development-forum/67962-release-3d-tic-tac-toe.html | ||
[[Category:Lua games on PSP]] |
Latest revision as of 05:00, 9 November 2024
3D Tic Tac Toe | |
---|---|
General | |
Author | LMelior |
Type | Board |
Version | Update |
License | Mixed |
Last Updated | 2006/08/29 |
Links | |
Download | |
Website | |
Source | |
This is a simple Lua-based 3D Tic Tac Toe created with the author's own isometric tiling system.
It features both a 3x3x3 and 4x4x4 board, along with fairly intelligent AI.
Controls
D-Pad - Move within the current level
Triangle - Move up a level
Cross - Move down a level, Confirm
Circle - Place a red cross in the selected square
Screenshots
Changelog
Update
- The game has been updated to allow draws. Good luck in getting them though, I couldn't.