An open API service indexing awesome lists of open source software.

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.

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

![](example.gif)

## To use:

### Install dependencies, using Anaconda, using the Anaconda Prompt:

```cmd
conda env create -f pygame-tbs.yml
```

### Start "game"

```cmd
python main.py
```