Game Store Management System
A comprehensive C# console application with SQL Server backend for managing a game store, including inventory management, player profiles, and store operations.
Overview
This application provides a complete solution for game store management through an intuitive console interface. It allows store owners to manage their inventory, track items, and handle player interactions while maintaining all data in a robust SQL Server database.
Features
Store Management
Create and Manage Stores: Add new store locations with detailed information
Inventory Management: Add, update, and track items with cost and stock information
Store Operations: Display all stores and remove stores as needed
Player Mode
Player registration and profile management
Browse available games and store inventory
Purchase system with inventory tracking
Database Integration
SQL Server backend for data persistence
Relational database design for stores, items, and players
Efficient data retrieval and manipulation