The Seeker is JRPG style ASCII art game run in console.
The project is an open-source project, written in C.
If you want to contribute, first, you must download FMOD Engine, which is use for Sound System.
The latest version of FMOD Engine is not allowed. You must download FMOD Engine 2.01.05 windows version here.
It is recommended to use Visual Studio 2022 IDE.
This project is only avaliable for window system. The other OS has not been tested.
First, you must download FMOD Engine 2.01.05 window version here.
The latest version of FMOD Engine has changes in function usage, causing source code to not function properly when used.
If you use Visual Studio 2022 IDE, you must set the directory of FMOD.
-
Project -> Property -> V/C++ directories -> Include Directories : Add the path to the "inc" folder of the FMOD Engine.
C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\core\inc;
-
Project -> Property -> Linker -> General Property Page -> Additional Library Directories : Add the path to the "lib\x86" folder of the FMOD Engine.
C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\core\lib\x86
You must use x86. not x64.
-
Project -> Property -> Linker -> Input Property Page -> Additional Dependencies : Add "fmod_vc.lib".
fmod_vc.lib
Now you can use FMOD Engine to the project.
Set the Debug mode x86. If you use x64 to build this project, it could have compile error.
Releas mode is same as Debug mode.
Post feature requests and feedback here.
Download the latest realeased version here!
If you want to play it, you must download release version of The_Seeker.zip.
Unzip the zip file and run TheSeeker_1.exe as Administrator.
If you do not run it as Administrator, the game screen could appears broken.