Skip to content

ojpbarbosa/piway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piway logo

Description

Piway's Game of Life is a Raspberry Pi-developed cellular automaton Conway's Game of Life-style game made in Python using pygame. Therefore, graphics and visual resources are at their minimum, extracting the most performance from the computer.

Play

# clone the game's repository
$ git clone https://github.com/ojpbarbosa/piway.git

# cd into the game's directory
$ cd piway

# create the game's virtual environment
$ python -m venv --prompt piway .venv

# activate the game's virtual environment
$ source ./.venv/bin/activate
# or
$ ./.venv/Scripts/activate.bat

# install the game's required libraries
$ pip install -r requirements.txt

# launch the game
$ python ./piway/main.py

References

Technologies

- Python - pygame

Assets

License

Piway is licensed under the MIT License, granting you the freedom to use, modify, and distribute the software as you see fit. The MIT License allows you to utilize Piway in both personal and commercial projects without any restrictions.

About

Raspberry Pi-developed cellular automata game

Topics

Resources

License

Stars

Watchers

Forks

Languages