Problem Statement
Call of Duty Modern Warfare 2 is an online Multiplayer First Person Shooter Game. Players level up on playing and unlock new guns, attachments, accessories etc. However, unlocking one item needs you to reach a certain level with another item and that item requires a certain level for another item and so on. It is a tedious process to find the whole progression path for one item in order to enjoy the game.

I realised that this boils down to a Graph problem and therefore created a small project that shows the user the entire progression path for any item in the game.
Features
> Searchable list of all the items that can be unlocked in the game
> A friendly UI to display the path
Tech Stack
Golang, Javascript
Source Code
Demo

You may also like

Back to Top