Skip to content

dreyyan/Project.5.Exodia

Repository files navigation

[ PROJECT DETAILS ]

Project: Exodia
Project Code: 00005
Author: dreyyan
Language: C++
Date Started: 04/07/2025
Date Finished:


[ INSTRUCTIONS ]

  1. Set launch size (command prompt) to 60 x 22.

[ DEVELOPER'S NOTES ]

// 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

About

[ Text-based Fantasy RPG ]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages