Automatii: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox homebrewapp | {{Infobox homebrewapp | ||
| title = Automatii | | title = Automatii | ||
| image = | | image = [[Image:http://assortedwiicode.googlecode.com/svn/trunk/automatii/icon.png]] | ||
| desc = Celular automata demo | | desc = Celular automata demo | ||
| type = Math | | type = Math | ||
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. it's version 1. | *Created zip file download ready for the homebrew channel. it's version 1.2 | ||
==Usage== | ==Usage== | ||
{| class="wikitable" style="left;text-align:center;" | |||
|- | |||
! {{GCNController}} || {{Wiimote1}} <!--+ {{Nunchuck}}--> || Action | |||
|- | |||
| Start || {{WiimoteHomeButton}} || Exit | |||
|- | |||
| - || {{WiimotePlusButton}} or {{WiimoteDPadLeft}} || Edit mode | |||
|- | |||
| - || {{WiimotePlusButton}} or {{WiimoteDPadRight}} || View mode | |||
|- | |||
| - || {{Wiimote1}} Roll || Roll camera in view mode | |||
|- | |||
| - || {{Wiimote1}} point Down || Zoom in in view mode | |||
|- | |||
| - || {{Wiimote1}} point Forward || no zoom | |||
|- | |||
| - || {{Wiimote1}} point Up || Zoom out in view mode | |||
|- | |||
|} | |||
==Screenshots== | ==Screenshots== | ||
http://assortedwiicode.googlecode.com/svn/trunk/automatii/v0.12.gif | [[Image:http://assortedwiicode.googlecode.com/svn/trunk/automatii/v0.12.gif]] | ||
==Notes== | ==Notes== |
Revision as of 23:57, 29 November 2008
Automatii | |
File:Http://assortedwiicode.googlecode.com/svn/trunk/automatii/icon.png | |
General | |
---|---|
Author(s) | gcb |
Type | Math |
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
![]() |
![]() |
Action |
---|---|---|
Start | ![]() |
Exit |
- | ![]() ![]() |
Edit mode |
- | ![]() ![]() |
View mode |
- | ![]() |
Roll camera in view mode |
- | ![]() |
Zoom in in view mode |
- | ![]() |
no zoom |
- | ![]() |
Zoom out in view mode |
Screenshots
File:Http://assortedwiicode.googlecode.com/svn/trunk/automatii/v0.12.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.