A simple windows application that utilizes the Call of Duty®: World War II public API to display users stats and leaderboards.
While the game has been released for quite a while, I wanted to serve the Call of Duty Community with a tracker.
There may be a few issues still but I'll fix those quickly - I wanted to get this out as soon as possible.
CTR 1.0 - unreleased
- Windows XP and above (Windows XP, Vista, 7, 8, 8.1, 10) using .NET 4.7.1 Download here.
Please supply as much information about the problem/feature as possible.
All contributions are welcome just send a pull request. It is recommended to use Visual Studio 2017 when making code changes in this project.
Call of Duty Tracker is an unofficial fan application. We are not affiliated with Activision. Activision owns everything Call of Duty related. All other trademarks and trade names are property of their respective owners.
- Add global leaderboards window
- Users leadboards tab (in progress)
- Get percentage of users stats using leaderboards (percentiles)
- Nicer header/menu for the top search bar
- Active profile tab titles
- Add filters to leadboards (Time & Gamemode)
- Add previous/next page buttons to leaderboards (done)
- Leadboards row click event should search/display selected username (or not)
- Compare two users profiles window, maybe side-by-side view
- Next prestige calculator (maybe using monthly stats to get average time played)
- Some graphs/charts (time played, kd ratios, etc.)
- Users emblem (if I can scrape their API)
- Create a proper logo (made a simple one for now)
- Needs lots of improvements throughout code, needs async functions too
- Cleanup/simplify code, resources and dependencies