More actions
(Created page with "{{#seo: |title=Wii Homebrew Games (Board) - GameBrew |title_mode=append |image=anotherrockpaperscissorswii.jpg |image_alt=Another Rock Paper Scissors }} {{Infobox Wii Homebrew...") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/anotherrockpaperscissorswii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/anotherrockpaperscissorswii.7z | ||
|website= | |website= | ||
|source= | |source=https://dlhb.gamebrew.org/wiihomebrews/anotherrockpaperscissorswii.7z | ||
}} | }} | ||
This is my first attempt at programming for the Wii. This was more of a test for me then anything else. I think I'll leave this game as is, as I'll probably will take on another project. | |||
The game is now fully graphical so enjoy ;) | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>QCUNOWuUtlI</youtube> | ||
== Controls == | |||
=== in menu === | |||
{| class="wikitable" | |||
|- | |||
! Wiimote !! Action | |||
|- | |||
| Wiimote DPad || Mode selection | |||
|- | |||
| Wiimote A Button || Confirms selection | |||
|- | |||
| Wiimote 1 Button || Show controls | |||
|- | |||
| Wiimote Home Button || Quit game | |||
|} | |||
=== in game === | |||
{| class="wikitable" | |||
|- | |||
! Wiimote !! Action | |||
|- | |||
| Wiimote DPad Up || Chooses '''Rock''' | |||
|- | |||
| Wiimote DPad Right || Chooses '''Paper''' | |||
|- | |||
| Wiimote DPad Down || Chooses '''Scissors''' | |||
|- | |||
| Wiimote A Button || Confirms selection | |||
|- | |||
| Wiimote 1 Button || Show controls | |||
|- | |||
| Wiimote Home Button || Quit game | |||
|} | |||
== Changelog == | |||
'''V0.3 25/06/08''' | |||
* Changed the name to '''Another Rock Paper Scissors game''' | |||
* Now using GRRLIB for image | |||
* Fully graphical! | |||
* Cleaned up some code | |||
'''V0.2 20/06/08''' | |||
* Made 2 player mode | |||
* Extra images | |||
* Rumble! | |||
'''V0.1 16/06/08''' | |||
* initial release | |||
== Special Thanks To == | |||
*[http://llref.emutalk.net/ LowLines], he provided me with all the images. | |||
==External links== | |||
* Wiibrew - https://wiibrew.org/wiki/Another_Rock_Paper_Scissors |
Revision as of 11:54, 28 July 2022
Another Rock Paper Scissors | |
---|---|
File:Anotherrockpaperscissorswii.jpg | |
General | |
Author | Forgotten Linkz |
Type | Board |
Version | 1.0 |
License | Mixed |
Last Updated | 2008/06/25 |
Links | |
Download | |
Source | |
This is my first attempt at programming for the Wii. This was more of a test for me then anything else. I think I'll leave this game as is, as I'll probably will take on another project.
The game is now fully graphical so enjoy ;)
Media
Controls
Wiimote | Action |
---|---|
Wiimote DPad | Mode selection |
Wiimote A Button | Confirms selection |
Wiimote 1 Button | Show controls |
Wiimote Home Button | Quit game |
in game
Wiimote | Action |
---|---|
Wiimote DPad Up | Chooses Rock |
Wiimote DPad Right | Chooses Paper |
Wiimote DPad Down | Chooses Scissors |
Wiimote A Button | Confirms selection |
Wiimote 1 Button | Show controls |
Wiimote Home Button | Quit game |
Changelog
V0.3 25/06/08
- Changed the name to Another Rock Paper Scissors game
- Now using GRRLIB for image
- Fully graphical!
- Cleaned up some code
V0.2 20/06/08
- Made 2 player mode
- Extra images
- Rumble!
V0.1 16/06/08
- initial release
Special Thanks To
- LowLines, he provided me with all the images.