sxccxs / Game-Of-Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Game Of Life

It's a copy of Conway's Game of Life.

This project was made with python PyGame and NumPy libraries.

Installation

If you want to set up this project on your local machine then:

  1. Clone project from git:
    git clone https://github.com/sxccxs/Pygame-The-Game-Of-Life.git
    
  2. Go to project folder, create python virtual environment, activate it and install requared packages (use backslashes if you are on windows):
    	cd Pygame-The-Game-Of-Life
    	python -m venv env
    	env/Scripts/activate
    	python -m pip install -r requirements.txt
  3. Now run the game with:
    	python main.py
  4. Use "Space" key to generate random game grid or create your one by mouse clicking, "Enter" key to start the game and "Escape" key to reset the grid.

License

MIT

About

License:MIT License


Languages

Language:Python 100.0%