Difference between revisions of "TicTacToe"
Jump to navigation
Jump to search
Bitflusher (talk | contribs) m (add to category Homebrew_in_HomebrewBrowser) |
(Corrected links) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = TicTacToe | | title = TicTacToe | ||
| image = | | image = | ||
− | | | + | | type = board game |
− | |||
| author = [[User:Bmic|bmic]] | | author = [[User:Bmic|bmic]] | ||
− | | | + | | version = 1.0 |
− | | download = | + | | download = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiitictactoe/TicTacToeHBC.rar |
− | | source = | + | | source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiitictactoe/TicTacToeSRC.rar |
− | | peripherals = {{Wiimote1}} | + | | 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 == |
− | + | {| class="wikitable" style="left;text-align:center;" | |
− | + | |- | |
− | + | ! {{Wiimote}} || Action | |
− | + | |- | |
− | + | | {{WiimoteDPad}} || Control navigation | |
− | + | |- | |
− | + | | {{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: | + | [[Category:Homebrew using GRRLib]] |
Latest revision as of 07:58, 21 August 2022
TicTacToe | |
General | |
---|---|
Author(s) | bmic |
Type | Board game |
Version | 1.0 |
Links | |
Download | |
Website | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() |
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
![]() |
Action |
---|---|
![]() |
Control navigation |
![]() |
Start game with "X" |
![]() |
Start game with "O" |
![]() |
Mark the cell |
![]() |
Reset the game (exiting to menu) |
![]() |
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