2013-12-23 12:56:33 +00:00
|
|
|
Categories:Games,Mathematics
|
2013-12-19 13:53:29 +00:00
|
|
|
License:GPLv3
|
|
|
|
Web Site:https://bitbucket.org/przemekr/game_of_life_agg
|
|
|
|
Source Code:https://bitbucket.org/przemekr/game_of_life_agg/src
|
|
|
|
Issue Tracker:https://bitbucket.org/przemekr/game_of_life_agg/issues
|
|
|
|
|
2013-12-23 12:56:33 +00:00
|
|
|
Summary:Conway's Game of Life simulation
|
2013-12-19 13:53:29 +00:00
|
|
|
Description:
|
2013-12-23 12:56:33 +00:00
|
|
|
Implementation of [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]
|
|
|
|
with a nice user interface.
|
2013-12-19 13:53:29 +00:00
|
|
|
|
2013-12-23 12:56:33 +00:00
|
|
|
Features include:
|
|
|
|
* Easy to use, intuitive interface
|
|
|
|
* Number of initial states to try out
|
|
|
|
* Resize the universe and set the evolution speed
|
2013-12-19 13:53:29 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
2013-12-23 12:56:33 +00:00
|
|
|
Repo:https://bitbucket.org/przemekr/game_of_life_agg.git
|
2013-12-19 13:53:29 +00:00
|
|
|
|
2013-12-24 23:12:04 +00:00
|
|
|
Build:20131217,1
|
|
|
|
commit=android20131217
|
|
|
|
subdir=android
|
|
|
|
init=cd jni/SDL && \
|
|
|
|
rm -rf src include SDL-2.0.1* && \
|
|
|
|
wget http://libsdl.org/release/SDL2-2.0.1.tar.gz && \
|
|
|
|
tar xf SDL2-2.0.1.tar.gz && \
|
|
|
|
ln -s SDL2-2.0.1/src . && \
|
|
|
|
ln -s SDL2-2.0.1/include .
|
|
|
|
buildjni=yes
|
2013-12-19 13:53:29 +00:00
|
|
|
|
2013-12-24 23:12:04 +00:00
|
|
|
Auto Update Mode:None
|
2013-12-24 08:33:05 +00:00
|
|
|
Update Check Mode:Tags
|
|
|
|
Current Version:20131217
|
|
|
|
Current Version Code:1
|
2013-12-24 23:12:04 +00:00
|
|
|
|