Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit b2650c8

Browse files
committed
README
1 parent 24d0fdd commit b2650c8

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

README.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Halite III Statistics & Analysis
2+
3+
⚠️ Disclaimer ⚠️: This site is a community website and is not affiliated with Halite or TwoSigma.
4+
5+
![Preview for halite2018.mlomb.me](preview.png)
6+
7+
Link to the page: https://halite2018.mlomb.me (hopefully still up).
8+
9+
In this repo you will find the source code for the site. Take in mind this website was developed **during** the competition while I was also competing so don't expect quality code.
10+
11+
The public site can be found under `/web`.
12+
Crons will not work for obvious reasons.
13+
14+
## Database
15+
16+
You can download the full database in SQL format from Google Drive:
17+
18+
https://drive.google.com/file/d/1NPpk0du8i-8s3pU0jl7oBB_9-AjsNb7B
19+
20+
SQL file zipped: 831 MB, raw SQL file: 2.37 GB, in database: 4.46 GB.
21+
22+
### Tables
23+
24+
| Table | Rows | Size |
25+
|-------------|----------|-----------|
26+
| games | 4733588 | 666.9 MiB |
27+
| games_users | 14152061 | 3.5 GiB |
28+
| historical | 3909747 | 428.7 MiB |
29+
| players | 4018 | 1.7 MiB |
30+
| stats | 1 | 16 KiB |
31+
32+
## Post-mortems & Bot Source Code
33+
34+
Here is my [post mortem](https://mlomb.me/blog/halite-iii-postmortem) and [source code](https://github.com/mlomb/halite3-bot) for this competition.
35+
36+
You can find all post mortems and source codes here in [this post on the forums](https://forums.halite.io/t/collection-of-post-mortems-bot-source-code/1335.html). ([Archived post link](https://web.archive.org/web/20200207223822/https://forums.halite.io/t/collection-of-post-mortems-bot-source-code/1335.html))
37+
38+
## License
39+
40+
MIT

preview.png

657 KB
Loading

0 commit comments

Comments
 (0)