Does anyone have a list of competitive programming challenges like this? Specifically where you're programming a board game against other algorithms. Googling "competitive programming challenges" doesn't yield a lot of good results. I'm aware of http://fruitbots.org/ , which I had a lot of fun with.
Battlesnake – Competitive Snake Games over HTTP
11–20 of 55 posts
Re: Battlesnake – Competitive Snake Games over HTTP
#12Does anyone have a list of competitive programming challenges like this? Specifically where you're programming a board game against other algorithms. Googling "competitive programming challenges" doesn't yield a lot of good results. I'm aware of http://fruitbots.org/ , which I had a lot of fun with.
Re: Battlesnake – Competitive Snake Games over HTTP
#13Just curious, what would be the best hosting option for beginners to use for their snake API server?
Alternatively aws offers 12 months limited 'free' usage on many of its services last time I checked - you should be able to use their most basic ec2 instance within that free tier I believe
Re: Battlesnake – Competitive Snake Games over HTTP
#14Re: Battlesnake – Competitive Snake Games over HTTP
#15Does anyone have a list of competitive programming challenges like this? Specifically where you're programming a board game against other algorithms. Googling "competitive programming challenges" doesn't yield a lot of good results. I'm aware of http://fruitbots.org/ , which I had a lot of fun with.
Re: Battlesnake – Competitive Snake Games over HTTP
#16Does anyone have a list of competitive programming challenges like this? Specifically where you're programming a board game against other algorithms. Googling "competitive programming challenges" doesn't yield a lot of good results. I'm aware of http://fruitbots.org/ , which I had a lot of fun with.
Re: Battlesnake – Competitive Snake Games over HTTP
#17Just curious, what would be the best hosting option for beginners to use for their snake API server?
Re: Battlesnake – Competitive Snake Games over HTTP
#18Just curious, what would be the best hosting option for beginners to use for their snake API server?
Historically, they've recommended Heroku... however, their dynos have a cold-start problem, causing your snake to sometimes timeout. I would recommend using an AWS free-tier instance if you have the option.
Re: Battlesnake – Competitive Snake Games over HTTP
#19Does anyone have a list of competitive programming challenges like this? Specifically where you're programming a board game against other algorithms. Googling "competitive programming challenges" doesn't yield a lot of good results. I'm aware of http://fruitbots.org/ , which I had a lot of fun with.
Re: Battlesnake – Competitive Snake Games over HTTP
#20Does anyone have a list of competitive programming challenges like this? Specifically where you're programming a board game against other algorithms. Googling "competitive programming challenges" doesn't yield a lot of good results. I'm aware of http://fruitbots.org/ , which I had a lot of fun with.
I found the following while browsing AlternativeTo, it might be nice to fill in the others as well: https://codecombat.com/, https://robocode.sourceforge.io/,