More actions
(Created page with "{{#seo: |title=Wii Homebrew Games (Board) - GameBrew |title_mode=append |image=tictactoewii.jpg |image_alt=TicTacToe }} {{Infobox Wii Homebrews |title=TicTacToe |image=tictact...") |
No edit summary |
||
Line 13: | Line 13: | ||
|type=Board | |type=Board | ||
|version=1.0 | |version=1.0 | ||
|license= | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/tictactoewii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/tictactoewii.7z | ||
|website=http://code.google.com/p/wiitictactoe/ | |website=http://code.google.com/p/wiitictactoe/ | ||
|source=http:// | |source=http://code.google.com/p/wiitictactoe/ | ||
}} | }} | ||
TicTacToe ("Jogo da Velha" in portuguese) is casual game, i have used one old code of mine to make the AI. | |||
This version used GRRLIB 3.0 optimized by me with fade in and out functions, and used others make by the comunitylike load png from a file and save the screen. Hold the wiimote normaly to play and press the "Home" button to exit the game at any time, in the intro i put a img explaining all the buttons used in the game. | |||
== Controls == | |||
{| class="wikitable" style="left;text-align:center;" | |||
|- | |||
! Wiimote || Action | |||
|- | |||
| Wiimote DPad || Control navigation | |||
|- | |||
| Wiimote 1 Button || Start game with "X" | |||
|- | |||
| Wiimote 2 Button || Start game with "O" | |||
|- | |||
| Wiimote A Button || Mark the cell | |||
|- | |||
| Wiimote Plus Button || Reset the game (exiting to menu) | |||
|- | |||
| Wiimote Home Button || Exit to loader | |||
|} | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>WKbSV7_79T8</youtube> | ||
==External links== | |||
* Google source - http://code.google.com/p/wiitictactoe/ | |||
* Wiibrew - https://wiibrew.org/wiki/TicTacToe |
Revision as of 11:07, 29 July 2022
TicTacToe | |
---|---|
File:Tictactoewii.jpg | |
General | |
Author | bmic |
Type | Board |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2008/08/01 |
Links | |
Download | |
Website | |
Source | |
TicTacToe ("Jogo da Velha" in portuguese) is casual game, i have used one old code of mine to make the AI.
This version used GRRLIB 3.0 optimized by me with fade in and out functions, and used others make by the comunitylike load png from a file and save the screen. Hold the wiimote normaly to play and press the "Home" button to exit the game at any time, in the intro i put a img explaining all the buttons used in the game.
Controls
Wiimote | Action |
---|---|
Wiimote DPad | Control navigation |
Wiimote 1 Button | Start game with "X" |
Wiimote 2 Button | Start game with "O" |
Wiimote A Button | Mark the cell |
Wiimote Plus Button | Reset the game (exiting to menu) |
Wiimote Home Button | Exit to loader |
Media
External links
- Google source - http://code.google.com/p/wiitictactoe/
- Wiibrew - https://wiibrew.org/wiki/TicTacToe