Difference between revisions of "Tanks"
Jump to navigation
Jump to search
m (Fixed youtube link and uploaded source archive) |
|||
(27 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
− | | title = Wii Tanks | + | | title = Wii Tanks |
− | | | + | | image = [[File:TanksWii.png]] |
− | | type = | + | | type = shooting game |
− | | author = [[User:Grillo|Grillo]] | + | | author = [[User:Grillo|Grillo]] |
− | | | + | | download = Media:Tanksv0_3a.zip |
− | | | + | | source = https://github.com/grillo-delmal/wii-homebrew-tanks |
− | + | | peripherals = {{Wiimote4}} {{Nunchuk}} {{FrontSD}} | |
− | | peripherals = {{ | + | | hbb = yes |
}} | }} | ||
− | Tanks is a Tank Battle Game similar to the one that comes with WiiPlay | + | '''Tanks''' is a Tank Battle Game similar to the one that comes with WiiPlay |
== Disclaimer == | == Disclaimer == | ||
− | :I'm not responsible if something bad happens to your | + | :I'm not responsible if something bad happens to your Wii after running this homebrew program. |
:I made my best effort to make sure that there are no critical bugs in the code. | :I made my best effort to make sure that there are no critical bugs in the code. | ||
:If you want to check the source yourself, send me a mail to | :If you want to check the source yourself, send me a mail to | ||
Line 20: | Line 20: | ||
== Updates == | == Updates == | ||
− | :''2008/06/28'' v0.3a is out, this version is still a POC, but with a lot of bugs fixed and | + | :''2008/06/28'' v0.3a is out, this version is still a POC, but with a lot of bugs fixed and nunchuk support |
:''2008/06/09'' v0.1a is out, you can play a 4 player deathmatch, the one who scores 10 kills wins | :''2008/06/09'' v0.1a is out, you can play a 4 player deathmatch, the one who scores 10 kills wins | ||
− | <Youtube> | + | <Youtube>xcdjKEIrLfs</Youtube> |
== Versions == | == Versions == | ||
Line 29: | Line 29: | ||
=== v0.3a === | === v0.3a === | ||
− | * | + | * Updated to [[GRRLIB]] 3.0.1a |
− | * | + | * Fixed bullet coloring Bug |
− | * | + | * Fixed Tank coloring |
− | * | + | * Spanish/English language detection (thx roto) |
− | * | + | * Added Nunchuk Support |
+ | * Still POC | ||
+ | === v0.1a === | ||
+ | |||
+ | * Basic Gameplay implemented | ||
+ | * POC | ||
== TODO == | == TODO == | ||
Line 55: | Line 60: | ||
== Controls == | == Controls == | ||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! | + | ! Wiimote !! !! Wiimote + Nunchuk !! |
|- | |- | ||
− | + | ! Button !! Action !! Button !! Action | |
|- | |- | ||
− | | | + | | {{WiimoteDPadLeft}} || Rotate || {{NunchukControlStick}} || Movement |
|- | |- | ||
− | | | + | | {{WiimoteDPadRight}} || Rotate || || |
|- | |- | ||
− | | | + | | {{WiimoteDPadUp}} || Move Foward || || |
|- | |- | ||
− | | | + | | {{WiimoteDPadDown}} || Move Backward || || |
|- | |- | ||
− | | | + | | {{WiimoteAim}} || Aim Canon || {{WiimoteAim}} || Aim Canon |
− | |} | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | + | | {{WiimoteBButton}} || Fire || {{WiimoteBButton}} || Fire | |
− | | | ||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
|} | |} | ||
Line 94: | Line 87: | ||
== About == | == About == | ||
− | This game was programed in C using | + | This game was programed in C using [[DevkitPro]] r15, [[GRRLIB]], [[libogc]] and [[Wiiuse]]. |
== Credits == | == Credits == | ||
Line 102: | Line 95: | ||
*More credits at the end of the game :P | *More credits at the end of the game :P | ||
− | + | [[Category:Homebrew using GRRLib]] | |
− | [[ | ||
− |
Latest revision as of 21:56, 20 December 2023
Wii Tanks | |
![]() | |
General | |
---|---|
Author(s) | Grillo |
Type | Shooting game |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() |
Tanks is a Tank Battle Game similar to the one that comes with WiiPlay
Disclaimer
- I'm not responsible if something bad happens to your Wii after running this homebrew program.
- I made my best effort to make sure that there are no critical bugs in the code.
- If you want to check the source yourself, send me a mail to
- novalkar at gmail dot com xor grilloh at live dot cl
Updates
- 2008/06/28 v0.3a is out, this version is still a POC, but with a lot of bugs fixed and nunchuk support
- 2008/06/09 v0.1a is out, you can play a 4 player deathmatch, the one who scores 10 kills wins
Versions
v0.3a
- Updated to GRRLIB 3.0.1a
- Fixed bullet coloring Bug
- Fixed Tank coloring
- Spanish/English language detection (thx roto)
- Added Nunchuk Support
- Still POC
v0.1a
- Basic Gameplay implemented
- POC
TODO
Till v1.0
- ReWrite source to C++ & OO
- Get better images
- Make Menus
- Walls
- Sound, music
- Custom maps
Planned Future Features
- More Game modes (team vs night mode)
- 8 player support (wiimotes & gc controllers)
- Custom tanks
- PowerUps
- Lan/Internet battle support
- Ai
Controls
Wiimote | Wiimote + Nunchuk | ||
---|---|---|---|
Button | Action | Button | Action |
![]() |
Rotate | ![]() |
Movement |
![]() |
Rotate | ||
![]() |
Move Foward | ||
![]() |
Move Backward | ||
![]() |
Aim Canon | ![]() |
Aim Canon |
![]() |
Fire | ![]() |
Fire |
ETC
- I have tested this game only with 2 players, but it should support 4.
- Now you can change your tank's Color with the D-Pad before the game starts
About
This game was programed in C using DevkitPro r15, GRRLIB, libogc and Wiiuse.
Credits
- All programing made by me
- Testing : Aerthel & Poyo
- More credits at the end of the game :P