Welcome to Hide and Seek ๐Ÿ™ˆ๐Ÿƒ

Congratulations to Joe Cai for winning the Hide and Seek AI Competition ๐Ÿฅ‡

And congratulations to Matei Gardus for winning the hacker award ๐Ÿ’ป


This was the first ACM AI Competition, and the first of its kind at UCSD. You must use your wits and strategies, along with knowledge of programming, to effectively hide and see. Your AI must be able to play the Seeker and the Hider, and must either find and tag all hiders or hide from all seekers. Are you up for the challenge? Make sure to join our community through discord here: https://discord.gg/XsG5etY


The competition has concluded already, you can see final results here and checkout the winner interview with Joe Cai! Be sure to register to receive more updates and participate in future competitions!

replay of a match
A game of Hide and Seek where the blue Seekers swiftly find the Hiders and corner them

For details on specs, code, and how the game works, check out the github! We also love open source, feel free to contribute anything!

Competition Info

Ranking ๐Ÿ“ˆ

So you submitted your bot. What now? Check out the leaderboard to see how well your bot is doing! After submitting, you will need to give our servers some time to get around to scheduling matches for your bot.

The way we rank players is through the Trueskill ranking system developed by Microsoft. You have 3 values associated with your ranking, a score, a mu (ยต), and a sigma (ฯƒ)

Mu represents our absolute measure of your bot's skill. Sigma represents our confidence in that measure, with lower meaning higher confidence. Your score is then calculated as ยต - 3 * ฯƒ and all players are ranked according to that

To calculate final rankings for prizes, we close the submissions after the deadline and will use the latest bot you submitted. We reset all rankings and run the whole tournament for 3 days to get a more accurate depiction of the true skill levels of each bot through many many matches.



Prizes ๐Ÿ†

At the moment, we have two prizes of $30 Amazon Gift cards for two categories

Overall Winner

$30 Amazon Gift card given to the highest ranking player. An email with the code will be sent to the player and will be recorded in ACM AI's history books! The highest ranking is explained above in the ranking section

Best hacker

$30 Amazon Gift card given to competitor who demonstrates (without actually doing anything malicious) the best reproducible hack into our competition systems. An email with the code will be sent to the player and will be recorded in ACM AI's history books!



Rules / Code of Conduct

  1. We Treat each other with respect. ACM is an all inclusive community. We accept and welcome people of all backgrounds and skill levels. Harassment, hate speech, and verbal abuse are STRICTLY prohibited and will result in an immediate ban from the competition.
  2. Any hacks, while encouraged to be sought out, must not actually be performed. We ask that you demonstrate it is possible, but to not actually perform said hack and you send the demonstration and code to us at ai@acmucsd.org. Moreover, you may not submit bots that perform the hack on the competition, we do not condone malicious activity. This includes but is not limited to, shutting down our servers, removing our files, reading other competitor's code etc.
  3. You are not allowed to open source your bot code until the conclusion of the competition as will be stated in this document and the website ai.acmucsd.com. You may talk about it with other competitors but we ask for the integrity of the competition that you don't share it.
  4. Have fun!