Skip to content

It's a game where you programm a swarm of intelligent units.

Notifications You must be signed in to change notification settings

thejozika/swarm-tactics

Repository files navigation

swarm-tactics

A game where you can program 2 swarms to fight and learn. you programm your control units in the files red_team.py and blue_team.py. In the environment file you can set some environment-Variables.

To run the game just open a console at the location and install numpy [if not already installed]
with pip install numpy.
Then you can just run python main.py
After that you can run python -m http.server 8080,
then you will see the game. (after completion of main.py)

you are able step through or just run it automatically.

I suggest starting with Tutorial 2,there you can see the Sensor input that you will get for your brains to programm.

About

It's a game where you programm a swarm of intelligent units.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published