Skip to content

andrea-lascola/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of life in Python

A Simple game of life implementation using Python and Pygame

Alt Text

Getting Started

Prerequisites

What things you need to install the software and how to install them

python 2.7

pipenv

Installation

git clone 

pipenv install

pipenv shell

How to use

  • Run the game
    • pipenv run python src/game.py
  • Select the starting formation as you prefer
  • Keyboard [space] to start/stop the game
  • Keyboard [escape] to reset the field

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

TODO

  • Python3 - Had a problem using python 3 and pygame so i had to switch back to python 2.7
  • Cli tools
  • setup.py
  • More useless stuff

About

A game of life implementation in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages