Skip to content

Dolphin-Tech-2/Human-Machine_Strategy-Game

Repository files navigation

Human-Machine_Strategy-Game

How run the game

1. Clone the repository

git clone https://github.com/Dolphin-Tech-2/Human-Machine_Strategy-Game.git

2. Init environment

cd Human-Machine_Strategy-Game
python3 -m venv env
source env/bin/activate

3. Install the requirements

pip install -r requirements.txt

4. Run backend:

python3 manage.py runserver

5. Run frontend:

cd Frontend-Project
npm install
npm run dev

About

Exciting strategy game developed in Python that pits players against artificial intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors