Difference between revisions of "Wii-Tac-Toe"
Jump to navigation
Jump to search
(Now at version 0.5) |
|||
Line 6: | Line 6: | ||
| author = [[User:Crayon|Crayon]] | | author = [[User:Crayon|Crayon]] | ||
| display = | | display = | ||
− | | version = 0. | + | | version = 0.5 |
| download = [http://www.optimatek.com/wii/wii-tac-toe.zip Here] | | download = [http://www.optimatek.com/wii/wii-tac-toe.zip Here] | ||
| source = [http://www.optimatek.com/wii/wii-tac-toe-src.zip Here] | | source = [http://www.optimatek.com/wii/wii-tac-toe-src.zip Here] | ||
Line 17: | Line 17: | ||
'''Wii-Tac-Toe''' is a Tic-Tac-Toe game for the Nintendo Wii. It was programmed in C++ using devkitPro along with GRRLIB. | '''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 | + | 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. | The game AI does not always do the same moves, so the fun never stop. | ||
Line 46: | Line 46: | ||
*<s>Text wrapping</s> | *<s>Text wrapping</s> | ||
*<s>New fonts</s> | *<s>New fonts</s> | ||
− | *Italian Translation | + | *<s>Italian Translation</s> |
*Game buttons at the bottom should work | *Game buttons at the bottom should work | ||
− | *Finger position (hotspot) | + | *<s>Finger position (hotspot) and weird behaviour (screen edge)</s> |
===Long term=== | ===Long term=== | ||
*Sounds and music | *Sounds and music | ||
Line 55: | Line 55: | ||
==Changelog== | ==Changelog== | ||
− | ===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 | ||
* The cursor as a shadow | * The cursor as a shadow | ||
* New button in the HOME Menu | * New button in the HOME Menu | ||
− | * Widescreen support | + | * 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 |
Revision as of 06:53, 22 March 2009
Wii-Tac-Toe | |
![]() | |
General | |
---|---|
Author(s) | Crayon |
Type | Game |
Version | 0.5 |
Links | |
[[Here|Download]] | |
[[Here|Source]] | |
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
Short term
Text wrappingNew fontsItalian Translation- Game buttons at the bottom should work
Finger position (hotspot) and weird behaviour (screen edge)
Long term
- Sounds and music
- Network connection
- Mii display (maybe one day)
Changelog
Version 0.5
- Italian translation
- Hide the cursor when IR is not valid
- The cursor as 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
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
- Only needed for creating a screenshot