Skip to content

krylov123/graph-dracula-riddles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Starter C# bot for riddle.io Artificial Intelligence competition "Ms. Hack-man"

More info about the game: https://booking.riddles.io/competitions/ms.-hack-man/

Bot description

Bot makes random move each turn, so you can check that it is actually working. Code your own logic in Brain.cs

Bot fire Events each time he receive any updates from Game Engine. Other objects (eg GameState) then Listens for that Events and updates their own state (bomb counts, player disposition etc).

Bot designed to be stateful, so you can save your "strategy" between turns if you want (instead of recalculation whole situation each time).

Debugging

You can save game dump from riddles.io in "dump.txt" at the root of that project. Then run bot with "test" parameter and it will read all commands from text file and skip those not recognized.

Useful links

Now, make something great...

About

Riddles.io competition c# starter bot for ms.hack-man

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages