https://github.com/awilddevappears/offspring-python
https://github.com/awilddevappears/offspring-python
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/awilddevappears/offspring-python
- Owner: AWildDevAppears
- Created: 2024-04-06T16:31:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T11:53:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T15:21:14.326Z (over 1 year ago)
- Language: Python
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offspring Engine
A very simple, expandable engine for building games.
This engine is written in python, although I may change this in the future for V2.
# What we use:
* Poetry
* TinyDB
* PKL
* Toga
# Setup
To use this project, you will need poetry installed.
See [poetry's documentation](https://python-poetry.org/docs/main/) to get it installed.
## Building the project
Now we have poetry installed we need to get our dependencies installed.
Run:
```
poetry install
```
to install the dependencies.
To run the project, call
```
poetry run python offspringengine
```
## Formatting
In order to format the files you will need to run
```
poetry run lint
```