Skip to content

Commit 615a0ed

Browse files
author
Jude Hungerford
committed
Merge remote-tracking branch 'upstream/epsilon' into epsilon
2 parents b2740dc + c1f97fc commit 615a0ed

File tree

280 files changed

+14148
-9229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+14148
-9229
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
.metadata
77
*.buildpath
88
submissions/*
9+
maps/*
10+
server_info.py
11+
server_info.php

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "ants/dist/starter_bots/c"]
55
path = ants/dist/starter_bots/c
66
url = https://github.com/flagcapper/GoogleAI-Ants-Starter-Pack.git
7+
[submodule "ants/dist/starter_bots/haskell"]
8+
path = ants/dist/starter_bots/haskell
9+
url = https://github.com/qacek/ants-haskell.git

INSTALL.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
* Install Ubuntu 11.04
44
* Install git and a few of your favorite admin tools
55
* Create the `contest` user
6+
For Ubuntu: `sudo useradd -d /home/contest -m -s /bin/bash contest`
7+
* Switch to contest user: `sudo su contest; cd ~`
68
* `git clone` the repository inside
7-
* Initialize the git submodules, see the README for more details.
9+
* Initialize the git submodules. `git submodule init; git submodule update`
810
* `sudo python setup/server_setup.py`
911

1012
* Leave blank for root mysql password (TODO: Fix this) if there's no mysql installed (change it later after install).
1113
* Website hostname option is used by the apache host setup, do not include port in there.
12-
13-
* Configure email sending, change website/server_info.php
14-
15-
* set "mailer_address" => "donotsend" if you do not want emails

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Initializing the git submodules:
2424
Installation
2525
---------------
2626

27-
Follow `INSTALL.md`.
27+
Follow [INSTALL.md](https://github.com/aichallenge/aichallenge/blob/epsilon/INSTALL.md).

ants/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.hg
22
*.hgignore
3-
output
3+
game_logs

0 commit comments

Comments
 (0)