Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

leppie/IronSchemeBotRunner

Repository files navigation

IronSchemeBotRunner

IronScheme bot template for https://github.com/EntelectChallenge

This implements the same functionality as the C# basic bot, taking random actions.

A scheme library (space-invaders) wraps the most useful functionality to run the bot.

Tested on VS2015 CTP 6.

Build instructions

  1. Open solution in VS
  2. Build solution and allow Nuget packages to restore

Running instructions

  1. Copy everything to the player1/player2 directory in the test harness
  2. For first run or if space-invaders.sls is modified, run compile.bat
  3. Run SpaceInvadersDuel.exe
  4. Improve bot by editing your bot script, then go to step 3

Initialization notes

  1. The bot runner will initialize the (space-invaders) library
  2. It will then load the content of the bot script (default: basic-bot.sps) and execute it
  3. The last expression's result will be written to the move.txt file

Other notes

About

IronScheme bot template

Resources

License

Stars

Watchers

Forks

Packages

No packages published