Skip to content

This is a CTIS 221 - Object Oriented Programming Term Project.

License

Notifications You must be signed in to change notification settings

davutD/Game-Genre-DB-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a CTIS 221 - Object Oriented Programming Term Project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%