You are using an outdated browser. Please upgrade your browser to improve your experience.
Hashlife - game life

Fastest Game of Life Simulator for iOS available on the app store by Kitty Mossy

Fastest Game of Life Simulator for iOS available on the app store by Kitty Mossy

Hashlife - game life

by Kitty Mossy
Hashlife - game life
Hashlife - game life
Hashlife - game life

What is it about?

Fastest Game of Life Simulator for iOS available on the app store by Kitty Mossy. Enjoy!

Hashlife - game life

App Details

Version
1.1
Rating
NA
Size
29Mb
Genre
Reference
Last updated
March 15, 2019
Release date
March 13, 2019
More info

App Screenshots

Hashlife - game life screenshot-0
Hashlife - game life screenshot-1
Hashlife - game life screenshot-2
Hashlife - game life screenshot-3
Hashlife - game life screenshot-4

App Store Description

Fastest Game of Life Simulator for iOS available on the app store by Kitty Mossy. Enjoy!

Gesture Controls in Simulation tab:
* long press to start/stop the simulation
* swipe up with two fingers to accelerate/decelerate the simulation
* pinch to zoom in and out (current cols * rows is displayed on the upper right corner)
* generation and population statistics overlay (could be disabled through Instrumentation tab)
* pan to move around (note that pan gesture could also be treated as draw/erase depending on the context).
* when loaded pattern with "insert" option, tap to drop pattern, press discard to discard loaded pattern.
* when the view disappears, timed refresh automatically stops, because otherwise it would slow down UI performance.
* to enable timed refresh when not in the simulation tab, press "start" in the segmented control provided in Instrumentation tab.

Patterns tab:
* more than 1000 pattern files from wikipedia
* app supports pattern files with different rule configuration (actually all of them). Default is 23/3
* if config is not default, then the different rule set is displayed to the right in blue.
* press on any of them to segue to the overview
* press "Network" located in the nav bar to do network fetch.

Overview:
* name, author, rule, source, description and the properly scaled preview of the pattern is provided.
* press on the link to see more details on wikipedia
* press on the pattern preview to segue to Editor view controller.
* press load to choose between overriding the existing universe or insert multiple copies into the current one.
* if a universe is overridden, then the rule for the current pattern is applied, if not, the current rule will not be changed.

Editor:
* rotate and flipping capabilities are supported.
* segmented control for pan, draw, erase. Brush size could be controlled through Instrumentation tab.
* when back to the overview, any edits are saved for the current session
* click on save copy to save your own copy, you can also set the rule

Instrumentation:
* customizing color for grid, cells, and background.
* customizing the rule
* customizing overlays on the instrumentation tab
* overriding the auto speed to make calculation even faster
* enabling/disabling stats update(turn this off to save some power...). NOTE: stats will update only if this switch is enabled

Statistics:
* Three graphs for population, calculation duration, and empty nodes (since the universe is infinite)
* cached results: the size of the hash map that I use to do save tremendous amount of computation (memoized, not hash life)
* every time when the rule changes, the hash map is emptied because cached results only work with uniform rules.

Loading large patterns:
* large patterns include OTCA cells for "life in life", Turing Machine, a bunch of prime calculators, etc
* it will take about 15 seconds for the hash map to cache enough results to accelerate the calculation
* once warmed up, calculation time will back to normal (this could be confirmed by checking the stats tab)
* rendering large amount of cells take time, adjust the rendering quality in Instrumentation > Cell > [Faster, Balanced, Better] and in Instrumentation > Auto Speed > Max Allowed Rendering Duration to achieve speed boost if needed.

Compatibility:
* Iphone 5s and up. Any versions of ios before 5s will crash the app due to integer overflow.
* It is not possible to fix because my hashValue generation algorithm produces an oversized int on Iphone 5 and below.

CoreData:
* When the app is opened up for the first time, the app will transcribe all of its .rle files into CoreData for the following reasons:
1) faster performance when loading patterns
2) better & easier management.
* However, if the you decide to quit during the process in which the app is building up the data base, it is no big deal, because the app will start from where it left off the next time the user opens up the app.

Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.