Skip to content

iTomkinas/programming-game-engine

Repository files navigation

Programming game

test

How the game works?

  1. Map is generated with bases randomly populated in it. There are different distances between each base.
  2. User gets assigned one of the base with certain amount of units in the base.

How to win the game?

nobody

How to write bot

To write bot - Player interface has to be implemented:

interface Player {  
  
    fun executeActions(map: Map): List<PlayerAction>  
  
    fun getId(): String  
  
    fun getName(): String  
}

bot test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages