Skip to content

Conway's Game of Life Accelerated with Numba in Python Language

Notifications You must be signed in to change notification settings

lvillasen/Game-of-Life-Numba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Conway's Game of Life Accelerated with Numba in Python Language

License: GPLv3 Date: 2016-03-26

#Usage

python GameOfLife.py n n_iter m

where:

n is the board size

n_iter the initial number of iterations

m equal to 1 to plot the board or 0 for no display output

#Prerequisite

Numba see http://numba.pydata.org/

About

Conway's Game of Life Accelerated with Numba in Python Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages