https://github.com/drikusroor/pygame-tbs
A small pygame-based game that explores path finding and turn based gameplay.
https://github.com/drikusroor/pygame-tbs
pathfinding pygame python turn-based
Last synced: about 2 months ago
JSON representation
A small pygame-based game that explores path finding and turn based gameplay.
- Host: GitHub
- URL: https://github.com/drikusroor/pygame-tbs
- Owner: drikusroor
- Created: 2020-06-27T08:42:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T09:30:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T22:16:31.123Z (6 months ago)
- Topics: pathfinding, pygame, python, turn-based
- Language: Python
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pygame TBS
Aka **Silent Storm 2D** aka **Gray Haze**, this project contains the first sketches of a new [Silent Storm](https://en.wikipedia.org/wiki/Silent_Storm) like game.
First written in Python, using pygame, to explore path finding and turn based processes, the game ([Gray Haze](https://github.com/drikusroor/gray-haze)) will eventually be made in the Godot engine and its code will be found in a separate repository.Thank you,
Drikus Roor

## To use:
### Install dependencies, using Anaconda, using the Anaconda Prompt:
```cmd
conda env create -f pygame-tbs.yml
```### Start "game"
```cmd
python main.py
```