https://github.com/makarasty/putlerkiller-ii
🕹 Гра яку я створив та використовував як курсову роботу, якщо комусь потрібно користуйтесь!
https://github.com/makarasty/putlerkiller-ii
collage collage-project collageproject school-project schoolwork
Last synced: 5 days ago
JSON representation
🕹 Гра яку я створив та використовував як курсову роботу, якщо комусь потрібно користуйтесь!
- Host: GitHub
- URL: https://github.com/makarasty/putlerkiller-ii
- Owner: makarasty
- License: mit
- Created: 2023-07-01T18:15:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:02:20.000Z (about 2 years ago)
- Last Synced: 2025-03-02T09:33:05.366Z (over 1 year ago)
- Topics: collage, collage-project, collageproject, school-project, schoolwork
- Language: Python
- Homepage:
- Size: 11.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PutlerKiller-II
Декілька скриншнотів з гри:



# Requirements
Для встановлення гри потрібно:
- Встановити [git](https://git-scm.com/downloads),
- Встановити [Python](https://www.python.org/downloads/),
- `git clone https://github.com/makarasty/PutlerKiller-II`
- `cd PutlerKiller-II`
- `pip install -r requirements.txt`
- `python main.py`
# Compile
`pyinstaller --noconfirm --onefile --windowed --icon ".\PutlerKiller-II\src\putler-3.ico" --name "PutlerKillerII" --add-data ".\PutlerKiller-II\налаштування.py;." --add-data ".\PutlerKiller-II\src;src/" ".\PutlerKiller-II\main.py"`
# Download
[PutlerKillerII.exe](https://github.com/makarasty/PutlerKiller-II/releases/latest)