In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Tanks"

From WiiBrew
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 homebrewapp
+
{{Infobox homebrew
| title = Wii Tanks
+
| title       = Wii Tanks
| description = Tank game similar to the one that comes with WiiPlay
+
| image      = [[File:TanksWii.png‎]]
| type = Game
+
| type       = shooting game
| author = [[User:Grillo|Grillo]]
+
| author     = [[User:Grillo|Grillo]]
| display =
+
| download    = Media:Tanksv0_3a.zip
| download = [http://www.filedropper.com/tanks03a Tanks 0.1b.zip]
+
| source      = https://github.com/grillo-delmal/wii-homebrew-tanks
| source = Ask
+
| peripherals = {{Wiimote4}} {{Nunchuk}} {{FrontSD}}
| peripherals = {{Wiimote1}} {{Wiimote2}} {{Wiimote3}} {{Wiimote4}}
+
| 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 wii after running this homebrew program
+
: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 nunchuck support
+
:''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>3h1MXWcPjE8</Youtube>
+
<Youtube>xcdjKEIrLfs</Youtube>
  
 
== Versions ==
 
== Versions ==
Line 29: Line 29:
 
=== v0.3a ===
 
=== v0.3a ===
  
* Actualizado a GRRLIB 3.0.1.a (algo modificada)
+
* Updated to [[GRRLIB]] 3.0.1a
* Arreglado Bug de coloreo de balas
+
* Fixed bullet coloring Bug
* Pintado de tanques mas logico
+
* Fixed Tank coloring
* Deteccion de lenguaje de la consola (grax roto)
+
* Spanish/English language detection (thx roto)
* Agregado soporte para Nunchuck
+
* Added Nunchuk Support
 +
* Still POC
  
 +
=== v0.1a ===
 +
 +
* Basic Gameplay implemented
 +
* POC
  
 
== TODO ==
 
== TODO ==
Line 55: Line 60:
  
 
== Controls ==
 
== Controls ==
:Wiimote
 
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Button !! Action
+
! Wiimote !! !! Wiimote + Nunchuk !!
 
|-
 
|-
| [[Image:ButtonLeft.png|20px]] || Rotate
+
! Button !! Action !! Button !! Action
 
|-
 
|-
| [[Image:ButtonRight.png|20px]] || Rotate
+
| {{WiimoteDPadLeft}}  || Rotate || {{NunchukControlStick‎}} || Movement
 
|-
 
|-
| [[Image:ButtonUp.png|20px]] || Move Foward
+
| {{WiimoteDPadRight}}  || Rotate || ||
 
|-
 
|-
| [[Image:ButtonDown.png|20px]] || Move Backward
+
| {{WiimoteDPadUp}}  || Move Foward || ||
 
|-
 
|-
| IR Pointer || Aim Canon
+
| {{WiimoteDPadDown}}  || Move Backward || ||
 
|-
 
|-
| [[Image:ButtonB.png|32px]] || Fire
+
| {{WiimoteAim}}  || Aim Canon || {{WiimoteAim}} || Aim Canon
|}
 
 
 
:Nunchuck + Wiimote
 
 
 
{| class="wikitable"
 
 
|-
 
|-
! Button !! Action
+
| {{WiimoteBButton}}  || Fire || {{WiimoteBButton}} || Fire
|-
 
| Nunchuck || Movement
 
|-
 
| IR Pointer || Aim Canon
 
|-
 
| [[Image:ButtonB.png|32px]] || Fire
 
 
|}
 
|}
  
Line 94: Line 87:
 
== About ==
 
== About ==
  
This game was programed in C using devkitPro r15, GRRLIB, LibOGC and Wiiuse.
+
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]]
[[category:Homebrew in Development]]
 
[[category:Homebrew using GRRLib]]
 

Latest revision as of 21:56, 20 December 2023

Wii Tanks
TanksWii.png
General
Author(s)Grillo
TypeShooting game
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote4.svg Nunchuck alternative.svg Loads files from the Front SD slot

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
Wiimote D-Pad Left Rotate Nunchuck Control Stick Movement
Wiimote D-Pad Right Rotate
Wiimote D-Pad Up Move Foward
Wiimote D-Pad Down Move Backward
Wii Remote Aim Aim Canon Wii Remote Aim Aim Canon
Wiimote B Button Fire Wiimote B Button 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