Fantasy Overwatch
- shanetremel24
- Oct 3, 2021
- 1 min read
Updated: Oct 26, 2021
For my final project in one of my coding classes, I combined two things that I love. Fantasy sports and the Overwatch League, a eSport league that plays competitive Overwatch (a popular first person shooter). This coding project is a text based project using Java as the main language. This project was strictly text based. I worked with a partner on this one, however the idea and most of the main functionality of the program was all done by me. This project uses a text file filled with information about every single player in the Overwatch league (at the time I made it, some players are no longer active). The program reads that file and lets the user interact with the information on the file. You can view the players, sort them by a variety of different topics like team, preferred player, position, etc. The main point of this program however is to build a 6 man team. When you draft the program keeps track of the players position, you have to draft 2 players from each position. Below is a quick image from the program, if you'd like to see the full project, check out this GitHub page with all the code!

Comments