GitXplorerGitXplorer
Q

entellect-challenge-bot-2018

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b0f06271e04046638a9570d65a58f7b4c4ab5587

Revert "Experiment with conditional collision"

QQuiescent committed 6 years ago
Unverified
41a2de5329e7b4ff2990cee944a20b235c824a9d

Experiment with conditional collision

QQuiescent committed 6 years ago
Unverified
d46e7fde666c0f4a6b5568a1b368e2f44c32a475

Improve instrumentation of search space top function

QQuiescent committed 6 years ago
Unverified
2fa9d7f66a20eab3e82fc472889d35cc5975ee3e

Build the sneaky attack tower at the front

QQuiescent committed 6 years ago
Unverified
007f17ddf3bf99c82310219352f46dc553edef08

Speed up random move selection

QQuiescent committed 6 years ago
Unverified
06318247cf04d89369643d0fd51f5763e636935b

Add the sneaky opening move

QQuiescent committed 6 years ago

README

The README file for this repository.

Haskell Sample Bot

Haskell is a purely functional programming language. You can find out more about Haskell here.

Environment Requirements

Install the Haskell Platform and ensure that the stack executable is on the path.

Building

Simply run:

stack install --local-bin-path bin

to build the binary and put it into a folder in the root of the project called bin.

Running

Haskell creates native binaries so you can simply run:

./bin/EntelectChallenge2018-exe

from the command line to invoke the bot program.