A bot written in a Go for a hackathon in 2013. A variation of the Rock Paper Scissors game.
In a true hackathon fashion to win at all costs:
- I used the QA on-prem servers to run my bot in addition to running it on my dev machine.
- I used a Man-in-the-Middle attack so other participants will randomly (to avoid suspicion) have their network connections paralyzed so only my bots can access the RPS server.
- I wrote the bot in Go when everyone else played it safe and wrote it in C#. I also wrote in Python and opted to use that version in the actual hackathon instead.