Rename robot
type to be more inclusive
#931
Labels
C-Low Hanging Fruit
Ideal issue for new contributors.
G-Robots
An issue having to do with robots.
S-Nice to have
The bug fix or feature would be nice but doesn't currently have much negative impact.
Z-Refactoring
This issue is about restructuring the code without changing the behaviour to improve code quality.
Z-User Experience
This issue seeks to make the game more enjoyable to play.
Internally to the game implementation, anything that runs a program is a "robot". However, to the player, there are robots (things they build and program), and there can also be other kind of active things like aliens, animals, ... In particular I'm thinking about the
meet
command which will return arobot
value (see #920), but you should be able to use it tomeet
aliens, animals, etc. So I'm wondering if we want to change the name of therobot
type to something more generic and inclusive, and I'm open to suggestions what we should change it to.agent
?actor
?creature
?being
?The text was updated successfully, but these errors were encountered: