GitXplorerGitXplorer
Q

entellect-challenge-bot-2018

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b154d1e1d8311f02bd6ea7056bea014471af070a

Ignore the existence of Tesla towers

QQuiescent committed 6 years ago
Unverified
0b37b38c60c99075586e7c1835c2687c683ee39a

Revert "Add the Tesla tower back to the interpreter"

QQuiescent committed 6 years ago
Unverified
a02e3dedfcfc3853d4427dba1ca9d78fd0fbe654

Add the Tesla tower back to the interpreter

QQuiescent committed 6 years ago
Unverified
da3ab01b7873285e9314d3e8e08c317f536e4b9a

Instrument the command choices

QQuiescent committed 6 years ago
Unverified
304d02e82d87e91586adaa8aca1292996c6a87c0

Fix silly iron curtain bug

QQuiescent committed 6 years ago
Unverified
f3856c99ea7cc916d89a29516a6e942795041069

Set the core count to 4

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.