Skip to content

akoul02/rainbow_hit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rainbow_hit

Project Description

HSE miem 2019 python project.

How to run

Cd to sources and run python3 main.py

Game information

Tweakable settings

Game steps

  1. The game is fully emulated using the "server" module
  2. The game is visualized using the "client" module

Running game

  • You can write custom python scripts for each of the bots inside this directory: ./rainbow_hit/sources/server/game/bots_code/bot_scripts_sync/. The code must be written inside a wrapper class BotActivity, which should contain function perform. In file ./rainbow_hit/sources/server/game/bots_code/config.py write names of preferred scripts in variables p1sc and p2sc.

Game screenshots

StartGame Gameplay GameOver

About

HSE miem 2019. Python project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages