Skip to content

jgasyna/combat-system

Repository files navigation

COMBAT SYSTEM GAME

This project contains source code for an automated combat game. It could be modified to include interactive play, and a 3 dimensional game board

Dependencies and Deployment of the application

Currently there are no dependencies. It can be deployed a number of ways.

Regular old Python script: Python 3

pip3 install -r requirements.txt
python game_play.py

Dockerized: If you have docker installed.

docker-compose up --build

Virtual ENV (Not currently supported)

About

Dungeons and dragons game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published