Halfway through fixing game_of_life, disable for now
This commit is contained in:
parent
ac3ffe33ca
commit
b1b3046ed5
|
@ -1,35 +1,26 @@
|
|||
# Only used for making an app disappear from the index
|
||||
Disabled:
|
||||
Categories:Games;Mathematics
|
||||
Disable:Not finished
|
||||
Categories:Games,Mathematics
|
||||
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
|
||||
|
||||
|
||||
Auto Name:
|
||||
Name: Game of Life AGG
|
||||
|
||||
Summary: Conway's Game of Life simulation
|
||||
Summary:Conway's Game of Life simulation
|
||||
Description:
|
||||
Implementation of Conway's Game of Life
|
||||
(http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) with a nice graphical
|
||||
display.
|
||||
Implementation of [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]
|
||||
with a nice user interface.
|
||||
|
||||
FEATURES:
|
||||
* Easy to use, intuitive interface.
|
||||
* Number of initial state to try out.
|
||||
* Resize the universe and set the evolution speed.
|
||||
Features include:
|
||||
* Easy to use, intuitive interface
|
||||
* Number of initial states to try out
|
||||
* Resize the universe and set the evolution speed
|
||||
.
|
||||
|
||||
|
||||
Repo Type:git
|
||||
Repo:git@bitbucket.org:przemekr/game_of_life_agg.git
|
||||
Repo:https://bitbucket.org/przemekr/game_of_life_agg.git
|
||||
|
||||
# Versions/Codes of each Build Version must be different from the others
|
||||
# Any jars or prebuilts should have references, preferably in the README
|
||||
# The following contains all possible parameters in the best order
|
||||
Build Version:20131217,1,origin/master,\
|
||||
subdir=android,\
|
||||
init=cd jni/SDL &&\
|
||||
|
|
Loading…
Reference in a new issue