No description
Find a file
Dimitri Merejkowsky 4bb6a1db55
Merge pull request #1 from micwoj92/master
remove redundant import, bump dependencies
2022-07-09 21:58:50 +02:00
python Add Python implementation 2019-11-17 14:22:55 +01:00
rust remove redundant import 2022-07-09 19:36:28 +00:00
README.md Update README.md 2019-11-17 14:28:00 +01:00

Robots

Trying and model the real world in code.

Your are a developer inside a robot factory. Your task is to manage robot settings. Here are the rules:

  • When robots come off the factory floor, they have no name.

  • The first time you boot them up, a random name is generated in the format of two uppercase letters followed by three digits, such as RX837 or BC811.

  • Every once in a while we need to reset a robot to its factory settings, which means that their name gets wiped. The next time you ask, it will respond with a new random name.

See blog posts: