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

Difference between revisions of "Automatii"

From WiiBrew
Jump to navigation Jump to search
m (Added HBB)
Line 20: Line 20:
 
{| class="wikitable" style="left;text-align:center;"
 
{| class="wikitable" style="left;text-align:center;"
 
|-
 
|-
! {{GCNController}} || {{Wiimote1}} <!--+ {{Nunchuck}}--> || Action
+
! {{GCNController}} || {{Wiimote}} <!--+ {{Nunchuck}}--> || Action
 
|-
 
|-
| Start || {{WiimoteHomeButton}} || Exit
+
| {{GCStartButton}} || {{WiimoteHomeButton}} || Exit
 
|-
 
|-
 
| - || {{WiimoteMinusButton}} or {{WiimoteDPadLeft}} || Edit mode
 
| - || {{WiimoteMinusButton}} or {{WiimoteDPadLeft}} || Edit mode
Line 28: Line 28:
 
| - || {{WiimotePlusButton}} or {{WiimoteDPadRight}} || View mode
 
| - || {{WiimotePlusButton}} or {{WiimoteDPadRight}} || View mode
 
|-
 
|-
| - || {{Wiimote1}} Roll || Roll camera in view mode
+
| - || {{WiimoteAim}} Roll || Roll camera in view mode
 
|-
 
|-
| - || {{Wiimote1}} point Down || Zoom in in view mode
+
| - || {{WiimoteAim}} point Down || Zoom in in view mode
 
|-
 
|-
| - || {{Wiimote1}} point Forward || no zoom
+
| - || {{WiimoteAim}} point Forward || no zoom
 
|-
 
|-
| - || {{Wiimote1}} point Up || Zoom out in view mode
+
| - || {{WiimoteAim}} point Up || Zoom out in view mode
 
|-
 
|-
 
|}
 
|}

Revision as of 05:26, 17 January 2009

Automatii
Automatii.png
General
Author(s)gcb
TypeMath
Links
[[Download|Download]]
[[Source|Source]]
Peripherals
Wiimote1.svg

First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular.

  • Created zip file download ready for the homebrew channel. it's version 1.2

Usage

GameCube Controller Wiimote.svg Action
GameCube START Button Wiimote HOME Button Exit
- Wiimote - Button or Wiimote D-Pad Left Edit mode
- Wiimote + Button or Wiimote D-Pad Right View mode
- Wii Remote Aim Roll Roll camera in view mode
- Wii Remote Aim point Down Zoom in in view mode
- Wii Remote Aim point Forward no zoom
- Wii Remote Aim point Up Zoom out in view mode

Screenshots

AutomatiiScreen.gif

Notes

Feel free to commit changes! repository is open.

Updates

  • version 1.0
 Simple input. left the pattern fixed on a big quilt one.
 I left to handle the edges later and forgot, so you get some randomness from there :)
  • up to version 1.0
 playing with game rules (pre-sets of life patterns, timing) and input control
  • up to version 0.11
 struggling with the template and gx code.