In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Wii-Tac-Toe"

From WiiBrew
Jump to navigation Jump to search
m
(Version 0.4 is out!)
Line 6: Line 6:
 
| author      = [[User:Crayon|Crayon]]
 
| author      = [[User:Crayon|Crayon]]
 
| display    =  
 
| display    =  
| version    = 0.3
+
| version    = 0.4
 
| 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 35: Line 35:
 
| {{WiimoteHomeButton}} || || || Open/close the HOME menu
 
| {{WiimoteHomeButton}} || || || Open/close the HOME menu
 
|-
 
|-
| {{Wiimote1Button}} + {{Wiimote2Button}} || || || Create a PNG screenshot on the SD card root folder
+
| {{Wiimote1Button}} + {{Wiimote2Button}} || {{Wiimote1Button}} + {{Wiimote2Button}} || || Create a PNG screenshot on the SD card root folder
 
|-
 
|-
| {{WiimotePowerButton}} || {{WiimotePowerButton}} || {{WiiPowerButton}} || Power off the Wii in standby mode '''(available in upcoming release)'''
+
| {{WiimotePowerButton}} || {{WiimotePowerButton}} || {{WiiPowerButton}} || Power off the Wii in standby mode
 
|-
 
|-
| || || {{WiiResetButton}} || Reset the Wii to Main Menu '''(available in upcoming release)'''
+
| || || {{WiiResetButton}} || Reset the Wii to Main Menu
 
|}
 
|}
  
Line 45: Line 45:
 
===Short term===
 
===Short term===
 
*<s>Text wrapping</s>
 
*<s>Text wrapping</s>
*New fonts
+
*<s>New fonts</s>
 +
*Italian Translation
 
*Game buttons at the bottom should work
 
*Game buttons at the bottom should work
 
*Finger position (hotspot) <s>and weird behaviour (screen edge)</s>
 
*Finger position (hotspot) <s>and weird behaviour (screen edge)</s>
 
===Long term===
 
===Long term===
 
*Sounds and music
 
*Sounds and music
*Translation
 
 
*Network connection
 
*Network connection
 
*Mii display (maybe one day)
 
*Mii display (maybe one day)
  
 
==Changelog==
 
==Changelog==
===Version 0.4 (upcoming release)===
+
===Version 0.4===
 
* French, German, Dutch, and Spanish translation
 
* French, German, Dutch, and Spanish translation
* Improved text quality due to FreeType, thanks to wplaat and DrTwox
+
* Improved text quality due to 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
Line 75: Line 74:
 
*[[User:Crayon|Crayon]] for the code.
 
*[[User:Crayon|Crayon]] for the code.
 
*[[User:Mr_Nick666|Mr_Nick666]] for the amazing design. Without him the game would suck big time.
 
*[[User:Mr_Nick666|Mr_Nick666]] for the amazing design. Without him the game would suck big time.
 +
*Thanks to the guys who did the translation.
 
<br>
 
<br>
 
*Thanks to the team who coded [[GRRLIB]] for their great video library.
 
*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.
 
*Thanks to the people behind [[devkitPro]] and all the libraries included with it.
*Thanks to the guys who did [[Sendelf]].
 
 
*Special thanks to [[Team Twiizers]] for everything they did for the Wii homebrew community.
 
*Special thanks to [[Team Twiizers]] for everything they did for the Wii homebrew community.
  

Revision as of 22:20, 3 January 2009

Wii-Tac-Toe
Wii-Tac-Toe screenshot
General
Author(s)Crayon
TypeGame
Version0.4
Links
[[Here|Download]]
[[Here|Source]]
Peripherals
WiiMote2.svg SensorBar.svg Loads files from the Front SD slot [1]

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 Wiimote. 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

Wiimote1.svg WiiMote2.svg WiiDrawing.svg Action
Wii Remote Aim Aim at the screen and move the cursor
Wiimote A Button Confirm
Wiimote HOME Button Open/close the HOME menu
Wiimote 1 Button + Wiimote 2 Button Wiimote 1 Button + Wiimote 2 Button Create a PNG screenshot on the SD card root folder
Wiimote Power Button Wiimote Power Button Wii POWER Button Power off the Wii in standby mode
Wii RESET Button Reset the Wii to Main Menu

Todo

Short term

  • Text wrapping
  • New fonts
  • Italian 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.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

  1. Only needed for creating a screenshot