Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a9na/game-database

Game database, my improved final project for a Programming || college course
https://github.com/a9na/game-database

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🎮💾 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](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge&logo=c&logoColor=white)

### 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.