Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 2.36 KB

README.md

File metadata and controls

39 lines (23 loc) · 2.36 KB

Game Genre DB System

The Game Genre System lets you display the games on the database according to their price or name, search the games, add them to the database according to their genres, and remove them from the database.

Contributors

Alper Çelik, Davut Durmaz and Doruk Akabay.

How Have I Contributed to This Project?

  • Took data from steamdb.info to a CSV file using Python, then converted it to a txt file.
  • Wrote an algorithm in Java to add games into the database according to their type using multiple frames and complex options.
  • Utilized necessary Data Structures into system Java file using Object Oriented Programming. Wrote necessary GUI (JFrame) implementations for searching, displaying, removing, and adding games to the database.

UML Class Diagram

0


The Project

1start

2gameframe

3

4displayallgames

5dispbyprice

6dispbyname

7searchgame_1

7searchgame_2

8addgame

9removegame