Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

77%
+5 −0
Q&A Getting started with making (and/or solving) KOTH challenges

About King of the Hill King of the Hill (KoTH) is a relatively straightforward concept: Entrants create bots; bots compete against each other. Making a KoTH challenge The exact details of the co...

posted 2y ago by Moshi‭

Answer
#1: Initial revision by user avatar Moshi‭ · 2021-08-02T05:46:07Z (over 2 years ago)
## About King of the Hill

King of the Hill (KoTH) is a relatively straightforward concept: Entrants create bots; bots compete against each other.

## Making a KoTH challenge

The exact details of the competition can be pretty much anything you want, as long as there is a clear win condition. The most common format is a round-robin point based format, where every bot plays against every other bot and the winner is the one who wins the most points. 

You must also have a controller that can actually run the game, for obvious reasons.

## Entering a KoTH challenge

The gamemaster will tell you the goal of the game in their post, what language it uses, and what the entry format is (class, function, etc.) as well as the entry closure date.

If you want to test your bot against others, you can copy the controller that the gamemaster provides and start simulating the game.