Project: Exodia
Project Code: 00005
Author: dreyyan
Language: C++
Date Started: 04/07/2025
Date Finished:
- Set launch size (command prompt) to 60 x 22.
// 1. Compilation
// g++ -o test main.cpp utility.cpp game.cpp -lsfml-audio -lsfml-system
// 2. Run executable(.exe) in external console
// Note: Edit path to your project
// CMD:
// start cmd /k "test.exe"
// PowerShell:
// Start-Process "powershell.exe" -ArgumentList "-NoExit", "-Command", "C:\Code.projects\Project.5.Exodia\test.exe