Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.04 KB

GW-Basic-programs

Contains the following 3 programs:

  1. WWD.BAS -> Wrongway Wrider Game
  2. ANA9.BAS -> Animated analog clock
  3. QUIZ.BAS -> A General Knowledge quiz game

DEMO

Wrongway Rider Game Wrongway Rider Demo Image

Analog Clock Analog Clock Demo Image

Instructions

  1. Download PC Basic
  2. Install PC Basic and note the installation directory
  3. Clone this repository to yout PC
  4. Important! Move all the contents of this repository directly to the PC basic installation directly (where the pcbasic.exe executable file exists)
  5. Now open pcbasic.exe (pc basic emulator application)
  6. Type LOAD "WWD.BAS" (or any other program file name like: LOAD "ANA9.BAS"
  7. After program is loaded and OK prints, then type RUN to run the program
  8. Type LIST 10-200 to view source code from line no 10-200 for example