Asteroids: Difference between revisions
mNo edit summary |
mNo edit summary |
||
(14 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox homebrew | ||
| image = [[File:Asteroids_icon2.png]] | |||
| title = Wii Asteroids | | title = Wii Asteroids | ||
| type = shooting game | |||
| type = | | author = [[User:Aksommerville|Andy Sommerville]] | ||
| author = [[: | | download = Media:Wiiasteroids-20080415.zip | ||
| download = | |||
| source = included | | source = included | ||
| peripherals = {{GCNController}} | | peripherals = {{GCNController}} | ||
| hbb = yes | |||
}} | }} | ||
Line 13: | Line 13: | ||
I figure everyone involved in Wii homebrew wants to see the latest, before it's ready, right? ;) | I figure everyone involved in Wii homebrew wants to see the latest, before it's ready, right? ;) | ||
==Own risk== | == Own risk == | ||
!!!! USE AT YOUR OWN RISK !!!! | !!!! USE AT YOUR OWN RISK !!!! | ||
I can't be responsible for any damage to your Wii or PC caused by this software. | I can't be responsible for any damage to your Wii or PC caused by this software. | ||
==Licence== | == Licence == | ||
Use however you like, reuse, rewrite, copy, etc. | Use however you like, reuse, rewrite, copy, etc. | ||
All the source code is included. Use it -- it's there for you! | All the source code is included. Use it -- it's there for you! | ||
Don't hold me responsible for anything you do wrong. | Don't hold me responsible for anything you do wrong. | ||
Or anything I've done wrong, for that matter. | Or anything I've done wrong, for that matter. | ||
==Compiling== | == Compiling == | ||
===Compiling for Wii=== | === Compiling for Wii === | ||
You'll need [http://www.devkitpro.org/category/devkitppc devkitPPC] | You'll need [http://www.devkitpro.org/category/devkitppc devkitPPC] | ||
and [http://sourceforge.net/project/showfiles.php?group_id=114505 libOGC] | and [http://sourceforge.net/project/showfiles.php?group_id=114505 libOGC] | ||
Line 34: | Line 34: | ||
You can then launch Asteroids with the [[Twilight Hack]]. | You can then launch Asteroids with the [[Twilight Hack]]. | ||
===Compiling for Linux=== | === Compiling for Linux === | ||
You'll need [http://gcc.gnu.org gcc] | You'll need [http://gcc.gnu.org gcc] | ||
and [http://www.libsdl.org libSDL] | and [http://www.libsdl.org libSDL] | ||
Line 43: | Line 43: | ||
The binary will be called "sdl_test" | The binary will be called "sdl_test" | ||
==Contact== | == Contact == | ||
aksommerville at gmail.com | aksommerville at gmail.com | ||
http://aksommerville.googlepages.com/wii.html | http://aksommerville.googlepages.com/wii.html | ||
==Download== | == Download == | ||
*[[ | *[[Media:Wiiasteroids-20080415.zip|Wiiasteroids-20080415.zip]] source and binary | ||
===Unofficial Releases=== | === Unofficial Releases === | ||
[[ | [[File:Asteroids.JPG]] | ||
*[ | *[[Media:Wiiasteroids_with_wiimote.zip|Wiimote version]] using the [[wiiuse]] library. Added by para. (Not a stable version.) |
Latest revision as of 18:20, 8 October 2009
Wii Asteroids | |
![]() | |
General | |
---|---|
Author(s) | Andy Sommerville |
Type | Shooting game |
Links | |
Download | |
Source Included | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() |
Wii Asteroids is a work in progress, more of a snapshot than a release. I figure everyone involved in Wii homebrew wants to see the latest, before it's ready, right? ;)
Own risk
!!!! USE AT YOUR OWN RISK !!!!
I can't be responsible for any damage to your Wii or PC caused by this software.
Licence
Use however you like, reuse, rewrite, copy, etc. All the source code is included. Use it -- it's there for you! Don't hold me responsible for anything you do wrong. Or anything I've done wrong, for that matter.
Compiling
Compiling for Wii
You'll need devkitPPC and libOGC
With $DEVKITPPC set appropriately, change to the "wspr" directory and: make
Copy the "wspr.elf" to the root directory of a FAT16-formatted SD card, renaming it "boot.elf" You can then launch Asteroids with the Twilight Hack.
Compiling for Linux
change to the "wspr" directory and: ./mksdl.sh
The binary will be called "sdl_test"
Contact
aksommerville at gmail.com
http://aksommerville.googlepages.com/wii.html
Download
- Wiiasteroids-20080415.zip source and binary
Unofficial Releases
- Wiimote version using the wiiuse library. Added by para. (Not a stable version.)