Skip to main content

A short description for your project.

Project description

A simple pygame-based implementation of Conway’s game of life.

Cmd:

$ game-of-life

As library:

from game_of_life import Board, run

board = Board(30, 30)

# Diagonal line
for i in range(30:
    board[i, i] = 1

run('conway')

This implementation requires Python3 and pygame.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

game-of-life-0.1.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page