Hacker News new | ask | show | jobs
by kroltan 2959 days ago
There are many polyglot "code games".

Off the top of my head: http://codingame.com/ - They support a lot of languages, even Rust!

I also remember an old Java application where you would write AIs for dueling bots, but I don't recall the name.

The folks at https://codegolf.stackexchange.com/ also host several games like that, more often than not competitively, however, and not open-ended or "singleplayer" games. Most accept any language that can take stdin and print stdout.

2 comments

You are probably thinking of http://robocode.sourceforge.net/

I played this like 17 years ago and to my most pleasant surprise, the project is still alive.

> I also remember an old Java application where you would write AIs for dueling bots, but I don't recall the name.

Sounds like Robocode.