Adventures of Gasin is a tile-based role playing game (RPG) that I developed in 1998 while in highschool. It is one of my first programs, written entirelly in Microsoft QBasic.
- QBasic Executable (qbasic.exe) - I am pretty sure I can't distribute it, I hope you have a copy.
- DOSBox - You'll need a DOS emulator to run QBasic.
-
Clone the GitHub reposistory.
$ git clone https://github.com/GastonGonzalez/adventures-of-gasin.git -
Copy your copy of 'qbasic.exe' to 'adventures-of-gasin/gasin'
-
Start DOSBox.
-
Mount 'adventures-of-gasin' as your C: drive.
Z:\> mount c <path to 'adventures-of-gasin'> -
Change to the C: drive, move into the 'gasin' directory and launch the program.
Z:\> c: C:\> cd GASIN C:\GASIN> QBASIC.EXE FINAL.BAS -
From QBasic, select 'Run' > 'Start'