2016-09-07 02:06:31 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Conway
|
2017-01-12 02:04:47 +00:00
|
|
|
category: Game
|
2016-09-07 02:06:31 +00:00
|
|
|
cards: [Conway]
|
2016-09-08 01:44:00 +00:00
|
|
|
links: ["Source Code|https://github.com/thepaperpilot/Conway"]
|
2017-10-25 00:32:48 +00:00
|
|
|
tags: [java, android]
|
2016-09-07 02:06:31 +00:00
|
|
|
---
|
|
|
|
A small game where you must find an initial state in a Conway's Game of Life system that stabilizes to match certain criteria.
|