Metadata-Version: 2.1
Name: space_bots
Version: 0.1.3
Summary: An AutoChess (Battler) where you compete with Space Mining Robots
Home-page: https://github.com/SuperCowPowers/sagemaker_sandbox
Author: SuperCowPowers LLC
Author-email: support@supercowpowers.com
License: Apache License 2.0
Keywords: AutoChess,Battler,Python,PyGame
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE

<img align="right" style="padding:0px" src="docs/images/big_spider.png" width="320">

# Space Mining Robots
An AutoChess (Battler) where you compete with Space Mining Robots. This is a game about programming (Python) a set of 'bots' with simple behaviours and then just letting them go. It's a bit like Conway's game of life on zoomies (https://playgameoflife.com/). Anyway we just started.. hopefull will be kewl...
    
## Installation
```
pip install space_bots
```

## Screen Shots
<img style="padding:0px" src="docs/images/screen_shot_1.png">

## Videos
The whole point of the game is to mine resources and protect the miner. The more Z-Nite (future mineral) you mine the more ships/upgrades you can make. To protect the miner you have a 'dungeon group' and yes classes matter.. a group of DPS would get wiped quickly.
- Healer = Green
- Tank = Blue
- DPS = Fuchsia
- Miner = Yellow

Narration:
- The Zerg enemy comes in, tank takes position up front. The miner is trying to get his job done (with extra hazard pay). The healer stays protected and heals from the back. At some point the tanks almost dies, throws a protective shield on himself. The healer tries to keep up with the damage but eventually we lose the tank. But the miner is safe so we live for the next wave...

https://user-images.githubusercontent.com/4806709/186267346-2d81aa5f-42f6-4da1-8d6b-2cbaca48e93e.mov

