Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a9na/game-database
- Owner: a9na
- Created: 2023-07-22T21:58:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:34:05.000Z (9 months ago)
- Last Synced: 2024-04-18T19:12:38.010Z (9 months ago)
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.