Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 539 Bytes

File metadata and controls

21 lines (14 loc) · 539 Bytes

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)