Automatii Wii: Difference between revisions
From GameBrew
More actions
Created page with "{{#seo: |title=Wii Homebrew Apps (Math) - GameBrew |title_mode=append |image=automatiiwii.jpg |image_alt=Automatii }} {{Infobox Wii Homebrews |title=Automatii |image=automatii..." |
No edit summary |
||
| Line 18: | Line 18: | ||
|source=http://code.google.com/p/assortedwiicode/source/browse/#svn/trunk/automatii/source | |source=http://code.google.com/p/assortedwiicode/source/browse/#svn/trunk/automatii/source | ||
}} | }} | ||
First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular. | |||
== Usage == | |||
{| class="wikitable" style="left;text-align:center;" | |||
|- | |||
! GCN Controller || Wiimote <!--+ Nunchuck--> || Action | |||
|- | |||
| GC Start Button || Wiimote Home Button || Exit | |||
|- | |||
| - || Wiimote Minus Button or Wiimote DPad Left || Edit mode | |||
|- | |||
| - || Wiimote Plus Button or Wiimote DPad Right || View mode | |||
|- | |||
| - || Wiimote Aim Roll || Roll camera in view mode | |||
|- | |||
| - || Wiimote Aim point Down || Zoom in in view mode | |||
|- | |||
| - || Wiimote Aim point Forward || no zoom | |||
|- | |||
| - || Wiimote Aim point Up || Zoom out in view mode | |||
|- | |||
|} | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>TtQtZ6g8cHA</youtube> | ||
== Notes == | |||
Feel free to commit changes! repository is open. | |||
== Changelog == | |||
'''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. | |||
==External links== | |||
* Wiibrew - https://wiibrew.org/wiki/Automatii | |||
* Google Code - http://code.google.com/p/assortedwiicode | |||
Revision as of 12:25, 17 July 2022
| Automatii | |
|---|---|
| File:Automatiiwii.jpg | |
| General | |
| Author | gcb |
| Type | Math |
| Version | 1.2 |
| License | GPL |
| Last Updated | 2008/11/30 |
| Links | |
| Download | |
| Website | |
| Source | |
First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular.
Usage
| GCN Controller | Wiimote | Action |
|---|---|---|
| GC Start Button | Wiimote Home Button | Exit |
| - | Wiimote Minus Button or Wiimote DPad Left | Edit mode |
| - | Wiimote Plus Button or Wiimote DPad Right | View mode |
| - | Wiimote Aim Roll | Roll camera in view mode |
| - | Wiimote Aim point Down | Zoom in in view mode |
| - | Wiimote Aim point Forward | no zoom |
| - | Wiimote Aim point Up | Zoom out in view mode |
Media
Notes
Feel free to commit changes! repository is open.
Changelog
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.
External links
- Wiibrew - https://wiibrew.org/wiki/Automatii
- Google Code - http://code.google.com/p/assortedwiicode