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 (add to category Homebrew_in_HomebrewBrowser)
(Corrected links)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = TicTacToe
 
| title      = TicTacToe
 
| image      =  
 
| image      =  
| desc       = TicTacToe game
+
| type       = board game
| type        = Game
 
 
| author      = [[User:Bmic|bmic]]
 
| author      = [[User:Bmic|bmic]]
| display     =  
+
| version     = 1.0
| download    = [http://wiitictactoe.googlecode.com/files/TicTacToeHBC.rar]
+
| download    = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiitictactoe/TicTacToeHBC.rar
| source      = [http://wiitictactoe.googlecode.com/files/TicTacToeSRC.rar]
+
| source      = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiitictactoe/TicTacToeSRC.rar
| peripherals = {{Wiimote1}} {{FrontSD}}
+
| peripherals = {{Wiimote1}}
 +
| website    = http://code.google.com/p/wiitictactoe/
 +
| hbb        = yes
 
}}
 
}}
  
==Introduction==
+
== Introduction ==
 
Made from scratch.
 
Made from scratch.
  
==Details==
+
== Details ==
 
Presently at version 1.0 of the game, the following has been implemented.
 
Presently at version 1.0 of the game, the following has been implemented.
 
*Well made sprite
 
*Well made sprite
Line 26: Line 27:
 
If desired, the user may reset the game at any time pressing the '+' button.
 
If desired, the user may reset the game at any time pressing the '+' button.
  
==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)
+
! {{Wiimote}} || 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 ==
  
 
Credit where credit is due..
 
Credit where credit is due..
Line 51: Line 61:
  
  
==Coming soon==
+
== Coming soon ==
  
 
Have any ideas ? e-mail me at: bmic.universitando@gmail.com
 
Have any ideas ? e-mail me at: bmic.universitando@gmail.com
  
[[Category:Homebrew_in_HomebrewBrowser]]
+
[[Category:Homebrew using GRRLib]]

Latest revision as of 07:58, 21 August 2022

TicTacToe
General
Author(s)bmic
TypeBoard game
Version1.0
Links
Download
Website
Source
Downloadable via the Homebrew Browser
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

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