Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 552 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 552 Bytes

GoLightRiders-StarterBot

Golang starter bot for riddles.com Light Riders AI challenge.

Bot

This bot was inspired by the python bot. Bot intelligence goes into bot.go in play() method. Currently the bot moves randomly.

Run locally

Open a console in your repository and execute: go run *.go to run the bot, there are inputs samples in main.go.

Other Go starter bot

Another Go bot here with instructions on how to settle your environment.