All Projects → iiSeymour → game-of-life

iiSeymour / game-of-life

Licence: MIT License
Conway's Game Of Life with a small evolutionary twist.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to game-of-life

svelte-game-of-life
Conway's Game of Life in Svelte
Stars: ✭ 14 (-65.85%)
Mutual labels:  game-of-life
melodyoflife
Melody of Life is a step sequencer using cellular automata
Stars: ✭ 38 (-7.32%)
Mutual labels:  game-of-life
elixir-game of life
Game of Life in Elixir. Distributed Game of Life with Board Server API. Run it on multiple nodes.
Stars: ✭ 53 (+29.27%)
Mutual labels:  game-of-life
golux
Elixir game of life with Scenic demo
Stars: ✭ 12 (-70.73%)
Mutual labels:  game-of-life
GameOfLifeView
A simple Android view that displays Conway's Game of Life. I've learnt the principles of TDD doing this
Stars: ✭ 20 (-51.22%)
Mutual labels:  game-of-life
lifeee-rs
An implementation of the Game of Life
Stars: ✭ 53 (+29.27%)
Mutual labels:  game-of-life
c games
[Some C games] Some simple games written in C language.
Stars: ✭ 31 (-24.39%)
Mutual labels:  game-of-life
rescript-game-of-life
Game of Life in ReasonML with ReasonReact in 2020
Stars: ✭ 36 (-12.2%)
Mutual labels:  game-of-life
PyGameofLife
Conway's Game of Life using python's matplotlib and numpy
Stars: ✭ 40 (-2.44%)
Mutual labels:  game-of-life
js-simulator
General-purpose discrete-event multiagent simulation library for agent-based modelling and simulation
Stars: ✭ 52 (+26.83%)
Mutual labels:  game-of-life
convoca
Predict and analyze cellular automata using convolutional neural networks
Stars: ✭ 66 (+60.98%)
Mutual labels:  game-of-life
goltorus
Game of Life on the surface of a torus.
Stars: ✭ 49 (+19.51%)
Mutual labels:  game-of-life
rlifesrc
A Game of Life pattern searcher written in Rust. 用 Rust 搜索生命游戏中的图样。
Stars: ✭ 15 (-63.41%)
Mutual labels:  game-of-life
coolrs
CoolRs is a collection of Android Renderscript effects.
Stars: ✭ 41 (+0%)
Mutual labels:  game-of-life
vim-gol
Vim plugin that turns your text into Game of Life world
Stars: ✭ 15 (-63.41%)
Mutual labels:  game-of-life
cgol
Conway's Game of Life in the Terminal
Stars: ✭ 32 (-21.95%)
Mutual labels:  game-of-life
yagol
Yagol is a Conway's Game of Life sandbox game made with react. Customize the different options then create, share and watch your shapes evolve.
Stars: ✭ 31 (-24.39%)
Mutual labels:  game-of-life
game of life-elixir
An implementation of Conway's Game of Life in Elixir
Stars: ✭ 22 (-46.34%)
Mutual labels:  game-of-life
logic-life-search
Cellular automata search program
Stars: ✭ 23 (-43.9%)
Mutual labels:  game-of-life
GameOfLife
Conway's Game of Life
Stars: ✭ 18 (-56.1%)
Mutual labels:  game-of-life

Game Of Life

A python implementation of Conway's Game of Life using the curses module with a small evolutionary twist.

Game Of Life

Installation

With pip:

$ pip install --user gol

From github:

$ git clone https://github.com/iiSeymour/game-of-life
$ cd game-of-life
$ sudo python setup.py install

Running

$ gol

For terminal screensaver mode.

$ gol -faxl

Options

$ gol --help
usage: gol.py [-h] [-a] [-l] [-f] [-n initial_points] [-r refresh_rate] [-t] [-x] [-v]

optional arguments:
  -h, --help         show this help message and exit
  -a, --autostart    skip the splash screen
  -l, --loop         immediately restart game
  -f, --fullscreen   display fullscreen grid
  -n initial_points  set the number of initial points
  -r refresh_rate    set the refresh rate
  -t, --traditional  traditional mode
  -x, --no-hud       don't display HUD
  -v, --version      show program's version number and exit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].