Difference between revisions of "Magic Number"
Jump to navigation
Jump to search
HardCoal99 (talk | contribs) |
HardCoal99 (talk | contribs) |
||
Line 4: | Line 4: | ||
| desc = Number guessing game | | desc = Number guessing game | ||
| type = Game | | type = Game | ||
− | | author = | + | | author = [[User:HardCoal99|HardCoal99]] |
| version = 1.00 | | version = 1.00 | ||
− | | download = [[Image:Magic_Number.zip| | + | | download = [[Image:Magic_Number.zip|Download]] |
| source = included | | source = included | ||
| peripherals = {{Wiimote1}} {{FrontSD}} | | peripherals = {{Wiimote1}} {{FrontSD}} |
Revision as of 02:09, 26 November 2008
Magic Number | |
![]() | |
General | |
---|---|
Author(s) | HardCoal99 |
Type | Game |
Version | 1.00 |
Links | |
[[File:Magic Number.zip|Download]] | |
Source Included | |
Peripherals | |
![]() ![]() |
Introduction
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