GitXplorerGitXplorer
Q

entellect-challenge-bot-2018

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a0c0b86542953327df7e8e8bb1e895f0a12218d6

Shorten the opening book and play for game state

QQuiescent committed 6 years ago
Unverified
1dcc252c9f24a5ca42212ea86b84ed0b027770b3

Change the opening book length to 13

QQuiescent committed 6 years ago
Unverified
3435e825f007c2277f68265f99372948b9895687

Make the opening book scalable

QQuiescent committed 6 years ago
Unverified
6e92307f3b486f42e4112fd6fbdc285e70e548b4

Revert "Add the sneaky opening move"

QQuiescent committed 6 years ago
Unverified
cdcbb10a419db758376400dd7ca6f164d73577a0

Revert "Build the sneaky attack tower at the front"

QQuiescent committed 6 years ago
Unverified
aebcaa2fbf125563a24e7694d40bfd92124385b3

Revert "Speed up random move selection"

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.