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

Difference between revisions of "TicTacToe"

From WiiBrew
Jump to navigation Jump to search
m
m
Line 6: Line 6:
 
| author      = [[User:Bmic|bmic]]
 
| author      = [[User:Bmic|bmic]]
 
| display    =  
 
| display    =  
 +
| version    = 1.0
 
| download    = [http://wiitictactoe.googlecode.com/files/TicTacToeHBC.rar]
 
| download    = [http://wiitictactoe.googlecode.com/files/TicTacToeHBC.rar]
 
| source      = [http://wiitictactoe.googlecode.com/files/TicTacToeSRC.rar]
 
| source      = [http://wiitictactoe.googlecode.com/files/TicTacToeSRC.rar]
| peripherals = {{Wiimote1}} {{FrontSD}}
+
| peripherals = {{Wiimote1}}
 +
| website    = [http://wiitictactoe.googlecode.com/ googlecode.com/]
 +
| hbc        = 1
 
| hbb        = 1
 
| hbb        = 1
 
}}
 
}}
Line 28: Line 31:
  
 
==Controls==
 
==Controls==
Hold the [http://en.wikipedia.org/wiki/Wiimote Wiimote] normaly.
+
{| class="wikitable" style="left;text-align:center;"
*Directional Pad (D Pad) to control navigation
+
|-
*'home' button exit to loader (HBC)
+
! {{Wiimote1}} || Action
*'1' button start game with "X"
+
|-
*'2' button start game with "O"
+
| {{WiimoteDPad}} || Control navigation
*'+' button reset the game (exiting to menu)
+
|-
*'A' button mark the cell.
+
| {{Wiimote1Button}} || Start game with "X"
 +
|-
 +
| {{Wiimote2Button}} || Start game with "O"
 +
|-
 +
| {{WiimoteAButton}} || Mark the cell
 +
|-
 +
| {{WiimotePlusButton}} || Reset the game (exiting to menu)
 +
|-
 +
| {{WiimoteHomeButton}} || Exit to loader
 +
|}
  
 
==Credits==
 
==Credits==

Revision as of 22:11, 24 September 2008

TicTacToe
General
Author(s)bmic
TypeGame
Version1.0
Links
[[[1]|Download]]
[[googlecode.com/|Website]]
[[[2]|Source]]
Peripherals
Wiimote1.svg

Introduction

Made from scratch.

Details

Presently at version 1.0 of the game, the following has been implemented.

  • Well made sprite
  • Audio
  • Fade functions on GRRLIB 3.0

The game is controlled by moving an on screen cursor.

The value under the cursor is set with "X" or "O" depending on the type of game you have chosen on menu.

If desired, the user may reset the game at any time pressing the '+' button.

Controls

Wiimote1.svg Action
Wiimote D-Pad Control navigation
Wiimote 1 Button Start game with "X"
Wiimote 2 Button Start game with "O"
Wiimote A Button Mark the cell
Wiimote + Button Reset the game (exiting to menu)
Wiimote HOME Button Exit to loader

Credits

Credit where credit is due..

Everybody in the homebrew scene

libraries used

  • libogc/libfat
  • pngu/libpng
  • GRRLIB

Photoshop was used to create all graphics.

devkitPro was used to build the program.


Coming soon

Have any ideas ? e-mail me at: bmic.universitando@gmail.com