Giter Site home page Giter Site logo

pb95-clone's Introduction

Progressbar95 clone

A Progressbar95 clone written in QuickBasic!

It only runs in SCREEN 0 and automatically adjusts to your display size, so no fancy graphics card needed.

Compiling

As far as I know it only runs in VB4DOS, as that's what I use as my IDE. But, it likely would work with QB64 and possibly QB45 with enough effort.

OH and also, you need to load VBDOS.QLB (which is bundled) before running it via the command line:

vbdos /L VBDOS.QLB

For older computers

If the display is flickery, you may need to change some options to make the game run faster.

  • First thing you could do is optimize your emulator or look for options to adjust the CPU speed (if using one.)
  • Another thing you could do is try to compile it. Go to the Run menu and select Make EXE File...
  • Displaying dialogs eats up alot of processing power. To disable them, comment out this block:
IF TIMER > D.Time THEN
  D.X = (RND * (ScreenWidth - DialogWidth) + 1)
  D.Y = (RND * (ScreenHeight - DialogHeight) + 1)
  D.Type = RND * 3
  D.Time = TIMER + ((RND + 1) * 10)
  D.Var = 0
END IF
  • Alternatively, adjust the FPS value in CONFIG.BI. Ususally a value of 30 does the trick, but for really old computers you may need to use 15.

pb95-clone's People

Contributors

aouwt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

markverb1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.