Automatii Wii: Difference between revisions
From GameBrew
More actions
No edit summary |
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 | ||
}} | }} | ||
'''Automatii''' is a model of computation in automata theory known as a cellular automaton (CA). It is a discrete model that is also referred to as a cellular space, tessellation automaton, homogeneous structure, cellular structure, tessellation structure, or iterative array. Cellular automata have been applied in physics, biology, and microstructure modeling. | |||
== Usage == | == Usage == | ||
| Line 40: | Line 40: | ||
|- | |- | ||
|} | |} | ||
==Screenshot== | |||
https://dlhb.gamebrew.org/wiihomebrews/automatiiwii-01.gif | |||
==Media== | ==Media== | ||
'''running automatii on homebrewchannel - ([https://www.youtube.com/watch?v=TtQtZ6g8cHA gcbzzzz])'''<br> | |||
<youtube>TtQtZ6g8cHA</youtube> | <youtube>TtQtZ6g8cHA</youtube> | ||
Revision as of 03:33, 31 January 2023
| Automatii | |
|---|---|
| General | |
| Author | gcb |
| Type | Math |
| Version | 1.2 |
| License | GPL |
| Last Updated | 2008/11/30 |
| Links | |
| Download | |
| Website | |
| Source | |
Automatii is a model of computation in automata theory known as a cellular automaton (CA). It is a discrete model that is also referred to as a cellular space, tessellation automaton, homogeneous structure, cellular structure, tessellation structure, or iterative array. Cellular automata have been applied in physics, biology, and microstructure modeling.
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 |
Screenshot
Media
running automatii on homebrewchannel - (gcbzzzz)
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