For 3rd-party license-compatibilities, please refer to the information here: https://github.com/razterizer/8Beat/blob/main/README.md
A cross-platform (Lin/Mac/Win) terminal-based shooter game.
https://www.youtube.com/watch?v=6ycg91F3Pn4
https://www.youtube.com/watch?v=MCauEDtP2ZU
There are two options on dealing with repo dependencies:
Run the following command from <my_source_code_dir>
.
./Pilot_Episode/fetch-dependencies ./Pilot_Episode/dependencies
This will make sure you are running the latest stable versions that work with Pilot_Episode
.
This script was created by Thibaut Buchert.
You need the following header-only libraries that I've made:
Make sure the folder structure looks like this:
<my_source_code_dir>/lib/Core/ ; Core repo workspace/checkout goes here.
<my_source_code_dir>/lib/Termin8or/ ; Termin8or repo workspace/checkout goes here.
<my_source_code_dir>/lib/8Beat/ ; 8Beat repo workspace/checkout goes here.
<my_source_code_dir>/lib/AudioLibSwitcher_OpenAL ; AudioLibSwitcher_OpenAL repo workspace/checkout goes here.
<my_source_code_dir>/lib/TrainOfThought ; TrainOfThought repo workspace/checkout goes here.
<my_source_code_dir>Pilot_Episode/ ; Pilot_Episode repo workspace/checkout goes here.
These repos are not guaranteed to all the time work with the latest version of Pilot_Episode
. If you want the more stable aproach then look at Option 1 instead.
You also need the following 3rdparty folder with subfolders:
<my_source_code_dir>/lib/3rdparty/
<my_source_code_dir>/lib/3rdparty/include/
<my_source_code_dir>/lib/3rdparty/include/OpenAL_Soft/
<my_source_code_dir>/lib/3rdparty/lib/
<my_source_code_dir>/lib/3rdparty/lib/
should contain:
OpenAL32.lib
.<my_source_code_dir>/lib/3rdparty/include/OpenAL_Soft/
should contain:
al.h
.alc.h
.alext.h
.efx.h
.efx-creative.h
.efx-presets.h
.I will change the audio library to something like libsoundio
in the future though for licensing reasons.
Then just open <my_source_code_dir>/Pilot_Episode/Pilot_Episode/Pilot_Episode.sln
and build and run. That's it!
You can also build it by going to <my_source_code_dir>/Pilot_Episode/Pilot_Episode/
and build with build.bat
.
Then you run by typing x64\Release\pilot_episode
.
Make sure you have OpenAL-Soft installed: brew install openal-soft
.
Then goto <my_source_code_dir>/Pilot_Episode/Pilot_Episode/
and build with ./build.sh
.
Then run by typing ./bin_linux/pilot_episode
.
Make sure you have OpenAL-Soft installed: sudo apt install libopenal-dev
.
Then goto <my_source_code_dir>/Pilot_Episode/Pilot_Episode/
and build with ./build.sh
.
Then run by typing ./bin_linux/pilot_episode
.