Difference between revisions of "Magic Number"
Jump to navigation
Jump to search
m |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = Magic Number | | title = Magic Number | ||
− | | image = [[ | + | | image = [[File:Magic_Number.png]] |
− | | | + | | type = puzzle game |
− | |||
| author = [[User:HardCoal99|HardCoal99]] | | author = [[User:HardCoal99|HardCoal99]] | ||
| version = 1.00 | | version = 1.00 | ||
− | | download = | + | | download = Media:Magic_Number.zip |
| source = included | | source = included | ||
− | | peripherals | + | | peripherals = {{Wiimote1}} {{FrontSD}} |
− | + | | hbb = yes | |
− | | hbb = | ||
}} | }} | ||
− | + | '''Magic Number''' is a simple console number guessing game for the Wii. The Wii picks a random number between 1 and "X" depending on what difficulty level was selected. The player is then tasked with guessing the random number before the player runs out of lives. | |
− | |||
− | |||
− | Magic Number is a simple console number guessing game for the Wii. The Wii picks a random number between 1 and "X" depending on what difficulty level was selected. The player is then tasked with guessing the random number before the player runs out of lives. | ||
This is my first Wii program and I hope to use it as a stepping stone into developing a more advanced game. | This is my first Wii program and I hope to use it as a stepping stone into developing a more advanced game. | ||
Line 35: | Line 30: | ||
== Installation == | == Installation == | ||
− | Copy the "magicnumber" directory and its contents into the APPS folder on your SD card. | + | Copy the "magicnumber" directory and its contents into the APPS folder on your SD card. Load the [[Homebrew Channel]] and select the Magic Number application. |
Line 46: | Line 41: | ||
== Credits == | == Credits == | ||
− | * DevkitPro was used to develop and compile this application. | + | * [[DevkitPro]] was used to develop and compile this application. |
* Thanks to Cboom for making controlling the Wii's LED easy (used for my Easter Egg). | * Thanks to Cboom for making controlling the Wii's LED easy (used for my Easter Egg). | ||
− | * Thanks to the creators of "Wiiuse" | + | * Thanks to the creators of "[[Wiiuse]]" |
Latest revision as of 17:37, 15 October 2009
Magic Number | |
![]() | |
General | |
---|---|
Author(s) | HardCoal99 |
Type | Puzzle game |
Version | 1.00 |
Links | |
Download | |
Source Included | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() |
Magic Number is a simple console number guessing game for the Wii. The Wii picks a random number between 1 and "X" depending on what difficulty level was selected. The player is then tasked with guessing the random number before the player runs out of lives.
This is my first Wii program and I hope to use it as a stepping stone into developing a more advanced game.
Controls
![]() |
Action |
---|---|
![]() |
Select Level & Number |
![]() |
Restart Game |
![]() |
Exit |
Installation
Copy the "magicnumber" directory and its contents into the APPS folder on your SD card. Load the Homebrew Channel and select the Magic Number application.
TODO List
- Make changes as requested.
Credits
- DevkitPro was used to develop and compile this application.
- Thanks to Cboom for making controlling the Wii's LED easy (used for my Easter Egg).
- Thanks to the creators of "Wiiuse"
Development Log
11/25/2008 V1.00
- Application released