The Global Warming Online Game based on Shortest Route Algorithm.
The rules of the game are pretty simple:
- Each cell represents an activity to be completed in order to link the first and the last cell in one continuous path.
- The numbers in each cell indicate the amount of natural resources consumed (i.e. carbon footprint) by each activity.
- Design a path using the least number of resources.
- Use single-step vertical and horizontal hops only.
- To backtrack, re-click on the last highlighted cell.
Reduce your carbon footprint. Save the world!