Difference between revisions of "Automatii"
Jump to navigation
Jump to search
m |
WiibrewBot (talk | contribs) m (Robot: Cosmetic changes) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = Automatii | | title = Automatii | ||
− | | image = | + | | image = [[File:Automatii.png]] |
− | | | + | | type = math |
− | | | + | | version = 1.2 |
| author = gcb | | author = gcb | ||
− | | download = | + | | licence = GPL |
− | | source = | + | | download = http://code.google.com/p/assortedwiicode/downloads/list |
+ | | source = http://code.google.com/p/assortedwiicode/source/browse/#svn/trunk/automatii/source | ||
+ | | website = http://code.google.com/p/assortedwiicode | ||
| peripherals = {{wiimote1}} | | peripherals = {{wiimote1}} | ||
− | + | | hbb = yes | |
− | | hbb = | ||
}} | }} | ||
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.2 | ||
− | ==Usage== | + | == Usage == |
− | + | {| class="wikitable" style="left;text-align:center;" | |
+ | |- | ||
+ | ! {{GCNController}} || {{Wiimote}} <!--+ {{Nunchuck}}--> || Action | ||
+ | |- | ||
+ | | {{GCStartButton}} || {{WiimoteHomeButton}} || Exit | ||
+ | |- | ||
+ | | - || {{WiimoteMinusButton}} or {{WiimoteDPadLeft}} || Edit mode | ||
+ | |- | ||
+ | | - || {{WiimotePlusButton}} or {{WiimoteDPadRight}} || View mode | ||
+ | |- | ||
+ | | - || {{WiimoteAim}} Roll || Roll camera in view mode | ||
+ | |- | ||
+ | | - || {{WiimoteAim}} point Down || Zoom in in view mode | ||
+ | |- | ||
+ | | - || {{WiimoteAim}} point Forward || no zoom | ||
+ | |- | ||
+ | | - || {{WiimoteAim}} point Up || Zoom out in view mode | ||
+ | |- | ||
+ | |} | ||
− | ==Screenshots== | + | == Screenshots == |
− | + | [[File:AutomatiiScreen.gif]] | |
− | ==Notes== | + | == Notes == |
Feel free to commit changes! repository is open. | Feel free to commit changes! repository is open. | ||
− | ==Updates== | + | == 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. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 18:02, 10 August 2009
Automatii | |
![]() | |
General | |
---|---|
Author(s) | gcb |
Type | Math application |
Version | 1.2 |
Licence | GPL |
Links | |
Download | |
Website | |
Source | |
Downloadable via the Homebrew Browser | |
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 |
---|---|---|
![]() |
![]() |
Exit |
- | ![]() ![]() |
Edit mode |
- | ![]() ![]() |
View mode |
- | ![]() |
Roll camera in view mode |
- | ![]() |
Zoom in in view mode |
- | ![]() |
no zoom |
- | ![]() |
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.