Difference between revisions of "Wii-Tac-Toe"
Jump to navigation
Jump to search
m |
WiibrewBot (talk | contribs) m (Robot: Cosmetic changes) |
||
Line 1: | Line 1: | ||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = Wii-Tac-Toe | | title = Wii-Tac-Toe | ||
− | | image = [[ | + | | image = [[File:Wii-Tac-Toe-screenshot.png|200px|Wii-Tac-Toe screenshot]] |
| type = board game | | type = board game | ||
| author = [[User:Crayon|Crayon]] | | author = [[User:Crayon|Crayon]] | ||
Line 50: | Line 50: | ||
*Mii display (maybe one day) | *Mii display (maybe one day) | ||
− | ==Changelog== | + | == Changelog == |
− | ===Version 0.6=== | + | === Version 0.6 === |
* Buttons have a rollover sound | * Buttons have a rollover sound | ||
* New cursors for HOME menu, player 2 cursor is disable | * New cursors for HOME menu, player 2 cursor is disable | ||
* Wii Remote two could use the HOME button | * Wii Remote two could use the HOME button | ||
* Opacity of the cursor changes while waiting for AI to play | * Opacity of the cursor changes while waiting for AI to play | ||
− | ===Version 0.5 === | + | === Version 0.5 === |
* Italian translation | * Italian translation | ||
* Hide the cursor when IR is not valid | * Hide the cursor when IR is not valid | ||
Line 62: | Line 62: | ||
* New button in the HOME Menu | * New button in the HOME Menu | ||
* Widescreen support, cursor hotspot and PAL 576i bug are all fixed with GRRLIB 4.0.0 | * Widescreen support, cursor hotspot and PAL 576i bug are all fixed with GRRLIB 4.0.0 | ||
− | ===Version 0.4=== | + | === Version 0.4 === |
* French, German, Dutch, and Spanish translation | * French, German, Dutch, and Spanish translation | ||
* Improved text quality due to [[Media:FreeType-PPC.rar|FreeType]], thanks to [[User:wplaat|wplaat]] and [[User:DrTwox|DrTwox]] | * Improved text quality due to [[Media:FreeType-PPC.rar|FreeType]], thanks to [[User:wplaat|wplaat]] and [[User:DrTwox|DrTwox]] | ||
* Console/remote power button support, power off the Wii in standby mode | * Console/remote power button support, power off the Wii in standby mode | ||
* Console reset button support, reset the Wii to Main Menu | * Console reset button support, reset the Wii to Main Menu | ||
− | ===Version 0.3=== | + | === Version 0.3 === |
* Working with Homebrew Channel beta 9 | * Working with Homebrew Channel beta 9 | ||
− | ===Version 0.2=== | + | === Version 0.2 === |
* Wii light is turn on when writing to SD card | * Wii light is turn on when writing to SD card | ||
* Wordwrap function | * Wordwrap function | ||
Line 75: | Line 75: | ||
* Fixed finger weird behaviour on screen edge | * Fixed finger weird behaviour on screen edge | ||
* Fade out when exiting game | * Fade out when exiting game | ||
− | ===Version 0.1=== | + | === Version 0.1 === |
* Original version | * Original version | ||
Line 103: | Line 103: | ||
{{note label|Note1|1}} Only needed for creating a screenshot | {{note label|Note1|1}} Only needed for creating a screenshot | ||
− | [[ | + | [[Category:Homebrew done in C++]] |
+ | [[Category:Homebrew using GRRLib]] | ||
+ | [[Category:Homebrew using libfat]] |
Revision as of 18:21, 10 August 2009
Wii-Tac-Toe | |
![]() | |
General | |
---|---|
Author(s) | Crayon |
Type | Board game |
Version | 0.6 |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() |
Wii-Tac-Toe is a Tic-Tac-Toe game for the Nintendo Wii. It was programmed in C++ using devkitPro along with GRRLIB.
The game can be played alone vs the CPU or with a friend using one Wii Remote controller. The game AI does not always do the same moves, so the fun never stop.
To win the game, you have to place three marks (O or X) in a horizontal, vertical or diagonal row. If the grid is filled completely and no one has won, well, it's a tie game. Start over and try to beat your opponent.
Controls
![]() |
![]() |
![]() |
Action |
---|---|---|---|
![]() |
Aim at the screen and move the cursor | ||
![]() |
Confirm | ||
![]() |
![]() |
Open/close the HOME menu | |
![]() ![]() |
![]() ![]() |
Create a PNG screenshot on the SD card root folder | |
![]() |
![]() |
![]() |
Power off the Wii in standby mode |
![]() |
Reset the Wii to Main Menu |
Todo
- Game buttons at the bottom should work
- Sounds and music
- Network connection
- Mii display (maybe one day)
Changelog
Version 0.6
- Buttons have a rollover sound
- New cursors for HOME menu, player 2 cursor is disable
- Wii Remote two could use the HOME button
- Opacity of the cursor changes while waiting for AI to play
Version 0.5
- Italian translation
- Hide the cursor when IR is not valid
- The cursor has a shadow
- New button in the HOME Menu
- Widescreen support, cursor hotspot and PAL 576i bug are all fixed with GRRLIB 4.0.0
Version 0.4
- French, German, Dutch, and Spanish translation
- Improved text quality due to FreeType, thanks to wplaat and DrTwox
- Console/remote power button support, power off the Wii in standby mode
- Console reset button support, reset the Wii to Main Menu
Version 0.3
- Working with Homebrew Channel beta 9
Version 0.2
- Wii light is turn on when writing to SD card
- Wordwrap function
- A different hover color for player 1
- Fixed finger weird behaviour on screen edge
- Fade out when exiting game
Version 0.1
- Original version
Video
This video shows Wii-Tac-Toe version 0.6 in Italian.
Credits
- Crayon for the code.
- Mr_Nick666 for the amazing design. Without him the game would suck big time.
- Thanks to the guys who did the translation.
- Thanks to the team who coded GRRLIB for their great video library.
- Thanks to the people behind devkitPro and all the libraries included with it.
- Special thanks to Team Twiizers for everything they did for the Wii homebrew community.
Note
Template:Note label Only needed for creating a screenshot