Sloths / Project-Three

Repository for Project Three
0 stars 0 forks source link

Project Three - Virtual Robot Treasure Hunt 2.0

The task we decided to implement was the Advanced scenario. The specification requirements were to allow the user to select the robot's position and set the countdown value. Also the user should be able to choose and place the treasures for the robot to find in the arena. The collected treasures should be put into a list and be sorted once the countdown reaches zero. Furthermore hidden traps should be placed in the arena and if encountered by the robot, the last treasure collected should be removed from the list and the treasure's point value should be deducted from the total points.

Installation

The program can be run from the Python compiler IDLE, when the program runs you will be shown the GUI shown below. To run the virtual robot treasure hunt enter a time limit, select a starting point and then drag and drop some treasure into landmarks. The screenshots below show the programs initial start and the virtual robot finding treasure.

Initial Start

Running

Future Enhancements

Due to time issues we were unable to finish the program to the standard we had hoped for, however we have created a list of enhancements that we would implement if we had a larger time scale.

Credits

Person Role
Chris Robot Movement
Gurjeet Treasure, Image
Harry GUI, Traps & Sorting
Jessica Countdown
Raz Robot Thoughts
Adam Robot Starting Points

License

The MIT License (MIT)

Copyright (c) 2015 Sloths

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.