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

Automatii: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Gcb (talk | contribs)
No edit summary
Gcb (talk | contribs)
No edit summary
Line 1: Line 1:
{{Infobox homebrewapp
{{Infobox homebrewapp
| title      = Automatii
| title      = Automatii
| image      = [[Image:http://assortedwiicode.googlecode.com/svn/trunk/automatii/icon.png]]
| image      = [[Image:Automatii.png]]
| desc        = Celular automata demo
| desc        = Celular automata demo
| type        = Math
| type        = Math
Line 40: Line 40:
==Screenshots==
==Screenshots==


[[Image:http://assortedwiicode.googlecode.com/svn/trunk/automatii/v0.12.gif]]
[[Image:AutomatiiScreen.gif]]


==Notes==
==Notes==

Revision as of 00:02, 30 November 2008

Automatii
General
Author(s)gcb
TypeMath
Links
[[Download|Download]]
[[Source|Source]]
Peripherals

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 Action
Start Wiimote HOME Button Exit
- Wiimote + Button or Wiimote D-Pad Left Edit mode
- Wiimote + Button or Wiimote D-Pad Right View mode
- Roll Roll camera in view mode
- point Down Zoom in in view mode
- point Forward no zoom
- point Up Zoom out in view mode

Screenshots

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.