Media Summary: PC-BASIC emulator is running 3 or 4x the speed of normal I toyed with my old code, and noticed I was setting X and Y velocities independently, which was causing a cross shape effect. Using the PAINT command, you can give a binary pattern as a string, which is created with the STR$() function. This allows a ...

Explosi2 Bas Gw Basic Colored - Detailed Analysis & Overview

PC-BASIC emulator is running 3 or 4x the speed of normal I toyed with my old code, and noticed I was setting X and Y velocities independently, which was causing a cross shape effect. Using the PAINT command, you can give a binary pattern as a string, which is created with the STR$() function. This allows a ... This is likely my very first line drawing routine. It's not Bresenham's line algorithm by any means, but it is my own invention of ... First attempt to us bitmapped graphics (320x200 x 4- This was previous to my understanding how to access the 320x200 16-

I made this after learning about the PAINT command's ability to tile with a pattern stored in a string (which is used to store binary ... This was an amazing ability at the time when I discovered how to sort lists. I thought it was so incredible that the computer could ... BASIC PROGRAMMING CODES FOR ADDITION, MULTIPLICATION, SUBTRACTION AND DIVISION IN GW BASIC OR PC BAS

Photo Gallery

EXPLOSI2.BAS - GW-BASIC, colored particle explosion #2
EXPL2021.BAS - GW-BASIC, 2021 refactor: 16-color explosion version
MIX*.BAS - GW-BASIC, mix 16-color in 320x200 & 4-color in 640x200
EXPLOSI3.BAS - GW-BASIC, particle explosion lines #3
LINESUB.BAS - GW-BASIC, line drawing subroutine
EXPLOSIO.BAS - GW-BASIC, particle explosion #1
GWBASIC CIRCLE.BAS
GWBASIC   THE BUS DEMO
GWBASIC With Mouse  -  Real Or Fake ?
CIRCLES1.BAS - GW-BASIC, 16-color circles in 160x200 mode
TILE-4C.BAS - GW-BASIC, 4-color tiling pattern
ALPHABET.BAS - GW-BASIC, bubble sort program
View Detailed Profile
EXPLOSI2.BAS - GW-BASIC, colored particle explosion #2

EXPLOSI2.BAS - GW-BASIC, colored particle explosion #2

PC-BASIC emulator is running 3 or 4x the speed of normal

EXPL2021.BAS - GW-BASIC, 2021 refactor: 16-color explosion version

EXPL2021.BAS - GW-BASIC, 2021 refactor: 16-color explosion version

I toyed with my old code, and noticed I was setting X and Y velocities independently, which was causing a cross shape effect.

MIX*.BAS - GW-BASIC, mix 16-color in 320x200 & 4-color in 640x200

MIX*.BAS - GW-BASIC, mix 16-color in 320x200 & 4-color in 640x200

Using the PAINT command, you can give a binary pattern as a string, which is created with the STR$() function. This allows a ...

EXPLOSI3.BAS - GW-BASIC, particle explosion lines #3

EXPLOSI3.BAS - GW-BASIC, particle explosion lines #3

The same as

LINESUB.BAS - GW-BASIC, line drawing subroutine

LINESUB.BAS - GW-BASIC, line drawing subroutine

This is likely my very first line drawing routine. It's not Bresenham's line algorithm by any means, but it is my own invention of ...

EXPLOSIO.BAS - GW-BASIC, particle explosion #1

EXPLOSIO.BAS - GW-BASIC, particle explosion #1

First attempt to us bitmapped graphics (320x200 x 4-

GWBASIC CIRCLE.BAS

GWBASIC CIRCLE.BAS

44 lines of fun.

GWBASIC   THE BUS DEMO

GWBASIC THE BUS DEMO

A short

GWBASIC With Mouse  -  Real Or Fake ?

GWBASIC With Mouse - Real Or Fake ?

GWBASIC With Mouse - Real Or Fake ?

CIRCLES1.BAS - GW-BASIC, 16-color circles in 160x200 mode

CIRCLES1.BAS - GW-BASIC, 16-color circles in 160x200 mode

This was previous to my understanding how to access the 320x200 16-

TILE-4C.BAS - GW-BASIC, 4-color tiling pattern

TILE-4C.BAS - GW-BASIC, 4-color tiling pattern

I made this after learning about the PAINT command's ability to tile with a pattern stored in a string (which is used to store binary ...

ALPHABET.BAS - GW-BASIC, bubble sort program

ALPHABET.BAS - GW-BASIC, bubble sort program

This was an amazing ability at the time when I discovered how to sort lists. I thought it was so incredible that the computer could ...

BASIC PROGRAMMING CODES FOR ADDITION, MULTIPLICATION, SUBTRACTION AND DIVISION IN GW BASIC OR PC BAS

BASIC PROGRAMMING CODES FOR ADDITION, MULTIPLICATION, SUBTRACTION AND DIVISION IN GW BASIC OR PC BAS

BASIC PROGRAMMING CODES FOR ADDITION, MULTIPLICATION, SUBTRACTION AND DIVISION IN GW BASIC OR PC BAS