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
Line 14: Line 14:
 
First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular.
 
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*
 +
v1.0 is expected to be stable. i left it running several times for hours on my WII with no problem. every other version may hang up on you :(
  
 
==Usage==
 
==Usage==
  
 
*Exit  {{WiimoteHomeButton}}
 
*Exit  {{WiimoteHomeButton}}
 +
*Zoom {{WiimotePlusButton}}/{{WiimoteMinusButton}}
  
 
==Screenshots==
 
==Screenshots==

Revision as of 21:25, 29 November 2008

Automatii
xx
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*

v1.0 is expected to be stable. i left it running several times for hours on my WII with no problem. every other version may hang up on you :(

Usage

  • Exit Wiimote HOME Button
  • Zoom Wiimote + Button/Wiimote - Button

Screenshots

http://assortedwiicode.googlecode.com/svn/trunk/automatii/v0.12.gif

Notes

Feel free to commit changes! repository is open.

Updates

v0.01

       draw quads

v0.02

       draw a matrix of quads

v0.03

       center matrix on view 0, 0, 0

v0.04

 really center matrix on view 0, 0, 0, instead of moving camera to center
       on center of matrix as i did on v0.03

v0.05

       big board size and good came position

v0.06

       proper board initialization values

v0.07

       setting up initial hardcoded pattern on the board

v0.08

       added interation control.

v0.09

       animation of simple rules.
live cells move up if the up space is dead.

v0.10

       better frame animation control

v0.11

       pretty colors

v0.12

       actual game rules.