Skip to content

2D игра "жизнь" с pygame и pygame-widgets

Notifications You must be signed in to change notification settings

baron070981/game-life-pypg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-life-pypg

Game of life на Python и pygame


необходимо, чтоб были установлены:

pygame
pygame_widgets
rich

скачивание:

git clone https://github.com/baron070981/game-life-pypg.git
cd game-life-pypg
pip install -r requirements.txt

запуск:

cd game-life-pypg
python main.py

запуск с терминала в Ubuntu:

файл main.py сделать исполняемым

в домашней папке создать bash файл, например с именем life

#!/bin/bash

# (путь до папки с игрой и к файлу main.py) 
python /home/....../game-life-pypg/main.py

сделать его исполняемым

для запуска в терминале выполнить:

~/life

prev

About

2D игра "жизнь" с pygame и pygame-widgets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages