Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LolaperezDS/Block-Wars-Yandex-lyceum-project
Turn based strategy made in python
https://github.com/LolaperezDS/Block-Wars-Yandex-lyceum-project
pygame python turn-based-strategy
Last synced: 2 months ago
JSON representation
Turn based strategy made in python
- Host: GitHub
- URL: https://github.com/LolaperezDS/Block-Wars-Yandex-lyceum-project
- Owner: LolaperezDS
- Created: 2020-05-21T08:31:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T21:55:40.000Z (about 2 years ago)
- Last Synced: 2024-07-29T20:26:39.714Z (5 months ago)
- Topics: pygame, python, turn-based-strategy
- Language: Python
- Homepage:
- Size: 9.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Block Wars
The project was created as part of the Yandex Lyceum course by me and a [Ilnur](https://github.com/IlnurHA)
![BWpreview](https://user-images.githubusercontent.com/61661965/195699763-980c0edf-6fa3-4276-bed6-0d5e4a76302d.png)
# Installation libraries
#### For Windows
```
pip install -r /path/to/requirements.txt
```
#### For Linux
```
pip3 install -r /path/to/requirements.txt
```
# Launch
#### For Windows
Just launch `launch.bat` )))
#### For Linux
```
python3 /PATH_TO/main.py
```