Difference between revisions of "ZeRace"
Jump to navigation
Jump to search
Cid2mizard (talk | contribs) (Update Video) |
|||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = zeRace | | title = zeRace | ||
− | | image = [[ | + | | image = [[File:ZeRace.png]] |
− | | | + | | type = arcade game |
− | |||
| author = [[User:Royale|Royale]] | | author = [[User:Royale|Royale]] | ||
| version = 0.7-Wii | | version = 0.7-Wii | ||
− | | download = | + | | download = http://royale.zerezo.com/wii/zeRace-0.7-Wii.zip |
− | | website = | + | | source = http://royale.zerezo.com/zerace/zeRace-0.7.tar.gz Source Code] [http://royale.zerezo.com/wii/zeRace-0.7-Wii.patch.bz2 Wii Patch |
+ | | website = http://royale.zerezo.com/wii | ||
+ | | discussion = http://royale.zerezo.com/forum/viewforum.php?f=12 | ||
| peripherals = {{Wiimote1}} | | peripherals = {{Wiimote1}} | ||
− | | | + | | hbb = yes |
− | |||
}} | }} | ||
This is a port of my game [http://royale.zerezo.com/zerace/ zeRace] for the Wii. | This is a port of my game [http://royale.zerezo.com/zerace/ zeRace] for the Wii. | ||
+ | |||
+ | The purpose of this little car game is very simple: do the best time on each track. | ||
+ | |||
+ | Feel free to give feedbacks on [http://royale.zerezo.com/forum/viewforum.php?f=12 my forum] or on [[{{TALKPAGENAME}}|this wiki]]. | ||
+ | |||
+ | == TODO == | ||
+ | * Fix network/internet mode. This is working on the PC version.<br />Currently I don't manage to send UDP packets using SDLNet_UDP_Send()... | ||
+ | * Local multiplayer mode. Using several Wiimotes... | ||
+ | |||
+ | == Media == | ||
+ | {| | ||
+ | | <youtube valign="top" align="left">fTFuvmQLNEo</youtube> | ||
+ | |} | ||
+ | |||
+ | == External links == | ||
+ | * [http://royale.zerezo.com/wii/ Wii page] | ||
+ | * [http://royale.zerezo.com/zerace/ Game page] | ||
+ | |||
+ | [[Category:Open source homebrew]] |
Latest revision as of 00:25, 11 January 2011
zeRace | |
![]() | |
General | |
---|---|
Author(s) | Royale |
Type | Arcade game |
Version | 0.7-Wii |
Links | |
Download | |
Website | |
Discussion | |
[Source Code Wii Patch|Source] | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() |
This is a port of my game zeRace for the Wii.
The purpose of this little car game is very simple: do the best time on each track.
Feel free to give feedbacks on my forum or on this wiki.
TODO
- Fix network/internet mode. This is working on the PC version.
Currently I don't manage to send UDP packets using SDLNet_UDP_Send()... - Local multiplayer mode. Using several Wiimotes...