Skip to content

a9na/game-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮💾 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.


About

🎮 Game database, my improved final project for a Programming || college course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages