Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.12 KB

File metadata and controls

33 lines (18 loc) · 1.12 KB

🎮💾 Game Database Management System

This is an improved version of my final project for a Programming || course. It serves as a simple database for managing game information. It includes features such as adding, displaying, searching, updating, and deleting games.

Languages & technologies used:

C

Features:

Add a new game: Allows you to add a new game to the database.

Display all games: Shows a list of all games currently in the database.

Search game by ID: Searches for a game by its unique ID.

Search game by title: Searches for a game by its title.

Sort games by price: Sorts the games in ascending order based on their price.

Update a game: Allows you to update the information of an existing game.

Delete a game: Deletes a game from the database.

Change filename: Lets you change the name of the database file.

Delete file: Deletes the entire database file.

Exit the program: Exits the program.