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 (add to category Homebrew_in_HomebrewBrowser)
m
Line 56: Line 56:
 
*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 [[:Image:SendElf.zip|SendElf]].
 
*Thanks to the guys who did [[:Image:SendElf.zip|SendElf]].
*Special thanks to [[Team_Twiizers|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.
  
 
[[category:Homebrew using GRRLib]]
 
[[category:Homebrew using GRRLib]]
[[Category:Homebrew_in_HomebrewBrowser]]
 

Revision as of 19:37, 30 August 2008

Wii-Tac-Toe
Wii-Tac-Toe screenshot
General
Author(s)Crayon
TypeGame
Version0.1
Links
[[Here|Download]]
Source
Peripherals
WiiMote2.svg

Wii-Tac-Toe is a 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

Button 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 Create a PNG screenshot on SD card

Todo

Short term

  • Text wrapping
  • New fonts
  • Game buttons at the bottom should work
  • Finger position (hotspot) and weird behaviour (screen edge)

Long term

  • Sounds and music
  • Translation
  • Network connection
  • Mii display (maybe one day)

Credits

  • Crayon for the code.
  • Mr_Nick666 for the amazing design. Without him the game would suck big time.


  • 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 guys who did SendElf.
  • Special thanks to Team Twiizers for everything they did for the Wii homebrew community.