From 9dcddedd684fe2d0aa119e8afd894636c83eaf96 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Fri, 10 Jun 2022 20:09:02 -0500 Subject: [PATCH] Adding QBjs support (experimental). --- samples/3d-cube/index.md | 8 ++++++++ samples/bezier/index.md | 8 ++++++++ samples/binary-clock/index.md | 8 ++++++++ samples/blockout/index.md | 8 ++++++++ samples/castle/index.md | 8 ++++++++ samples/circle-intersecting-circle/index.md | 8 ++++++++ samples/circle-intersecting-line/index.md | 8 ++++++++ samples/colliding-ball-simulation/index.md | 8 ++++++++ samples/connect-circles/index.md | 8 ++++++++ samples/darokin/index.md | 8 ++++++++ samples/dropping-balls/index.md | 8 ++++++++ samples/ellipse-intersecting-line/index.md | 8 ++++++++ samples/filled-circles-and-ellipses/index.md | 8 ++++++++ samples/fire/index.md | 8 ++++++++ samples/floormaper/index.md | 8 ++++++++ samples/four-player-pong/index.md | 8 ++++++++ samples/fractal-fern/index.md | 8 ++++++++ samples/fractal/index.md | 8 ++++++++ samples/globe/index.md | 8 ++++++++ samples/gujero2/index.md | 8 ++++++++ samples/inverse-julia-fractal-explorer/index.md | 8 ++++++++ samples/julia-rings/index.md | 8 ++++++++ samples/kaleidoscope-mill/index.md | 8 ++++++++ samples/kaleidoscope/index.md | 8 ++++++++ samples/lightning-one/index.md | 8 ++++++++ samples/lightning-two/index.md | 8 ++++++++ samples/lissajous-curve-table/index.md | 8 ++++++++ samples/lissajous-screensaver/index.md | 8 ++++++++ samples/lorenz-attractor/index.md | 8 ++++++++ samples/manadla/index.md | 8 ++++++++ samples/mandelbrot-animator/index.md | 8 ++++++++ samples/mandelbrot-set-2003/index.md | 8 ++++++++ samples/mandelbrot-set-2008/index.md | 8 ++++++++ samples/mandelbrot-zoomer/index.md | 8 ++++++++ samples/maptriangle-in-3d/index.md | 8 ++++++++ samples/matrix-effect/index.md | 8 ++++++++ samples/mazes-of-misery/index.md | 8 ++++++++ samples/mini-clock/index.md | 8 ++++++++ samples/multi-mill/index.md | 8 ++++++++ samples/mystify/index.md | 8 ++++++++ samples/nibbles/index.md | 8 ++++++++ samples/particle-fountain/index.md | 8 ++++++++ samples/pattern/index.md | 8 ++++++++ samples/plasma-non-pal/index.md | 8 ++++++++ samples/qbascii/index.md | 8 ++++++++ samples/qblocks/index.md | 8 ++++++++ samples/qbricks/index.md | 8 ++++++++ samples/qmaze/index.md | 8 ++++++++ samples/qships/index.md | 8 ++++++++ samples/qspace/index.md | 8 ++++++++ samples/qtrek/index.md | 8 ++++++++ samples/raycaster/index.md | 8 ++++++++ samples/reversi/index.md | 8 ++++++++ samples/rotozoomer/index.md | 8 ++++++++ samples/sine-wave-explorer/index.md | 8 ++++++++ samples/sinecube/index.md | 8 ++++++++ samples/sort-demo/index.md | 8 ++++++++ samples/space64/index.md | 8 ++++++++ samples/splines/index.md | 8 ++++++++ samples/starfield-torus/index.md | 8 ++++++++ samples/starfield/index.md | 8 ++++++++ samples/texel-raytracer/index.md | 8 ++++++++ samples/tic-tac-toe/index.md | 8 ++++++++ samples/torus-demo/index.md | 8 ++++++++ samples/tower-of-hanoi/index.md | 8 ++++++++ samples/turtle-graphics/index.md | 8 ++++++++ samples/twirl/index.md | 8 ++++++++ samples/vortex/index.md | 8 ++++++++ samples/water/index.md | 8 ++++++++ samples/worms/index.md | 8 ++++++++ 70 files changed, 560 insertions(+) diff --git a/samples/3d-cube/index.md b/samples/3d-cube/index.md index bdaa3682..160cd62b 100644 --- a/samples/3d-cube/index.md +++ b/samples/3d-cube/index.md @@ -18,6 +18,14 @@ I'd rather make another 25 liner. ;*) Relsoft 2003 ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/3d-cube/src/3dcube25.bas) +* [RUN "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas) +* [PLAY "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas) + ### File(s) * [3dcube25.bas](src/3dcube25.bas) diff --git a/samples/bezier/index.md b/samples/bezier/index.md index 000185e7..61417980 100644 --- a/samples/bezier/index.md +++ b/samples/bezier/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "bezier.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/bezier/src/bezier.bas) +* [RUN "bezier.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/bezier/src/bezier.bas) +* [PLAY "bezier.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/bezier/src/bezier.bas) + ### File(s) * [bezier.bas](src/bezier.bas) diff --git a/samples/binary-clock/index.md b/samples/binary-clock/index.md index e2e59076..3a77a768 100644 --- a/samples/binary-clock/index.md +++ b/samples/binary-clock/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "binclock.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/binary-clock/src/binclock.bas) +* [RUN "binclock.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/binary-clock/src/binclock.bas) +* [PLAY "binclock.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/binary-clock/src/binclock.bas) + ### File(s) * [binclock.bas](src/binclock.bas) diff --git a/samples/blockout/index.md b/samples/blockout/index.md index afe2c757..c3cb5a82 100644 --- a/samples/blockout/index.md +++ b/samples/blockout/index.md @@ -14,6 +14,14 @@ A Breakout clone with DXBall aspirations. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "blockout.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/blockout/src/blockout.bas) +* [RUN "blockout.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/blockout/src/blockout.bas) +* [PLAY "blockout.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/blockout/src/blockout.bas) + ### File(s) * [blockout.bas](src/blockout.bas) diff --git a/samples/castle/index.md b/samples/castle/index.md index 16c619e4..2eda29b1 100644 --- a/samples/castle/index.md +++ b/samples/castle/index.md @@ -14,6 +14,14 @@ A turn-based artillery game by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "castle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/castle/src/castle.bas) +* [RUN "castle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/castle/src/castle.bas) +* [PLAY "castle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/castle/src/castle.bas) + ### File(s) * [castle.bas](src/castle.bas) diff --git a/samples/circle-intersecting-circle/index.md b/samples/circle-intersecting-circle/index.md index 28fb1c96..8d612f1b 100644 --- a/samples/circle-intersecting-circle/index.md +++ b/samples/circle-intersecting-circle/index.md @@ -14,6 +14,14 @@ Here we present two (equivalent) methods for calculating the intersection points between any two circles. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "circleintersectcircle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/circle-intersecting-circle/src/circleintersectcircle.bas) +* [RUN "circleintersectcircle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/circle-intersecting-circle/src/circleintersectcircle.bas) +* [PLAY "circleintersectcircle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/circle-intersecting-circle/src/circleintersectcircle.bas) + ### File(s) * [circleintersectcircle.bas](src/circleintersectcircle.bas) diff --git a/samples/circle-intersecting-line/index.md b/samples/circle-intersecting-line/index.md index 22fe5980..f4c3335f 100644 --- a/samples/circle-intersecting-line/index.md +++ b/samples/circle-intersecting-line/index.md @@ -14,6 +14,14 @@ This is an interactive (mouse-driven) demo that calculates the intersection of any line with any circle. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "circle-intersect-line.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/circle-intersecting-line/src/circle-intersect-line.bas) +* [RUN "circle-intersect-line.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/circle-intersecting-line/src/circle-intersect-line.bas) +* [PLAY "circle-intersect-line.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/circle-intersecting-line/src/circle-intersect-line.bas) + ### File(s) * [circle-intersect-line.bas](src/circle-intersect-line.bas) diff --git a/samples/colliding-ball-simulation/index.md b/samples/colliding-ball-simulation/index.md index cc7de05c..5d561961 100644 --- a/samples/colliding-ball-simulation/index.md +++ b/samples/colliding-ball-simulation/index.md @@ -14,6 +14,14 @@ Realistic collisions between sphreres in two dimensions. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "ball.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/colliding-ball-simulation/src/ball.bas) +* [RUN "ball.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/colliding-ball-simulation/src/ball.bas) +* [PLAY "ball.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/colliding-ball-simulation/src/ball.bas) + ### File(s) * [ball.bas](src/ball.bas) diff --git a/samples/connect-circles/index.md b/samples/connect-circles/index.md index 4b1498b6..fd7f5cba 100644 --- a/samples/connect-circles/index.md +++ b/samples/connect-circles/index.md @@ -14,6 +14,14 @@ Created by QB64 community member bplus. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "connectcircles.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/connect-circles/src/connectcircles.bas) +* [RUN "connectcircles.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/connect-circles/src/connectcircles.bas) +* [PLAY "connectcircles.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/connect-circles/src/connectcircles.bas) + ### File(s) * [connectcircles.bas](src/connectcircles.bas) diff --git a/samples/darokin/index.md b/samples/darokin/index.md index d9f8113e..fe186602 100644 --- a/samples/darokin/index.md +++ b/samples/darokin/index.md @@ -14,6 +14,14 @@ Created by QB community member darokin. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "darokin.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/darokin/src/darokin.bas) +* [RUN "darokin.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/darokin/src/darokin.bas) +* [PLAY "darokin.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/darokin/src/darokin.bas) + ### File(s) * [darokin.bas](src/darokin.bas) diff --git a/samples/dropping-balls/index.md b/samples/dropping-balls/index.md index c65194af..f56240d8 100644 --- a/samples/dropping-balls/index.md +++ b/samples/dropping-balls/index.md @@ -14,6 +14,14 @@ Dropping Balls an attempt to build a pile by adjusting drop rate, elasticity, and gravity. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "droppingballs.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/dropping-balls/src/droppingballs.bas) +* [RUN "droppingballs.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/dropping-balls/src/droppingballs.bas) +* [PLAY "droppingballs.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/dropping-balls/src/droppingballs.bas) + ### File(s) * [droppingballs.bas](src/droppingballs.bas) diff --git a/samples/ellipse-intersecting-line/index.md b/samples/ellipse-intersecting-line/index.md index 87ece385..c5e0b602 100644 --- a/samples/ellipse-intersecting-line/index.md +++ b/samples/ellipse-intersecting-line/index.md @@ -14,6 +14,14 @@ ... all I could think is "why stop at circles when you can do ellipses?" ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "ellipse-intersect-line.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/ellipse-intersecting-line/src/ellipse-intersect-line.bas) +* [RUN "ellipse-intersect-line.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/ellipse-intersecting-line/src/ellipse-intersect-line.bas) +* [PLAY "ellipse-intersect-line.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/ellipse-intersecting-line/src/ellipse-intersect-line.bas) + ### File(s) * [ellipse-intersect-line.bas](src/ellipse-intersect-line.bas) diff --git a/samples/filled-circles-and-ellipses/index.md b/samples/filled-circles-and-ellipses/index.md index 00cbe6f2..5cc2d8b7 100644 --- a/samples/filled-circles-and-ellipses/index.md +++ b/samples/filled-circles-and-ellipses/index.md @@ -20,6 +20,14 @@ We develop four variations on the CIRCLE command in the form of four SUBs: These works have been optimized for speed and respect for alpha transparency. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "ellipses.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/filled-circles-and-ellipses/src/ellipses.bas) +* [RUN "ellipses.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/filled-circles-and-ellipses/src/ellipses.bas) +* [PLAY "ellipses.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/filled-circles-and-ellipses/src/ellipses.bas) + ### File(s) * [ellipses.bas](src/ellipses.bas) diff --git a/samples/fire/index.md b/samples/fire/index.md index c89c555a..c4527114 100644 --- a/samples/fire/index.md +++ b/samples/fire/index.md @@ -10,6 +10,14 @@ Fire dominates the lower screen. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "fire.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/fire/src/fire.bas) +* [RUN "fire.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/fire/src/fire.bas) +* [PLAY "fire.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/fire/src/fire.bas) + ### File(s) * [fire.bas](src/fire.bas) diff --git a/samples/floormaper/index.md b/samples/floormaper/index.md index 1e3f4555..0d75c234 100644 --- a/samples/floormaper/index.md +++ b/samples/floormaper/index.md @@ -16,6 +16,14 @@ Floormaper by Antoni Gual for Rel's 9 LINER contest at QBASICNEWS.COM 1/2003 ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "flrmp.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/floormaper/src/flrmp.bas) +* [RUN "flrmp.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/floormaper/src/flrmp.bas) +* [PLAY "flrmp.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/floormaper/src/flrmp.bas) + ### File(s) * [flrmp.bas](src/flrmp.bas) diff --git a/samples/four-player-pong/index.md b/samples/four-player-pong/index.md index f53c36f0..e0dcacc6 100644 --- a/samples/four-player-pong/index.md +++ b/samples/four-player-pong/index.md @@ -14,6 +14,14 @@ Four-player pong game. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "fourpong.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/four-player-pong/src/fourpong.bas) +* [RUN "fourpong.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/four-player-pong/src/fourpong.bas) +* [PLAY "fourpong.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/four-player-pong/src/fourpong.bas) + ### File(s) * [fourpong.bas](src/fourpong.bas) diff --git a/samples/fractal-fern/index.md b/samples/fractal-fern/index.md index 9ea8f0d8..12f00f4e 100644 --- a/samples/fractal-fern/index.md +++ b/samples/fractal-fern/index.md @@ -10,6 +10,14 @@ The legendary fractal fern. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "frac3.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/fractal-fern/src/frac3.bas) +* [RUN "frac3.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/fractal-fern/src/frac3.bas) +* [PLAY "frac3.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/fractal-fern/src/frac3.bas) + ### File(s) * [frac3.bas](src/frac3.bas) diff --git a/samples/fractal/index.md b/samples/fractal/index.md index b902f9cd..22196a04 100644 --- a/samples/fractal/index.md +++ b/samples/fractal/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "fractal.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/fractal/src/fractal.bas) +* [RUN "fractal.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/fractal/src/fractal.bas) +* [PLAY "fractal.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/fractal/src/fractal.bas) + ### File(s) * [fractal.bas](src/fractal.bas) diff --git a/samples/globe/index.md b/samples/globe/index.md index 38a974b2..063a6e80 100644 --- a/samples/globe/index.md +++ b/samples/globe/index.md @@ -18,6 +18,14 @@ Glen Jeh, 8/12/1994, William Yu (05-28-96) ' Converted to BASIC by William Yu (05-28-96) ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "globe.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/globe/src/globe.bas) +* [RUN "globe.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/globe/src/globe.bas) +* [PLAY "globe.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/globe/src/globe.bas) + ### File(s) * [globe.bas](src/globe.bas) diff --git a/samples/gujero2/index.md b/samples/gujero2/index.md index dd158fd8..c4febe4c 100644 --- a/samples/gujero2/index.md +++ b/samples/gujero2/index.md @@ -20,6 +20,14 @@ '----------------------------------------------------------------------- ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "gujero.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/gujero2/src/gujero.bas) +* [RUN "gujero.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/gujero2/src/gujero.bas) +* [PLAY "gujero.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/gujero2/src/gujero.bas) + ### File(s) * [gujero.bas](src/gujero.bas) diff --git a/samples/inverse-julia-fractal-explorer/index.md b/samples/inverse-julia-fractal-explorer/index.md index 12124f96..bf82edc7 100644 --- a/samples/inverse-julia-fractal-explorer/index.md +++ b/samples/inverse-julia-fractal-explorer/index.md @@ -14,6 +14,14 @@ The longer you hold your mouse at one position, the more it starts to glow. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "inversejulia.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/inverse-julia-fractal-explorer/src/inversejulia.bas) +* [RUN "inversejulia.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/inverse-julia-fractal-explorer/src/inversejulia.bas) +* [PLAY "inversejulia.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/inverse-julia-fractal-explorer/src/inversejulia.bas) + ### File(s) * [inversejulia.bas](src/inversejulia.bas) diff --git a/samples/julia-rings/index.md b/samples/julia-rings/index.md index d9693294..a197f847 100644 --- a/samples/julia-rings/index.md +++ b/samples/julia-rings/index.md @@ -14,6 +14,14 @@ Automated Julia set explorer. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "juliarings.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/julia-rings/src/juliarings.bas) +* [RUN "juliarings.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/julia-rings/src/juliarings.bas) +* [PLAY "juliarings.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/julia-rings/src/juliarings.bas) + ### File(s) * [juliarings.bas](src/juliarings.bas) diff --git a/samples/kaleidoscope-mill/index.md b/samples/kaleidoscope-mill/index.md index 21dd6998..7d14c001 100644 --- a/samples/kaleidoscope-mill/index.md +++ b/samples/kaleidoscope-mill/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "kaleidoscopemill.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/kaleidoscope-mill/src/kaleidoscopemill.bas) +* [RUN "kaleidoscopemill.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/kaleidoscope-mill/src/kaleidoscopemill.bas) +* [PLAY "kaleidoscopemill.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/kaleidoscope-mill/src/kaleidoscopemill.bas) + ### File(s) * [kaleidoscopemill.bas](src/kaleidoscopemill.bas) diff --git a/samples/kaleidoscope/index.md b/samples/kaleidoscope/index.md index e5452091..ccde9894 100644 --- a/samples/kaleidoscope/index.md +++ b/samples/kaleidoscope/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "kaleidoscope.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/kaleidoscope/src/kaleidoscope.bas) +* [RUN "kaleidoscope.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/kaleidoscope/src/kaleidoscope.bas) +* [PLAY "kaleidoscope.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/kaleidoscope/src/kaleidoscope.bas) + ### File(s) * [kaleidoscope.bas](src/kaleidoscope.bas) diff --git a/samples/lightning-one/index.md b/samples/lightning-one/index.md index 66dafdd0..b117cffd 100644 --- a/samples/lightning-one/index.md +++ b/samples/lightning-one/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "lightning.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/lightning-one/src/lightning.bas) +* [RUN "lightning.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/lightning-one/src/lightning.bas) +* [PLAY "lightning.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/lightning-one/src/lightning.bas) + ### File(s) * [lightning.bas](src/lightning.bas) diff --git a/samples/lightning-two/index.md b/samples/lightning-two/index.md index 3ec3fde3..3c9326f7 100644 --- a/samples/lightning-two/index.md +++ b/samples/lightning-two/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "lightning2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/lightning-two/src/lightning2.bas) +* [RUN "lightning2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/lightning-two/src/lightning2.bas) +* [PLAY "lightning2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/lightning-two/src/lightning2.bas) + ### File(s) * [lightning2.bas](src/lightning2.bas) diff --git a/samples/lissajous-curve-table/index.md b/samples/lissajous-curve-table/index.md index 75f2c6f8..132dbef6 100644 --- a/samples/lissajous-curve-table/index.md +++ b/samples/lissajous-curve-table/index.md @@ -14,6 +14,14 @@ Graphical Lissajou's Figures. For added eye-candy-ness, I've changed the plot line to paint using HSB colors so that ink color will vary according to the current rotational angle. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "lissajous-curve-table.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/lissajous-curve-table/src/lissajous-curve-table.bas) +* [RUN "lissajous-curve-table.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/lissajous-curve-table/src/lissajous-curve-table.bas) +* [PLAY "lissajous-curve-table.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/lissajous-curve-table/src/lissajous-curve-table.bas) + ### File(s) * [lissajous-curve-table.bas](src/lissajous-curve-table.bas) diff --git a/samples/lissajous-screensaver/index.md b/samples/lissajous-screensaver/index.md index a85ca0a2..4bbc01cc 100644 --- a/samples/lissajous-screensaver/index.md +++ b/samples/lissajous-screensaver/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "lissaj.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/lissajous-screensaver/src/lissaj.bas) +* [RUN "lissaj.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/lissajous-screensaver/src/lissaj.bas) +* [PLAY "lissaj.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/lissajous-screensaver/src/lissaj.bas) + ### File(s) * [lissaj.bas](src/lissaj.bas) diff --git a/samples/lorenz-attractor/index.md b/samples/lorenz-attractor/index.md index a67c75cd..cc3e9575 100644 --- a/samples/lorenz-attractor/index.md +++ b/samples/lorenz-attractor/index.md @@ -14,6 +14,14 @@ ' Created by QB64 community member vince. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "lorenz.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/lorenz-attractor/src/lorenz.bas) +* [RUN "lorenz.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/lorenz-attractor/src/lorenz.bas) +* [PLAY "lorenz.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/lorenz-attractor/src/lorenz.bas) + ### File(s) * [lorenz.bas](src/lorenz.bas) diff --git a/samples/manadla/index.md b/samples/manadla/index.md index 6da29a26..24389dbb 100644 --- a/samples/manadla/index.md +++ b/samples/manadla/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "mandala.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/manadla/src/mandala.bas) +* [RUN "mandala.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/manadla/src/mandala.bas) +* [PLAY "mandala.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/manadla/src/mandala.bas) + ### File(s) * [mandala.bas](src/mandala.bas) diff --git a/samples/mandelbrot-animator/index.md b/samples/mandelbrot-animator/index.md index 319972c3..df8eec5c 100644 --- a/samples/mandelbrot-animator/index.md +++ b/samples/mandelbrot-animator/index.md @@ -10,6 +10,14 @@ Mandelbrot animator. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "mandel.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mandelbrot-animator/src/mandel.bas) +* [RUN "mandel.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mandelbrot-animator/src/mandel.bas) +* [PLAY "mandel.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mandelbrot-animator/src/mandel.bas) + ### File(s) * [mandel.bas](src/mandel.bas) diff --git a/samples/mandelbrot-set-2003/index.md b/samples/mandelbrot-set-2003/index.md index b1396b01..e5b2210f 100644 --- a/samples/mandelbrot-set-2003/index.md +++ b/samples/mandelbrot-set-2003/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "mandelb.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mandelbrot-set-2003/src/mandelb.bas) +* [RUN "mandelb.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mandelbrot-set-2003/src/mandelb.bas) +* [PLAY "mandelb.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mandelbrot-set-2003/src/mandelb.bas) + ### File(s) * [mandelb.bas](src/mandelb.bas) diff --git a/samples/mandelbrot-set-2008/index.md b/samples/mandelbrot-set-2008/index.md index 68c36203..60e85de0 100644 --- a/samples/mandelbrot-set-2008/index.md +++ b/samples/mandelbrot-set-2008/index.md @@ -14,6 +14,14 @@ public domain, uses qb64's 2d prototype ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qbguymandel.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mandelbrot-set-2008/src/qbguymandel.bas) +* [RUN "qbguymandel.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mandelbrot-set-2008/src/qbguymandel.bas) +* [PLAY "qbguymandel.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mandelbrot-set-2008/src/qbguymandel.bas) + ### File(s) * [qbguymandel.bas](src/qbguymandel.bas) diff --git a/samples/mandelbrot-zoomer/index.md b/samples/mandelbrot-zoomer/index.md index 844499df..cf804471 100644 --- a/samples/mandelbrot-zoomer/index.md +++ b/samples/mandelbrot-zoomer/index.md @@ -56,6 +56,14 @@ 'deadline. Yay for me. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qbdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mandelbrot-zoomer/src/qbdemo.bas) +* [RUN "qbdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mandelbrot-zoomer/src/qbdemo.bas) +* [PLAY "qbdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mandelbrot-zoomer/src/qbdemo.bas) + ### File(s) * [qbdemo.bas](src/qbdemo.bas) diff --git a/samples/maptriangle-in-3d/index.md b/samples/maptriangle-in-3d/index.md index fee45fda..dfe751a8 100644 --- a/samples/maptriangle-in-3d/index.md +++ b/samples/maptriangle-in-3d/index.md @@ -16,6 +16,14 @@ A demo to show rotation in 3D using MAPTRIANGLE 3D, without direct OpenGL statem Librarian's Note: The sample given here is just one of a number of _MAPTRIANGLE(3D) examples which appear in Petr's post. That post is a good learning resource for anyone wanting to learn 3D graphics using _MAPTRIANGLE(3D). See https://qb64forum.alephc.xyz/index.php?topic=300.msg101478#msg101478 ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "maptriangle3d.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/maptriangle-in-3d/src/maptriangle3d.bas) +* [RUN "maptriangle3d.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/maptriangle-in-3d/src/maptriangle3d.bas) +* [PLAY "maptriangle3d.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/maptriangle-in-3d/src/maptriangle3d.bas) + ### File(s) * [maptriangle3d.bas](src/maptriangle3d.bas) diff --git a/samples/matrix-effect/index.md b/samples/matrix-effect/index.md index e3cc7916..d50340a1 100644 --- a/samples/matrix-effect/index.md +++ b/samples/matrix-effect/index.md @@ -14,6 +14,14 @@ If you look close, it spells F-e-l-l-i-p-p-e. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "darkomatrix.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/matrix-effect/src/darkomatrix.bas) +* [RUN "darkomatrix.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/matrix-effect/src/darkomatrix.bas) +* [PLAY "darkomatrix.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/matrix-effect/src/darkomatrix.bas) + ### File(s) * [darkomatrix.bas](src/darkomatrix.bas) diff --git a/samples/mazes-of-misery/index.md b/samples/mazes-of-misery/index.md index 28b5a8de..3eae2138 100644 --- a/samples/mazes-of-misery/index.md +++ b/samples/mazes-of-misery/index.md @@ -29,6 +29,14 @@ 'Gbgames Chatname: QB4ever ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "mzupd2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mazes-of-misery/src/mzupd2.bas) +* [RUN "mzupd2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mazes-of-misery/src/mzupd2.bas) +* [PLAY "mzupd2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mazes-of-misery/src/mzupd2.bas) + ### File(s) * [mzupd2.bas](src/mzupd2.bas) diff --git a/samples/mini-clock/index.md b/samples/mini-clock/index.md index b07211da..3d519200 100644 --- a/samples/mini-clock/index.md +++ b/samples/mini-clock/index.md @@ -18,6 +18,14 @@ ' Homepage: http://www.quickbasic.6x.to ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "mclock.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mini-clock/src/mclock.bas) +* [RUN "mclock.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mini-clock/src/mclock.bas) +* [PLAY "mclock.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mini-clock/src/mclock.bas) + ### File(s) * [mclock.bas](src/mclock.bas) diff --git a/samples/multi-mill/index.md b/samples/multi-mill/index.md index 81499c5b..c833d68b 100644 --- a/samples/multi-mill/index.md +++ b/samples/multi-mill/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "multimill.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/multi-mill/src/multimill.bas) +* [RUN "multimill.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/multi-mill/src/multimill.bas) +* [PLAY "multimill.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/multi-mill/src/multimill.bas) + ### File(s) * [multimill.bas](src/multimill.bas) diff --git a/samples/mystify/index.md b/samples/mystify/index.md index 8a2a902b..5da8cec2 100644 --- a/samples/mystify/index.md +++ b/samples/mystify/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "mystify.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/mystify/src/mystify.bas) +* [RUN "mystify.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/mystify/src/mystify.bas) +* [PLAY "mystify.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/mystify/src/mystify.bas) + ### File(s) * [mystify.bas](src/mystify.bas) diff --git a/samples/nibbles/index.md b/samples/nibbles/index.md index 377b0d84..789226c5 100644 --- a/samples/nibbles/index.md +++ b/samples/nibbles/index.md @@ -14,6 +14,14 @@ Snake clone by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "nibbles.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/nibbles/src/nibbles.bas) +* [RUN "nibbles.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/nibbles/src/nibbles.bas) +* [PLAY "nibbles.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/nibbles/src/nibbles.bas) + ### File(s) * [nibbles.bas](src/nibbles.bas) diff --git a/samples/particle-fountain/index.md b/samples/particle-fountain/index.md index d9436a71..837b794f 100644 --- a/samples/particle-fountain/index.md +++ b/samples/particle-fountain/index.md @@ -14,6 +14,14 @@ ' Created by QB64 community member bplus. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "particlefountain.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/particle-fountain/src/particlefountain.bas) +* [RUN "particlefountain.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/particle-fountain/src/particlefountain.bas) +* [PLAY "particlefountain.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/particle-fountain/src/particlefountain.bas) + ### File(s) * [particlefountain.bas](src/particlefountain.bas) diff --git a/samples/pattern/index.md b/samples/pattern/index.md index a1476aa9..48889f20 100644 --- a/samples/pattern/index.md +++ b/samples/pattern/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "pattern.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/pattern/src/pattern.bas) +* [RUN "pattern.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/pattern/src/pattern.bas) +* [PLAY "pattern.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/pattern/src/pattern.bas) + ### File(s) * [pattern.bas](src/pattern.bas) diff --git a/samples/plasma-non-pal/index.md b/samples/plasma-non-pal/index.md index b77cd7df..fb06467b 100644 --- a/samples/plasma-non-pal/index.md +++ b/samples/plasma-non-pal/index.md @@ -16,6 +16,14 @@ '///Compile and see the speed. Didn't optimize it as much as I want though... ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "npplasma.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/plasma-non-pal/src/npplasma.bas) +* [RUN "npplasma.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/plasma-non-pal/src/npplasma.bas) +* [PLAY "npplasma.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/plasma-non-pal/src/npplasma.bas) + ### File(s) * [npplasma.bas](src/npplasma.bas) diff --git a/samples/qbascii/index.md b/samples/qbascii/index.md index 5da9295d..34d859f1 100644 --- a/samples/qbascii/index.md +++ b/samples/qbascii/index.md @@ -19,6 +19,14 @@ '***************************************************************************** ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qbascii.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qbascii/src/qbascii.bas) +* [RUN "qbascii.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qbascii/src/qbascii.bas) +* [PLAY "qbascii.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qbascii/src/qbascii.bas) + ### File(s) * [qbascii.bas](src/qbascii.bas) diff --git a/samples/qblocks/index.md b/samples/qblocks/index.md index 1155c96b..7c0e6461 100644 --- a/samples/qblocks/index.md +++ b/samples/qblocks/index.md @@ -14,6 +14,14 @@ Tetris clone by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qblocks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qblocks/src/qblocks.bas) +* [RUN "qblocks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qblocks/src/qblocks.bas) +* [PLAY "qblocks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qblocks/src/qblocks.bas) + ### File(s) * [qblocks.bas](src/qblocks.bas) diff --git a/samples/qbricks/index.md b/samples/qbricks/index.md index 2cc07f0b..a8d5d689 100644 --- a/samples/qbricks/index.md +++ b/samples/qbricks/index.md @@ -14,6 +14,14 @@ Breakout clone by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qbricks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qbricks/src/qbricks.bas) +* [RUN "qbricks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qbricks/src/qbricks.bas) +* [PLAY "qbricks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qbricks/src/qbricks.bas) + ### File(s) * [qbricks.bas](src/qbricks.bas) diff --git a/samples/qmaze/index.md b/samples/qmaze/index.md index cecbe1dd..d13b916d 100644 --- a/samples/qmaze/index.md +++ b/samples/qmaze/index.md @@ -14,6 +14,14 @@ Maze puzzle game by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qmaze.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qmaze/src/qmaze.bas) +* [RUN "qmaze.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qmaze/src/qmaze.bas) +* [PLAY "qmaze.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qmaze/src/qmaze.bas) + ### File(s) * [qmaze.bas](src/qmaze.bas) diff --git a/samples/qships/index.md b/samples/qships/index.md index 11f2b4da..5d2fa185 100644 --- a/samples/qships/index.md +++ b/samples/qships/index.md @@ -14,6 +14,14 @@ Turn-based artillery game by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qships.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qships/src/qships.bas) +* [RUN "qships.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qships/src/qships.bas) +* [PLAY "qships.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qships/src/qships.bas) + ### File(s) * [qships.bas](src/qships.bas) diff --git a/samples/qspace/index.md b/samples/qspace/index.md index 03392db4..94384084 100644 --- a/samples/qspace/index.md +++ b/samples/qspace/index.md @@ -14,6 +14,14 @@ Space station defense game by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qspace.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qspace/src/qspace.bas) +* [RUN "qspace.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qspace/src/qspace.bas) +* [PLAY "qspace.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qspace/src/qspace.bas) + ### File(s) * [qspace.bas](src/qspace.bas) diff --git a/samples/qtrek/index.md b/samples/qtrek/index.md index af12e957..9370e88f 100644 --- a/samples/qtrek/index.md +++ b/samples/qtrek/index.md @@ -14,6 +14,14 @@ Star Trek-like game by Philipp Strathausen. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "qtrek.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/qtrek/src/qtrek.bas) +* [RUN "qtrek.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/qtrek/src/qtrek.bas) +* [PLAY "qtrek.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/qtrek/src/qtrek.bas) + ### File(s) * [qtrek.bas](src/qtrek.bas) diff --git a/samples/raycaster/index.md b/samples/raycaster/index.md index ff12d5b5..55352a3c 100644 --- a/samples/raycaster/index.md +++ b/samples/raycaster/index.md @@ -30,6 +30,14 @@ ' make it a game??? ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "rc-ent6.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/raycaster/src/rc-ent6.bas) +* [RUN "rc-ent6.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/raycaster/src/rc-ent6.bas) +* [PLAY "rc-ent6.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/raycaster/src/rc-ent6.bas) + ### File(s) * [rc-ent6.bas](src/rc-ent6.bas) diff --git a/samples/reversi/index.md b/samples/reversi/index.md index 85f40df0..9760ca0b 100644 --- a/samples/reversi/index.md +++ b/samples/reversi/index.md @@ -14,6 +14,14 @@ Reversi game by Microsoft. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "reversi.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/reversi/src/reversi.bas) +* [RUN "reversi.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/reversi/src/reversi.bas) +* [PLAY "reversi.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/reversi/src/reversi.bas) + ### File(s) * [reversi.bas](src/reversi.bas) diff --git a/samples/rotozoomer/index.md b/samples/rotozoomer/index.md index e9b7a9bc..e66e6ff1 100644 --- a/samples/rotozoomer/index.md +++ b/samples/rotozoomer/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "rotozoom.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/rotozoomer/src/rotozoom.bas) +* [RUN "rotozoom.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/rotozoomer/src/rotozoom.bas) +* [PLAY "rotozoom.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/rotozoomer/src/rotozoom.bas) + ### File(s) * [rotozoom.bas](src/rotozoom.bas) diff --git a/samples/sine-wave-explorer/index.md b/samples/sine-wave-explorer/index.md index cf77df28..dff0370e 100644 --- a/samples/sine-wave-explorer/index.md +++ b/samples/sine-wave-explorer/index.md @@ -10,6 +10,14 @@ Sine Wave Explorer ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "sinewave.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/sine-wave-explorer/src/sinewave.bas) +* [RUN "sinewave.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/sine-wave-explorer/src/sinewave.bas) +* [PLAY "sinewave.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/sine-wave-explorer/src/sinewave.bas) + ### File(s) * [sinewave.bas](src/sinewave.bas) diff --git a/samples/sinecube/index.md b/samples/sinecube/index.md index 5a3b57b3..022a6088 100644 --- a/samples/sinecube/index.md +++ b/samples/sinecube/index.md @@ -15,6 +15,14 @@ 'public domain ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "sinecube.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/sinecube/src/sinecube.bas) +* [RUN "sinecube.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/sinecube/src/sinecube.bas) +* [PLAY "sinecube.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/sinecube/src/sinecube.bas) + ### File(s) * [sinecube.bas](src/sinecube.bas) diff --git a/samples/sort-demo/index.md b/samples/sort-demo/index.md index 55805264..cc58d9ff 100644 --- a/samples/sort-demo/index.md +++ b/samples/sort-demo/index.md @@ -28,6 +28,14 @@ ' elements to be sorted and how "scrambled" they are to begin with. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "sortdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/sort-demo/src/sortdemo.bas) +* [RUN "sortdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/sort-demo/src/sortdemo.bas) +* [PLAY "sortdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/sort-demo/src/sortdemo.bas) + ### File(s) * [sortdemo.bas](src/sortdemo.bas) diff --git a/samples/space64/index.md b/samples/space64/index.md index d1705a09..aeb613be 100644 --- a/samples/space64/index.md +++ b/samples/space64/index.md @@ -14,6 +14,14 @@ ' QB64 game by Cyperium. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "space64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/space64/src/space64.bas) +* [RUN "space64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/space64/src/space64.bas) +* [PLAY "space64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/space64/src/space64.bas) + ### File(s) * [space64.bas](src/space64.bas) diff --git a/samples/splines/index.md b/samples/splines/index.md index b1838167..6995114c 100644 --- a/samples/splines/index.md +++ b/samples/splines/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "splines.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/splines/src/splines.bas) +* [RUN "splines.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/splines/src/splines.bas) +* [PLAY "splines.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/splines/src/splines.bas) + ### File(s) * [splines.bas](src/splines.bas) diff --git a/samples/starfield-torus/index.md b/samples/starfield-torus/index.md index ef8ab7e1..2727bdbd 100644 --- a/samples/starfield-torus/index.md +++ b/samples/starfield-torus/index.md @@ -16,6 +16,14 @@ 'JKC 2003 ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "starfild.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/starfield-torus/src/starfild.bas) +* [RUN "starfild.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/starfield-torus/src/starfild.bas) +* [PLAY "starfild.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/starfield-torus/src/starfild.bas) + ### File(s) * [starfild.bas](src/starfild.bas) diff --git a/samples/starfield/index.md b/samples/starfield/index.md index 34d85b0d..4024983e 100644 --- a/samples/starfield/index.md +++ b/samples/starfield/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "strfld.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/starfield/src/strfld.bas) +* [RUN "strfld.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/starfield/src/strfld.bas) +* [PLAY "strfld.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/starfield/src/strfld.bas) + ### File(s) * [strfld.bas](src/strfld.bas) diff --git a/samples/texel-raytracer/index.md b/samples/texel-raytracer/index.md index f17a2c3e..7749a9ce 100644 --- a/samples/texel-raytracer/index.md +++ b/samples/texel-raytracer/index.md @@ -14,6 +14,14 @@ Pure QB Realtime Raytracer Demo. Translated to/optimized for QB by Antoni Gual agual@eic.ictnet.es. The original was written in C by Texel, a Spanish demo coder [...] ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "raytra1b.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/texel-raytracer/src/raytra1b.bas) +* [RUN "raytra1b.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/texel-raytracer/src/raytra1b.bas) +* [PLAY "raytra1b.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/texel-raytracer/src/raytra1b.bas) + ### File(s) * [raytra1b.bas](src/raytra1b.bas) diff --git a/samples/tic-tac-toe/index.md b/samples/tic-tac-toe/index.md index 0ef42b47..5dc1d4e2 100644 --- a/samples/tic-tac-toe/index.md +++ b/samples/tic-tac-toe/index.md @@ -14,6 +14,14 @@ Tic tac toe game by Paul Meyer. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "tictac.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/tic-tac-toe/src/tictac.bas) +* [RUN "tictac.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/tic-tac-toe/src/tictac.bas) +* [PLAY "tictac.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/tic-tac-toe/src/tictac.bas) + ### File(s) * [tictac.bas](src/tictac.bas) diff --git a/samples/torus-demo/index.md b/samples/torus-demo/index.md index c0cce68d..c8a16401 100644 --- a/samples/torus-demo/index.md +++ b/samples/torus-demo/index.md @@ -19,6 +19,14 @@ ' initial mode. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "torus.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/torus-demo/src/torus.bas) +* [RUN "torus.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/torus-demo/src/torus.bas) +* [PLAY "torus.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/torus-demo/src/torus.bas) + ### File(s) * [torus.bas](src/torus.bas) diff --git a/samples/tower-of-hanoi/index.md b/samples/tower-of-hanoi/index.md index 4c628c76..c465f4f1 100644 --- a/samples/tower-of-hanoi/index.md +++ b/samples/tower-of-hanoi/index.md @@ -12,6 +12,14 @@ Print "of three pegs and a number of discs which can slide onto any peg." Print "The puzzle starts with the discs stacked in order of size on one peg." ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "tower.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/tower-of-hanoi/src/tower.bas) +* [RUN "tower.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/tower-of-hanoi/src/tower.bas) +* [PLAY "tower.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/tower-of-hanoi/src/tower.bas) + ### File(s) * [tower.bas](src/tower.bas) diff --git a/samples/turtle-graphics/index.md b/samples/turtle-graphics/index.md index dd1834c0..8e7c4428 100644 --- a/samples/turtle-graphics/index.md +++ b/samples/turtle-graphics/index.md @@ -14,6 +14,14 @@ Basic "turtle graphics" setup. Draws a Koch snowflake by default. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "turtle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/turtle-graphics/src/turtle.bas) +* [RUN "turtle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/turtle-graphics/src/turtle.bas) +* [PLAY "turtle.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/turtle-graphics/src/turtle.bas) + ### File(s) * [turtle.bas](src/turtle.bas) diff --git a/samples/twirl/index.md b/samples/twirl/index.md index 517e7a46..743c86e1 100644 --- a/samples/twirl/index.md +++ b/samples/twirl/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "twirl2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/twirl/src/twirl2.bas) +* [RUN "twirl2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/twirl/src/twirl2.bas) +* [PLAY "twirl2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/twirl/src/twirl2.bas) + ### File(s) * [twirl2.bas](src/twirl2.bas) diff --git a/samples/vortex/index.md b/samples/vortex/index.md index 31bf4964..a02c471a 100644 --- a/samples/vortex/index.md +++ b/samples/vortex/index.md @@ -16,6 +16,14 @@ '------------------------------------------------------------------------ ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "vortex.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/vortex/src/vortex.bas) +* [RUN "vortex.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/vortex/src/vortex.bas) +* [PLAY "vortex.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/vortex/src/vortex.bas) + ### File(s) * [vortex.bas](src/vortex.bas) diff --git a/samples/water/index.md b/samples/water/index.md index dfa37cf1..2cb54f66 100644 --- a/samples/water/index.md +++ b/samples/water/index.md @@ -10,6 +10,14 @@ Water wave demonstration. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "water.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/water/src/water.bas) +* [RUN "water.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/water/src/water.bas) +* [PLAY "water.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/water/src/water.bas) + ### File(s) * [water.bas](src/water.bas) diff --git a/samples/worms/index.md b/samples/worms/index.md index 464c20a9..7e7ac4df 100644 --- a/samples/worms/index.md +++ b/samples/worms/index.md @@ -38,6 +38,14 @@ To install one of it (on a Windows system), simply rename the created .exe file Sorry, I've no idea how to do it on MacOS or Linux, any info about it from people who using these systems would be nice. ``` +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "worms.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/worms/src/worms.bas) +* [RUN "worms.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/worms/src/worms.bas) +* [PLAY "worms.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/worms/src/worms.bas) + ### File(s) * [worms.bas](src/worms.bas)