You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read it carefully, there are many helpful tidbits hidden in here.
6
-
7
-
Especially the [tips & tricks section](tips_and_tricks) down below and the tip boxes in the [Core Library Pages](core_library/README) can be incredibly helpful.
8
-
9
-
Reading the documentation sucks, but it was handwritten to be as helpful as possible and is worth a skim. If there was a question that the documentation didn't answer, please let us know so we can tell you and improve the documentation.
1
+
> 🤗 Welcome to the Official CORE Wiki, Documentation & Reference 📚
10
2
11
3
# 👾 What is CORE?
12
4
@@ -20,10 +12,6 @@ You can receive gems by having your units attack the gem deposits on the map or
20
12
21
13
# 🚀 Getting Started with Your Own CORE Bot
22
14
23
-
To start building your own CORE bot, ensure you've completed the following prerequisites:
24
-
25
-
### Prerequisites
26
-
27
15
1.**Be a Registered CORE Participant/Team** ✨
28
16
- Visit our website, [COREGAME.de](https://coregame.de/), sign up, join the right event, and add your team members.
29
17
@@ -33,25 +21,17 @@ To start building your own CORE bot, ensure you've completed the following prere
33
21
3.**Follow the README in the repository** 📧
34
22
- Basically, run `make devcontainer`, and then you can get started! Compile using `make`, visualizer to view the games is under `localhost:4000`, everything in `src/` will be compiled into your bot.
35
23
36
-
🎉 **You are now ready to start coding!** 😎
37
-
38
24
4.**Push some code!** 🔝
39
-
- The code you pushed will be used to execute games in the queue and in the final tournament. So make sure to push your code regularly and use to queue to test your bot against other participants!
40
-
41
-
### 🔎 Get into Core Game!
42
-
43
-
Look at all the different [Core Game Library Info Pages](core_library/README) in the sidebar to get sense of how things work! This wiki is your key to the trophy. 🏆
44
-
45
-
### Play and test against other Teams 🎮
25
+
- The code you pushed will be used to execute games in the queue and in the final tournament. So make sure to push your code & test it against other players regularly!
46
26
47
-
Once the default test bot is too boring and you always win, feel free to share your compiled bot with other teams and play against them. You can do this via the queue feature on the website or locally. Of course, you can't force them but it might benefit both of you to see your bots in _real_ action.
48
-
49
-
# 🏆 To win the event
50
-
51
-
> Don't overcomplicate things! Simple but well-balanced bots may often reign over overcomplicated but ineffective bots.
27
+
🎉 **You are now ready to start coding!** 😎
52
28
53
-
> Play against other players as often as possible!
29
+
# 🏆 The Five Sacred Laws of Core Game Victory 👑
54
30
55
-
> Have fun! Don't take things too seriously & be nice to each other. Embrace the good vibes in a friendly competition! ⚡️
31
+
1.**Simplicity is Strength** - A simple, balanced bot will crush an overcomplicated mess. Build, test, refine — step by step, one small feature at a time.
32
+
2.**Battle is the Best Teacher** - No plan survives first contact. Face off against others as often as possible; every loss is data, every win is progress.
33
+
3.**Knowledge is power** - Master the documentation, understand every function you wield. A wise coder outplays a reckless but fast one every single time.
34
+
4.**Unity is Might** - Team up if you can. Two brains debug faster than one, and strategy thrives on collaboration.
35
+
5.**Have fun!** - Don't take things too seriously & be nice to each other. Embrace the good vibes in a friendly competition! ⚡️
Copy file name to clipboardExpand all lines: wiki/documentation/website_setup.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@ This page is focused around making sure your bot can properly run on the website
2
2
3
3
> Generally, you don't need to worry about going through this page, just test that your bot runs on the website once and you'll be fine. As long as you keep the folder name `my-core-bot` and not modify the `my-core-bot/Makefile`, your bot will run fine on the website. If your bot doesn't run on the website though, this is the page for you.
4
4
5
-
> For more details read this. Website runs are stricter than local.
6
-
7
5
# What the Website Expects
8
6
9
7
-**Repository layout**: Your bot source must live at `my-core-bot/` at the repo root.
0 commit comments