justi2023567 / CodeFactory

Factory game where you can manually program robots using real code
0 stars 4 forks source link

Flying Robots #4

Open justi2023567 opened 1 year ago

justi2023567 commented 1 year ago

Program a flying robot to scout the area to uncover more of the map and program a flying robot to drop down to collect items, the robot can carry a max of 5 items with no upgrades.

Brand24376 commented 9 months ago

Robot that flies around to uncover more of the map will be called explorationbot and is a seperate robot from the robot that flies around and drops down to collect items which will be called flybot.

Brand24376 commented 9 months ago

For now flybot will bring the item directly to the player and only then would it be added to the player inventory. In the future, flybot will bring the item to a designated conveyor belt which will have armbots thats main purpose is to sort out and siphon the items that the flybot brings.