Skip to content

marodrig/GameOfLifePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLifePy

Implementation of Conway game of life using Python and following a TDD methodology.

What's the point of GameOfLifePy?

This is done as an excercise following a test driven development methodology, OOP principles and pythonic style.

Why should you care about GameOfLifePy?

If you want to see how to structure your code in a Python project, including your tests.

Table of Contents

Click to expand
  1. Features
  2. Installation
  3. Built with
  4. Usage
  5. API reference
  6. Tests
  7. FAQ
  8. Contributing
  9. Credits
  10. License

Features

Simple command line interface to run your simulations of a Conway game of life.

Installation & Quick Start

You can clone this repository and run:

git clone 
python game_of_life.py

Built with

Usage

API reference

Tests

You can run all test by typing:

FAQ

Contributing

Credits

LICENSE

About

Conway game of life implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages