DatalogiForAlle / AgentsPy

Agent-based simulation for education in Python
GNU General Public License v3.0
5 stars 0 forks source link

Make agent.rotate an alias of agent.right #105

Closed dybber closed 3 years ago

dybber commented 3 years ago

It's the same functionality, but when you just want to rotate with a positive/negative degree it makes more sense if there's a general rotate function. It's unnatural to call agent.right(angle_variable) to turn left when the variable is negative