This project is a simple XP (Experience Points) Tracker created for the CSC360 course at Neumont College of Computer Science. It was built to demonstrate C# programming concepts, including object-oriented design, event handling, and graphical user interface (GUI) development. Each branch may represent different labs, exercises, or feature expansions related to coursework.
Option 1: Open in Visual Studio 2022
- Clone the repository:
- bash
- Copy
- Edit
- git clone https://github.com/yourusername/CSC360_LIBRARY.git
- Open the solution file XPTracker.sln in Visual Studio 2022.
Build and run the project using F5 or the "Start Debugging" button.
Option 2: Run the Executable
- Navigate to the bin/Debug or bin/Release folder after building.
- Run the generated XPTracker.exe file.
- Visual Studio 2022 (or newer)
- .NET 6 SDK (or the version specified in the project)
- Windows OS (to run the compiled executable)
No external libraries beyond .NET are required unless otherwise specified in a specific branch.
- This repository does not include compiled binaries (.exe) to keep the project clean.
- Make sure always to pull the latest branch corresponding to the lab or assignment you are working on.