Skip to content

GastonGonzalez/adventures-of-gasin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Adventures of Gasin

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.

Prerequisites

  1. QBasic Executable (qbasic.exe) - I am pretty sure I can't distribute it, I hope you have a copy.
  2. DOSBox - You'll need a DOS emulator to run QBasic.

Running Adventures of Gasin

  1. Clone the GitHub reposistory.

     $ git clone https://github.com/GastonGonzalez/adventures-of-gasin.git
    
  2. Copy your copy of 'qbasic.exe' to 'adventures-of-gasin/gasin'

  3. Start DOSBox.

  4. Mount 'adventures-of-gasin' as your C: drive.

     Z:\> mount c <path to 'adventures-of-gasin'>
    
  5. 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
    
  6. From QBasic, select 'Run' > 'Start'

About

My first QBasic program - A title-based RPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors