More actions
m (HydeWing moved page Tictactoe Wii to TicTacToe Wii) |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Wii Homebrew Games (Board) - GameBrew | |title=Wii Homebrew Games (Board) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=tictactoewii2.PNG | ||
|image_alt=TicTacToe | |image_alt=TicTacToe | ||
}} | }} | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=TicTacToe | |title=TicTacToe | ||
|image= | |image=tictactoewii2.PNG | ||
|description=Beat the Computer | |description=Beat the Computer | ||
|author=bmic | |author=bmic | ||
Line 18: | Line 18: | ||
|source=http://code.google.com/p/wiitictactoe/ | |source=http://code.google.com/p/wiitictactoe/ | ||
}} | }} | ||
TicTacToe | '''TicTacToe''', also known as "Jogo da Velha" in Portuguese, is a classic casual game. The AI for this version was created using an old code and optimized with GRRLIB 3.0 and added features from the community, such as the ability to load PNG files and save the screen. Players can control the game by using the Wii remote, and all necessary controls are displayed on the screen. The intro includes an image explaining the buttons used in the game. | ||
In this version 1.0, the game features well-designed graphics, audio, and fade functions. Players navigate the game using an on-screen cursor and can reset the game at any time by pressing the "+" button. The cursor can be set to "X" or "O" based on the type of game chosen from the menu. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/wiihomebrews/tictactoewii-01.PNG | |||
https://dlhb.gamebrew.org/wiihomebrews/tictactoewii-02.PNG | |||
== Controls == | == Controls == | ||
Line 40: | Line 44: | ||
|} | |} | ||
== | ==Credits== | ||
< | Credit where credit is due..<br> | ||
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. | |||
==External links== | ==External links== | ||
* Google source - http://code.google.com/p/wiitictactoe/ | * Google source - http://code.google.com/p/wiitictactoe/ | ||
* Wiibrew - https://wiibrew.org/wiki/TicTacToe | * Wiibrew - https://wiibrew.org/wiki/TicTacToe |
Revision as of 13:04, 3 February 2023
TicTacToe | |
---|---|
File:Tictactoewii2.PNG | |
General | |
Author | bmic |
Type | Board |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2008/08/01 |
Links | |
Download | |
Website | |
Source | |
TicTacToe, also known as "Jogo da Velha" in Portuguese, is a classic casual game. The AI for this version was created using an old code and optimized with GRRLIB 3.0 and added features from the community, such as the ability to load PNG files and save the screen. Players can control the game by using the Wii remote, and all necessary controls are displayed on the screen. The intro includes an image explaining the buttons used in the game.
In this version 1.0, the game features well-designed graphics, audio, and fade functions. Players navigate the game using an on-screen cursor and can reset the game at any time by pressing the "+" button. The cursor can be set to "X" or "O" based on the type of game chosen from the menu.
Screenshots
Controls
Wiimote | Action |
---|---|
Wiimote DPad | Control navigation |
Wiimote 1 Button | Start game with "X" |
Wiimote 2 Button | Start game with "O" |
Wiimote A Button | Mark the cell |
Wiimote Plus 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.
External links
- Google source - http://code.google.com/p/wiitictactoe/
- Wiibrew - https://wiibrew.org/wiki/TicTacToe