From 4ef29c0b5435aed80bcc492eb61286bd1b1ec803 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Mon, 13 Jun 2022 09:49:40 -0500 Subject: [PATCH] Updated 'samples'. --- samples.md | 1 - samples/3d-engine-prototypes/index.md | 8 ++++++++ samples/arc-demo/index.md | 8 ++++++++ samples/assault/index.md | 8 ++++++++ samples/author-cloud.md | 2 +- samples/bad-box-revenge/index.md | 8 ++++++++ samples/bad-boxes/index.md | 8 ++++++++ samples/beatdown/index.md | 8 ++++++++ samples/biorhythm-chart/index.md | 8 ++++++++ samples/cant-contain-me/index.md | 8 ++++++++ samples/chess/index.md | 8 ++++++++ samples/cloned-shades/index.md | 8 ++++++++ samples/didris/index.md | 8 ++++++++ samples/flappy-bird/index.md | 8 ++++++++ samples/frostbite/index.md | 8 ++++++++ samples/game.md | 6 ------ samples/hunters-revenge/index.md | 8 ++++++++ samples/lightson/index.md | 8 ++++++++ samples/money/index.md | 8 ++++++++ samples/moon-lander/index.md | 8 ++++++++ samples/ms-phone/index.md | 8 ++++++++ samples/mycraft/index.md | 8 ++++++++ samples/names/index.md | 8 ++++++++ samples/pendulum-game/index.md | 8 ++++++++ samples/phone/index.md | 8 ++++++++ samples/pipes-puzzle/index.md | 8 ++++++++ samples/pixelplus/index.md | 8 ++++++++ samples/qb-nventory/index.md | 8 ++++++++ samples/qb-tank-commander/index.md | 8 ++++++++ samples/qcards/index.md | 8 ++++++++ samples/qdigger/index.md | 8 ++++++++ samples/rattler/index.md | 8 ++++++++ samples/robo-raider/index.md | 8 ++++++++ samples/schemat/index.md | 8 ++++++++ samples/set-fire-to-rain/index.md | 8 ++++++++ samples/shooter/index.md | 8 ++++++++ samples/snake-basic/index.md | 8 ++++++++ samples/stock-watcher/index.md | 8 ++++++++ samples/super-mario-jump/index.md | 8 ++++++++ samples/tag-cloud.md | 2 +- samples/terry-ritchie.md | 6 ------ samples/tic-tac-toe-rings/index.md | 8 ++++++++ samples/tui/index.md | 8 ++++++++ 43 files changed, 306 insertions(+), 15 deletions(-) diff --git a/samples.md b/samples.md index 0bb0122d..a84d60da 100644 --- a/samples.md +++ b/samples.md @@ -50,7 +50,6 @@ - **[Filled Circles and Ellipses](samples/filled-circles-and-ellipses/index.md)** • [QB64 Team 2018](samples/qb64-team-2018.md) [filled circle](samples/filled-circle.md), [ellipse](samples/ellipse.md) - **[Fire 13](samples/fire-13/index.md)** • [*missing*](samples/author-missing.md) [fire](samples/fire.md), [graphics](samples/graphics.md) - **[Fire Demo](samples/fire-demo/index.md)** • [harixxx](samples/harixxx.md) [graphics](samples/graphics.md), [fire](samples/fire.md) -- **[Flappy Bird](samples/flappy-bird/index.md)** • [Terry Ritchie](samples/terry-ritchie.md) [game](samples/game.md), [flappy bird](samples/flappy-bird.md) - **[Floormaper](samples/floormaper/index.md)** • [Antoni Gual](samples/antoni-gual.md) [graphics](samples/graphics.md), [floorscape](samples/floorscape.md) - **[Four Player Pong](samples/four-player-pong/index.md)** • [Matthew](samples/matthew.md) [game](samples/game.md), [pong](samples/pong.md) - **[Fractal](samples/fractal/index.md)** • [RhoSigma](samples/rhosigma.md) [screenblanker](samples/screenblanker.md) diff --git a/samples/3d-engine-prototypes/index.md b/samples/3d-engine-prototypes/index.md index fe1efb18..d2855f28 100644 --- a/samples/3d-engine-prototypes/index.md +++ b/samples/3d-engine-prototypes/index.md @@ -14,6 +14,14 @@ Various experiments in software 3D graphics. Warning: Uses no functions or subs! ``` +### 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 "3dctrwgraph_fb64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/3d-engine-prototypes/src/3dctrwgraph_fb64.bas) +* [RUN "3dctrwgraph_fb64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/3d-engine-prototypes/src/3dctrwgraph_fb64.bas) +* [PLAY "3dctrwgraph_fb64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/3d-engine-prototypes/src/3dctrwgraph_fb64.bas) + ### File(s) * [3dctrwgraph_fb64.bas](src/3dctrwgraph_fb64.bas) diff --git a/samples/arc-demo/index.md b/samples/arc-demo/index.md index 30626c59..5f2e6f7a 100644 --- a/samples/arc-demo/index.md +++ b/samples/arc-demo/index.md @@ -14,6 +14,14 @@ A 2D platformer game by Tsiplacov Sergey ``` +### 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 "arcdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/arc-demo/src/arcdemo.bas) +* [RUN "arcdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/arc-demo/src/arcdemo.bas) +* [PLAY "arcdemo.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/arc-demo/src/arcdemo.bas) + ### File(s) * [arc-demo.zip](src/arc-demo.zip) diff --git a/samples/assault/index.md b/samples/assault/index.md index b1f7b9d8..53d587c3 100644 --- a/samples/assault/index.md +++ b/samples/assault/index.md @@ -14,6 +14,14 @@ This is a game of weapons and destruction that relies upon the properties of physics as well as your skill. There can be up to 4 players on up to 4 teams playing at one time. Each player controls a tank that is equiped with various weapons. You can set the amount of ammo for each of these devices in the Configuration. You can also use the Configuration to set the amount of health you start with, player names, teams, control keys, and other options... ``` +### 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 "assault.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/assault/src/assault.bas) +* [RUN "assault.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/assault/src/assault.bas) +* [PLAY "assault.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/assault/src/assault.bas) + ### File(s) * [assault.bas](src/assault.bas) diff --git a/samples/author-cloud.md b/samples/author-cloud.md index b9f11fed..a922f9d9 100644 --- a/samples/author-cloud.md +++ b/samples/author-cloud.md @@ -2,4 +2,4 @@ ## AUTHORS -[Microsoft:31](microsoft.md) • [Fellippe Heitor:27](fellippe-heitor.md) • [Antoni Gual:25](antoni-gual.md) • [*missing*:23](author-missing.md) • [STxAxTIC:23](stxaxtic.md) • [Rho Sigma:19](rho-sigma.md) • [qbguy:11](qbguy.md) • [A&A De Pasquale:9](a&a-de-pasquale.md) • [bplus:9](bplus.md) • [Bob Seguin:7](bob-seguin.md) • [Terry Ritchie:7](terry-ritchie.md) • [Hardin Brothers:5](hardin-brothers.md) • [Relsoft:5](relsoft.md) • [Richard Frost:5](richard-frost.md) • [Zom-B:5](zom-b.md) • [Alan Zeichick:3](alan-zeichick.md) • [Ashish Kushwaha:3](ashish-kushwaha.md) • [Cyperium:3](cyperium.md) • [Dav:3](dav.md) • [vince:3](vince.md) • [Artelius:1](artelius.md) • [Brian Murphy:1](brian-murphy.md) • [Chris Chadwick:1](chris-chadwick.md) • [Cobalt:1](cobalt.md) • [Danilin:1](danilin.md) • [darokin:1](darokin.md) • [David Bannon:1](david-bannon.md) • [David Ferrier:1](david-ferrier.md) • [David Joffe:1](david-joffe.md) • [Dietmar Moritz:1](dietmar-moritz.md) • [Douglas Park:1](douglas-park.md) • [Folker Fritz:1](folker-fritz.md) • [Galleon:1](galleon.md) • [Glenn Powell:1](glenn-powell.md) • [harixxx:1](harixxx.md) • [Jeh:1](jeh.md) • [Jeremy Munn:1](jeremy-munn.md) • [JKC:1](jkc.md) • [John Wolfskill:1](john-wolfskill.md) • [Kevin:1](kevin.md) • [kinem:1](kinem.md) • [Leif J. Burrow:1](leif-j.-burrow.md) • [Lucid:1](lucid.md) • [Luke:1](luke.md) • [Matt Bross:1](matt-bross.md) • [Matthew:1](matthew.md) • [Matthew River Knight:1](matthew-river-knight.md) • [Mennonite:1](mennonite.md) • [Michael Fogleman:1](michael-fogleman.md) • [Nathan Thomas:1](nathan-thomas.md) • [Paul Meyer:1](paul-meyer.md) • [pcluddite:1](pcluddite.md) • [Petr:1](petr.md) • [Philipp Strathausen:1](philipp-strathausen.md) • [QB64 Team 2018:1](qb64-team-2018.md) • [RETROQB45:1](retroqb45.md) • [RhoSigma:1](rhosigma.md) • [rpgfan3233:1](rpgfan3233.md) • [Steve M.:1](steve-m..md) • [Timothy Baxendale:1](timothy-baxendale.md) • [Tor Myklebust:1](tor-myklebust.md) • [TrialAndTerror:1](trialandterror.md) • [triggered:1](triggered.md) • [Tsiplacov Sergey:1](tsiplacov-sergey.md) • [TylerDarko:1](tylerdarko.md) • [William Loughner:1](william-loughner.md) • [Yu:1](yu.md) • [Zack Johnson:1](zack-johnson.md) \ No newline at end of file +[Microsoft:31](microsoft.md) • [Fellippe Heitor:27](fellippe-heitor.md) • [Antoni Gual:25](antoni-gual.md) • [*missing*:23](author-missing.md) • [STxAxTIC:23](stxaxtic.md) • [Rho Sigma:19](rho-sigma.md) • [qbguy:11](qbguy.md) • [A&A De Pasquale:9](a&a-de-pasquale.md) • [bplus:9](bplus.md) • [Bob Seguin:7](bob-seguin.md) • [Hardin Brothers:5](hardin-brothers.md) • [Relsoft:5](relsoft.md) • [Richard Frost:5](richard-frost.md) • [Terry Ritchie:5](terry-ritchie.md) • [Zom-B:5](zom-b.md) • [Alan Zeichick:3](alan-zeichick.md) • [Ashish Kushwaha:3](ashish-kushwaha.md) • [Cyperium:3](cyperium.md) • [Dav:3](dav.md) • [vince:3](vince.md) • [Artelius:1](artelius.md) • [Brian Murphy:1](brian-murphy.md) • [Chris Chadwick:1](chris-chadwick.md) • [Cobalt:1](cobalt.md) • [Danilin:1](danilin.md) • [darokin:1](darokin.md) • [David Bannon:1](david-bannon.md) • [David Ferrier:1](david-ferrier.md) • [David Joffe:1](david-joffe.md) • [Dietmar Moritz:1](dietmar-moritz.md) • [Douglas Park:1](douglas-park.md) • [Folker Fritz:1](folker-fritz.md) • [Galleon:1](galleon.md) • [Glenn Powell:1](glenn-powell.md) • [harixxx:1](harixxx.md) • [Jeh:1](jeh.md) • [Jeremy Munn:1](jeremy-munn.md) • [JKC:1](jkc.md) • [John Wolfskill:1](john-wolfskill.md) • [Kevin:1](kevin.md) • [kinem:1](kinem.md) • [Leif J. Burrow:1](leif-j.-burrow.md) • [Lucid:1](lucid.md) • [Luke:1](luke.md) • [Matt Bross:1](matt-bross.md) • [Matthew:1](matthew.md) • [Matthew River Knight:1](matthew-river-knight.md) • [Mennonite:1](mennonite.md) • [Michael Fogleman:1](michael-fogleman.md) • [Nathan Thomas:1](nathan-thomas.md) • [Paul Meyer:1](paul-meyer.md) • [pcluddite:1](pcluddite.md) • [Petr:1](petr.md) • [Philipp Strathausen:1](philipp-strathausen.md) • [QB64 Team 2018:1](qb64-team-2018.md) • [RETROQB45:1](retroqb45.md) • [RhoSigma:1](rhosigma.md) • [rpgfan3233:1](rpgfan3233.md) • [Steve M.:1](steve-m..md) • [Timothy Baxendale:1](timothy-baxendale.md) • [Tor Myklebust:1](tor-myklebust.md) • [TrialAndTerror:1](trialandterror.md) • [triggered:1](triggered.md) • [Tsiplacov Sergey:1](tsiplacov-sergey.md) • [TylerDarko:1](tylerdarko.md) • [William Loughner:1](william-loughner.md) • [Yu:1](yu.md) • [Zack Johnson:1](zack-johnson.md) \ No newline at end of file diff --git a/samples/bad-box-revenge/index.md b/samples/bad-box-revenge/index.md index 02788b36..af80030f 100644 --- a/samples/bad-box-revenge/index.md +++ b/samples/bad-box-revenge/index.md @@ -18,6 +18,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 "revenge.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/bad-box-revenge/src/revenge.bas) +* [RUN "revenge.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/bad-box-revenge/src/revenge.bas) +* [PLAY "revenge.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/bad-box-revenge/src/revenge.bas) + ### File(s) * [revenge.bas](src/revenge.bas) diff --git a/samples/bad-boxes/index.md b/samples/bad-boxes/index.md index 2e478aab..730c24b8 100644 --- a/samples/bad-boxes/index.md +++ b/samples/bad-boxes/index.md @@ -24,6 +24,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 "badbox.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/bad-boxes/src/badbox.bas) +* [RUN "badbox.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/bad-boxes/src/badbox.bas) +* [PLAY "badbox.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/bad-boxes/src/badbox.bas) + ### File(s) * [badbox.bas](src/badbox.bas) diff --git a/samples/beatdown/index.md b/samples/beatdown/index.md index bd15d53f..07a48bac 100644 --- a/samples/beatdown/index.md +++ b/samples/beatdown/index.md @@ -23,6 +23,14 @@ ' ***Hit `F5' to play!!*** ``` +### 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 "beatdown.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/beatdown/src/beatdown.bas) +* [RUN "beatdown.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/beatdown/src/beatdown.bas) +* [PLAY "beatdown.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/beatdown/src/beatdown.bas) + ### File(s) * [beatdown.bas](src/beatdown.bas) diff --git a/samples/biorhythm-chart/index.md b/samples/biorhythm-chart/index.md index 6575bef4..e425f9bb 100644 --- a/samples/biorhythm-chart/index.md +++ b/samples/biorhythm-chart/index.md @@ -17,6 +17,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 "biochart.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/biorhythm-chart/src/biochart.bas) +* [RUN "biochart.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/biorhythm-chart/src/biochart.bas) +* [PLAY "biochart.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/biorhythm-chart/src/biochart.bas) + ### File(s) * [biochart.bas](src/biochart.bas) diff --git a/samples/cant-contain-me/index.md b/samples/cant-contain-me/index.md index 310a87d6..f49794f6 100644 --- a/samples/cant-contain-me/index.md +++ b/samples/cant-contain-me/index.md @@ -16,6 +16,14 @@ Can't Contain Me is a game developed in QB64. The pieces are trying to escape your screen and the container that'll hold them back from leaving is in the center of the window. Drag as many fugitives as you can into the cell (even multiple at once) so you can win. ``` +### 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 "ccm.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/cant-contain-me/src/ccm.bas) +* [RUN "ccm.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/cant-contain-me/src/ccm.bas) +* [PLAY "ccm.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/cant-contain-me/src/ccm.bas) + ### File(s) * [cant-contain-me.zip](src/cant-contain-me.zip) diff --git a/samples/chess/index.md b/samples/chess/index.md index bcd20807..cc05bb21 100644 --- a/samples/chess/index.md +++ b/samples/chess/index.md @@ -14,6 +14,14 @@ Eccentric chess implementation by Richard Frost. ``` +### 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 "chess.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/chess/src/chess.bas) +* [RUN "chess.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/chess/src/chess.bas) +* [PLAY "chess.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/chess/src/chess.bas) + ### File(s) * [chess.bas](src/chess.bas) diff --git a/samples/cloned-shades/index.md b/samples/cloned-shades/index.md index 1f0a670d..a66f47d6 100644 --- a/samples/cloned-shades/index.md +++ b/samples/cloned-shades/index.md @@ -14,6 +14,14 @@ A clone of 'Shades' which was originally developed by UOVO. ``` +### 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 "shades.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/cloned-shades/src/shades.bas) +* [RUN "shades.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/cloned-shades/src/shades.bas) +* [PLAY "shades.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/cloned-shades/src/shades.bas) + ### File(s) * [shades.bas](src/shades.bas) diff --git a/samples/didris/index.md b/samples/didris/index.md index 298b5aae..224093fc 100644 --- a/samples/didris/index.md +++ b/samples/didris/index.md @@ -25,6 +25,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 "didris.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/didris/src/didris.bas) +* [RUN "didris.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/didris/src/didris.bas) +* [PLAY "didris.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/didris/src/didris.bas) + ### File(s) * [didris.bas](src/didris.bas) diff --git a/samples/flappy-bird/index.md b/samples/flappy-bird/index.md index 93c6e3be..34e757b4 100644 --- a/samples/flappy-bird/index.md +++ b/samples/flappy-bird/index.md @@ -23,6 +23,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 "fbird.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/flappy-bird/src/fbird.bas) +* [RUN "fbird.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/flappy-bird/src/fbird.bas) +* [PLAY "fbird.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/flappy-bird/src/fbird.bas) + ### File(s) * [fbird.bas](src/fbird.bas) diff --git a/samples/frostbite/index.md b/samples/frostbite/index.md index 1b4874d0..d0885f01 100644 --- a/samples/frostbite/index.md +++ b/samples/frostbite/index.md @@ -14,6 +14,14 @@ A clone of Frostbite for the Atari 2600, originally designed by Steve Cartwright and published by Activision in 1983. Written in QB64. ``` +### 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 "frostbite.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/frostbite/src/frostbite.bas) +* [RUN "frostbite.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/frostbite/src/frostbite.bas) +* [PLAY "frostbite.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/frostbite/src/frostbite.bas) + ### File(s) * [frostbite.bas](src/frostbite.bas) diff --git a/samples/game.md b/samples/game.md index 43d3f599..988220bd 100644 --- a/samples/game.md +++ b/samples/game.md @@ -98,12 +98,6 @@ A clone of 'Shades' which was originally developed by UOVO. QB64 version of Nintendo Dragon Quest (Dragon Warrior). The time has come to go on your quest to... -**[Flappy Bird](flappy-bird/index.md)** - -[🐝 Terry Ritchie](terry-ritchie.md) 🔗 [game](game.md), [flappy bird](flappy-bird.md) - -' ----------------------------------------------- ' QB64 FlappyBird Clone by Terry Ritchie 02/28/... - **[Four Player Pong](four-player-pong/index.md)** [🐝 Matthew](matthew.md) 🔗 [game](game.md), [pong](pong.md) diff --git a/samples/hunters-revenge/index.md b/samples/hunters-revenge/index.md index b763e233..ba240bdf 100644 --- a/samples/hunters-revenge/index.md +++ b/samples/hunters-revenge/index.md @@ -15,6 +15,14 @@ A shooting game created in QB64 ``` +### 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 "main.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/hunters-revenge/src/main.bas) +* [RUN "main.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/hunters-revenge/src/main.bas) +* [PLAY "main.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/hunters-revenge/src/main.bas) + ### File(s) * [main.bas](src/main.bas) diff --git a/samples/lightson/index.md b/samples/lightson/index.md index d25ac836..f12e5e79 100644 --- a/samples/lightson/index.md +++ b/samples/lightson/index.md @@ -18,6 +18,14 @@ 'https://en.wikipedia.org/wiki/Lights_Out_(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 "lightson.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/lightson/src/lightson.bas) +* [RUN "lightson.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/lightson/src/lightson.bas) +* [PLAY "lightson.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/lightson/src/lightson.bas) + ### File(s) * [lightson.bas](src/lightson.bas) diff --git a/samples/money/index.md b/samples/money/index.md index fc76d1d4..9398a78e 100644 --- a/samples/money/index.md +++ b/samples/money/index.md @@ -14,6 +14,14 @@ Money manager 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 "money.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/money/src/money.bas) +* [RUN "money.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/money/src/money.bas) +* [PLAY "money.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/money/src/money.bas) + ### File(s) * [money.bas](src/money.bas) diff --git a/samples/moon-lander/index.md b/samples/moon-lander/index.md index ea30a890..422478bf 100644 --- a/samples/moon-lander/index.md +++ b/samples/moon-lander/index.md @@ -17,6 +17,14 @@ Controls: The multifarious keyboard controls are given by pressing F1 (Help) when the program is run. ``` +### 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 "l64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/moon-lander/src/l64.bas) +* [RUN "l64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/moon-lander/src/l64.bas) +* [PLAY "l64.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/moon-lander/src/l64.bas) + ### File(s) * [l64.bas](src/l64.bas) diff --git a/samples/ms-phone/index.md b/samples/ms-phone/index.md index 84ef94de..efbf19f7 100644 --- a/samples/ms-phone/index.md +++ b/samples/ms-phone/index.md @@ -14,6 +14,14 @@ Simple phone directory 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 "phone.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/ms-phone/src/phone.bas) +* [RUN "phone.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/ms-phone/src/phone.bas) +* [PLAY "phone.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/ms-phone/src/phone.bas) + ### File(s) * [phone.bas](src/phone.bas) diff --git a/samples/mycraft/index.md b/samples/mycraft/index.md index cd7f5745..c3a5d00e 100644 --- a/samples/mycraft/index.md +++ b/samples/mycraft/index.md @@ -14,6 +14,14 @@ Progress toward a Minecraft clone. ``` +### 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 "mycraft_0_001.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/mycraft/src/mycraft_0_001.bas) +* [RUN "mycraft_0_001.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/mycraft/src/mycraft_0_001.bas) +* [PLAY "mycraft_0_001.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/mycraft/src/mycraft_0_001.bas) + ### File(s) * [mycraft_0_001.bas](src/mycraft_0_001.bas) diff --git a/samples/names/index.md b/samples/names/index.md index ee759b23..d766cfce 100644 --- a/samples/names/index.md +++ b/samples/names/index.md @@ -63,6 +63,14 @@ For further details on NAMES.BAS, see "Building a QBasic Database" (DRG #6, November 1992, page 65). ``` +### 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 "names.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/names/src/names.bas) +* [RUN "names.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/names/src/names.bas) +* [PLAY "names.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/names/src/names.bas) + ### File(s) * [names.bas](src/names.bas) diff --git a/samples/pendulum-game/index.md b/samples/pendulum-game/index.md index 3c2d3481..b8040821 100644 --- a/samples/pendulum-game/index.md +++ b/samples/pendulum-game/index.md @@ -14,6 +14,14 @@ My attempt at creating something drawing inspiration from Fire Rides by Voodoo. Made with QB64. ``` +### 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 "pendulum.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/pendulum-game/src/pendulum.bas) +* [RUN "pendulum.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/pendulum-game/src/pendulum.bas) +* [PLAY "pendulum.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/pendulum-game/src/pendulum.bas) + ### File(s) * [pendulum-master.zip](src/pendulum-master.zip) diff --git a/samples/phone/index.md b/samples/phone/index.md index 1bab7c51..79dc87af 100644 --- a/samples/phone/index.md +++ b/samples/phone/index.md @@ -55,6 +55,14 @@ For further details on PHONE.BAS, see "Elementary Steps to Programming" (DRG #4, page 63). ``` +### 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 "phone.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/phone/src/phone.bas) +* [RUN "phone.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/phone/src/phone.bas) +* [PLAY "phone.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/phone/src/phone.bas) + ### File(s) * [phone.bas](src/phone.bas) diff --git a/samples/pipes-puzzle/index.md b/samples/pipes-puzzle/index.md index a321d94f..2eeeb353 100644 --- a/samples/pipes-puzzle/index.md +++ b/samples/pipes-puzzle/index.md @@ -20,6 +20,14 @@ 'NOTE: Formally called MazeConnect Prototype on the forum. ``` +### 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 "pipes.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/pipes-puzzle/src/pipes.bas) +* [RUN "pipes.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/pipes-puzzle/src/pipes.bas) +* [PLAY "pipes.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/pipes-puzzle/src/pipes.bas) + ### File(s) * [pipes-puzzle.zip](src/pipes-puzzle.zip) diff --git a/samples/pixelplus/index.md b/samples/pixelplus/index.md index d2b696f8..6eff356a 100644 --- a/samples/pixelplus/index.md +++ b/samples/pixelplus/index.md @@ -45,6 +45,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 "usersubs.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/pixelplus/src/usersubs.bas) +* [RUN "usersubs.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/pixelplus/src/usersubs.bas) +* [PLAY "usersubs.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/pixelplus/src/usersubs.bas) + ### File(s) * [pp256img.zip](src/pp256img.zip) diff --git a/samples/qb-nventory/index.md b/samples/qb-nventory/index.md index 64fd6aba..2a9b31c0 100644 --- a/samples/qb-nventory/index.md +++ b/samples/qb-nventory/index.md @@ -23,6 +23,14 @@ There are some issues with disk storage, writing seems fine, but reading doesn't Here's some screens! Running for the first time in almost 20 years using [qb64] ``` +### 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 "nventory.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/qb-nventory/src/nventory.bas) +* [RUN "nventory.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/qb-nventory/src/nventory.bas) +* [PLAY "nventory.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/qb-nventory/src/nventory.bas) + ### File(s) * [nventory.bas](src/nventory.bas) diff --git a/samples/qb-tank-commander/index.md b/samples/qb-tank-commander/index.md index 2b9e3bc3..b6a68990 100644 --- a/samples/qb-tank-commander/index.md +++ b/samples/qb-tank-commander/index.md @@ -42,6 +42,14 @@ 'tank beyond repair, with a single strike. ``` +### 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 "tcv2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/qb-tank-commander/src/tcv2.bas) +* [RUN "tcv2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/qb-tank-commander/src/tcv2.bas) +* [PLAY "tcv2.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/qb-tank-commander/src/tcv2.bas) + ### File(s) * [tcv2.bas](src/tcv2.bas) diff --git a/samples/qcards/index.md b/samples/qcards/index.md index a75e5b10..b2243aaf 100644 --- a/samples/qcards/index.md +++ b/samples/qcards/index.md @@ -14,6 +14,14 @@ A simple database using a cardfile user interface 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 "qcards.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/qcards/src/qcards.bas) +* [RUN "qcards.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/qcards/src/qcards.bas) +* [PLAY "qcards.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/qcards/src/qcards.bas) + ### File(s) * [qcards.bas](src/qcards.bas) diff --git a/samples/qdigger/index.md b/samples/qdigger/index.md index 7a35bbbc..16d82102 100644 --- a/samples/qdigger/index.md +++ b/samples/qdigger/index.md @@ -14,6 +14,14 @@ A DIGGER game clone by RETROQB45. ``` +### 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 "qdigger.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/qdigger/src/qdigger.bas) +* [RUN "qdigger.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/qdigger/src/qdigger.bas) +* [PLAY "qdigger.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/qdigger/src/qdigger.bas) + ### File(s) * [qdigger.bas](src/qdigger.bas) diff --git a/samples/rattler/index.md b/samples/rattler/index.md index 921e59fb..6c277e28 100644 --- a/samples/rattler/index.md +++ b/samples/rattler/index.md @@ -14,6 +14,14 @@ Snake clone by Bob Seguin. ``` +### 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 "rattler.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/rattler/src/rattler.bas) +* [RUN "rattler.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/rattler/src/rattler.bas) +* [PLAY "rattler.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/rattler/src/rattler.bas) + ### File(s) * [rattler.bas](src/rattler.bas) diff --git a/samples/robo-raider/index.md b/samples/robo-raider/index.md index 1868bab1..3579f918 100644 --- a/samples/robo-raider/index.md +++ b/samples/robo-raider/index.md @@ -17,6 +17,14 @@ Robo Raider is Copyright 2004 by Kevin ``` +### 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 "roboraid.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/robo-raider/src/roboraid.bas) +* [RUN "roboraid.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/robo-raider/src/roboraid.bas) +* [PLAY "roboraid.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/robo-raider/src/roboraid.bas) + ### File(s) * [roboraid.bas](src/roboraid.bas) diff --git a/samples/schemat/index.md b/samples/schemat/index.md index d60c587a..a97c154c 100644 --- a/samples/schemat/index.md +++ b/samples/schemat/index.md @@ -49,6 +49,14 @@ This program was influenced by examples from the book "Tandy Graphics and Sound QB64 does not target DOS. Due to changes made in the code to get it running under QB64 it probably does not build in QuickBasic anymore. I may at some point revisit this and set up some sort of build system which comments/uncomments different parts in order to allow building in QuickBasic again. ``` +### 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 "schemat.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/schemat/src/schemat.bas) +* [RUN "schemat.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/schemat/src/schemat.bas) +* [PLAY "schemat.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/schemat/src/schemat.bas) + ### File(s) * [schemat.bas](src/schemat.bas) diff --git a/samples/set-fire-to-rain/index.md b/samples/set-fire-to-rain/index.md index 08a570f4..417ab62d 100644 --- a/samples/set-fire-to-rain/index.md +++ b/samples/set-fire-to-rain/index.md @@ -14,6 +14,14 @@ A hot game. Let's make Adele proud. ``` +### 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 "setfire.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/set-fire-to-rain/src/setfire.bas) +* [RUN "setfire.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/set-fire-to-rain/src/setfire.bas) +* [PLAY "setfire.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/set-fire-to-rain/src/setfire.bas) + ### File(s) * [set-fire-to-the-rain.zip](src/set-fire-to-the-rain.zip) diff --git a/samples/shooter/index.md b/samples/shooter/index.md index 53fd0ac6..7531749c 100644 --- a/samples/shooter/index.md +++ b/samples/shooter/index.md @@ -10,6 +10,14 @@ 1945-style shooter. ``` +### 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 "shoot.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/shooter/src/shoot.bas) +* [RUN "shoot.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/shooter/src/shoot.bas) +* [PLAY "shoot.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/shooter/src/shoot.bas) + ### File(s) * [shoot.bas](src/shoot.bas) diff --git a/samples/snake-basic/index.md b/samples/snake-basic/index.md index d901e956..4e914a9c 100644 --- a/samples/snake-basic/index.md +++ b/samples/snake-basic/index.md @@ -14,6 +14,14 @@ Snake clone by pcluddite. ``` +### 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 "snake.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/snake-basic/src/snake.bas) +* [RUN "snake.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/snake-basic/src/snake.bas) +* [PLAY "snake.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/snake-basic/src/snake.bas) + ### File(s) * [snake-basic.zip](src/snake-basic.zip) diff --git a/samples/stock-watcher/index.md b/samples/stock-watcher/index.md index b6e4daea..c8b11a06 100644 --- a/samples/stock-watcher/index.md +++ b/samples/stock-watcher/index.md @@ -10,6 +10,14 @@ Stock Watcher program. ``` +### 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 "qb64stocks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/stock-watcher/src/qb64stocks.bas) +* [RUN "qb64stocks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/stock-watcher/src/qb64stocks.bas) +* [PLAY "qb64stocks.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/stock-watcher/src/qb64stocks.bas) + ### File(s) * [qb64stocks.bas](src/qb64stocks.bas) diff --git a/samples/super-mario-jump/index.md b/samples/super-mario-jump/index.md index 3c20ddae..e1e8e11e 100644 --- a/samples/super-mario-jump/index.md +++ b/samples/super-mario-jump/index.md @@ -14,6 +14,14 @@ Super Mario Jump! ``` +### 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 "supermariojump.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/super-mario-jump/src/supermariojump.bas) +* [RUN "supermariojump.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/super-mario-jump/src/supermariojump.bas) +* [PLAY "supermariojump.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/super-mario-jump/src/supermariojump.bas) + ### File(s) * [supermariojump.bas](src/supermariojump.bas) diff --git a/samples/tag-cloud.md b/samples/tag-cloud.md index d9e4d099..6e4d7cae 100644 --- a/samples/tag-cloud.md +++ b/samples/tag-cloud.md @@ -2,4 +2,4 @@ ## TAGS -[game:58](game.md) • [dos world:14](dos-world.md) • [screensaver:12](screensaver.md) • [3d:11](3d.md) • [screenblanker:11](screenblanker.md) • [fractal:10](fractal.md) • [9 lines:8](9-lines.md) • [graphics:8](graphics.md) • [data management:6](data-management.md) • [geometry:5](geometry.md) • [mandelbrot:5](mandelbrot.md) • [art:4](art.md) • [intersections:4](intersections.md) • [2d:3](2d.md) • [breakout:3](breakout.md) • [drawing:3](drawing.md) • [maze:3](maze.md) • [physics:3](physics.md) • [snake:3](snake.md) • [space shooter:3](space-shooter.md) • [starfield:3](starfield.md) • [tetris:3](tetris.md) • [trigonometry:3](trigonometry.md) • [artillery:2](artillery.md) • [ascii:2](ascii.md) • [bad boxes:2](bad-boxes.md) • [clock:2](clock.md) • [collisions:2](collisions.md) • [fire:2](fire.md) • [image processing:2](image-processing.md) • [julia set:2](julia-set.md) • [legacy:2](legacy.md) • [particles:2](particles.md) • [pendulum:2](pendulum.md) • [plasma:2](plasma.md) • [pong:2](pong.md) • [puzzle:2](puzzle.md) • [ray tracer:2](ray-tracer.md) • [ray tracing:2](ray-tracing.md) • [shooter:2](shooter.md) • [tic tac toe:2](tic-tac-toe.md) • [tui:2](tui.md) • [zen:2](zen.md) • [2 player:1](2-player.md) • [abacus:1](abacus.md) • [ai:1](ai.md) • [arithmetic:1](arithmetic.md) • [automata:1](automata.md) • [binary:1](binary.md) • [biorhythms:1](biorhythms.md) • [bitmap:1](bitmap.md) • [calculator:1](calculator.md) • [calendar:1](calendar.md) • [chess:1](chess.md) • [circuits:1](circuits.md) • [color picker:1](color-picker.md) • [conway:1](conway.md) • [counter:1](counter.md) • [cube:1](cube.md) • [curve:1](curve.md) • [defense:1](defense.md) • [desktop:1](desktop.md) • [digger:1](digger.md) • [draw:1](draw.md) • [editor:1](editor.md) • [eliza:1](eliza.md) • [ellipse:1](ellipse.md) • [fern:1](fern.md) • [fibonacci:1](fibonacci.md) • [filled circle:1](filled-circle.md) • [finance:1](finance.md) • [flappy bird:1](flappy-bird.md) • [flight:1](flight.md) • [floorscape:1](floorscape.md) • [frogger:1](frogger.md) • [frostbite:1](frostbite.md) • [gl:1](gl.md) • [graph:1](graph.md) • [gravity:1](gravity.md) • [hangman:1](hangman.md) • [hex:1](hex.md) • [image manipulation:1](image-manipulation.md) • [interface:1](interface.md) • [interpolation:1](interpolation.md) • [interpreter:1](interpreter.md) • [isometric:1](isometric.md) • [jpeg:1](jpeg.md) • [lander:1](lander.md) • [letter:1](letter.md) • [lights:1](lights.md) • [lisp:1](lisp.md) • [lorenz:1](lorenz.md) • [maptriangle:1](maptriangle.md) • [mario:1](mario.md) • [math:1](math.md) • [matrix:1](matrix.md) • [measure:1](measure.md) • [minecraft:1](minecraft.md) • [money:1](money.md) • [mosaic:1](mosaic.md) • [multiplayer:1](multiplayer.md) • [music:1](music.md) • [pdf:1](pdf.md) • [platform:1](platform.md) • [platformer:1](platformer.md) • [raycaster:1](raycaster.md) • [reflections:1](reflections.md) • [ripple:1](ripple.md) • [roguelike:1](roguelike.md) • [rotations:1](rotations.md) • [rpg:1](rpg.md) • [schematics:1](schematics.md) • [simulation:1](simulation.md) • [sort:1](sort.md) • [sound:1](sound.md) • [sphere:1](sphere.md) • [spiral:1](spiral.md) • [stocks:1](stocks.md) • [tank:1](tank.md) • [tic tac toe rings:1](tic-tac-toe-rings.md) • [torus:1](torus.md) • [tower:1](tower.md) • [tunnel:1](tunnel.md) • [turtle graphics:1](turtle-graphics.md) • [vectors:1](vectors.md) • [wave motion:1](wave-motion.md) • [wireframe:1](wireframe.md) \ No newline at end of file +[game:57](game.md) • [dos world:14](dos-world.md) • [screensaver:12](screensaver.md) • [3d:11](3d.md) • [screenblanker:11](screenblanker.md) • [fractal:10](fractal.md) • [9 lines:8](9-lines.md) • [graphics:8](graphics.md) • [data management:6](data-management.md) • [geometry:5](geometry.md) • [mandelbrot:5](mandelbrot.md) • [art:4](art.md) • [intersections:4](intersections.md) • [2d:3](2d.md) • [breakout:3](breakout.md) • [drawing:3](drawing.md) • [maze:3](maze.md) • [physics:3](physics.md) • [snake:3](snake.md) • [space shooter:3](space-shooter.md) • [starfield:3](starfield.md) • [tetris:3](tetris.md) • [trigonometry:3](trigonometry.md) • [artillery:2](artillery.md) • [ascii:2](ascii.md) • [bad boxes:2](bad-boxes.md) • [clock:2](clock.md) • [collisions:2](collisions.md) • [fire:2](fire.md) • [image processing:2](image-processing.md) • [julia set:2](julia-set.md) • [legacy:2](legacy.md) • [particles:2](particles.md) • [pendulum:2](pendulum.md) • [plasma:2](plasma.md) • [pong:2](pong.md) • [puzzle:2](puzzle.md) • [ray tracer:2](ray-tracer.md) • [ray tracing:2](ray-tracing.md) • [shooter:2](shooter.md) • [tic tac toe:2](tic-tac-toe.md) • [tui:2](tui.md) • [zen:2](zen.md) • [2 player:1](2-player.md) • [abacus:1](abacus.md) • [ai:1](ai.md) • [arithmetic:1](arithmetic.md) • [automata:1](automata.md) • [binary:1](binary.md) • [biorhythms:1](biorhythms.md) • [bitmap:1](bitmap.md) • [calculator:1](calculator.md) • [calendar:1](calendar.md) • [chess:1](chess.md) • [circuits:1](circuits.md) • [color picker:1](color-picker.md) • [conway:1](conway.md) • [counter:1](counter.md) • [cube:1](cube.md) • [curve:1](curve.md) • [defense:1](defense.md) • [desktop:1](desktop.md) • [digger:1](digger.md) • [draw:1](draw.md) • [editor:1](editor.md) • [eliza:1](eliza.md) • [ellipse:1](ellipse.md) • [fern:1](fern.md) • [fibonacci:1](fibonacci.md) • [filled circle:1](filled-circle.md) • [finance:1](finance.md) • [flight:1](flight.md) • [floorscape:1](floorscape.md) • [frogger:1](frogger.md) • [frostbite:1](frostbite.md) • [gl:1](gl.md) • [graph:1](graph.md) • [gravity:1](gravity.md) • [hangman:1](hangman.md) • [hex:1](hex.md) • [image manipulation:1](image-manipulation.md) • [interface:1](interface.md) • [interpolation:1](interpolation.md) • [interpreter:1](interpreter.md) • [isometric:1](isometric.md) • [jpeg:1](jpeg.md) • [lander:1](lander.md) • [letter:1](letter.md) • [lights:1](lights.md) • [lisp:1](lisp.md) • [lorenz:1](lorenz.md) • [maptriangle:1](maptriangle.md) • [mario:1](mario.md) • [math:1](math.md) • [matrix:1](matrix.md) • [measure:1](measure.md) • [minecraft:1](minecraft.md) • [money:1](money.md) • [mosaic:1](mosaic.md) • [multiplayer:1](multiplayer.md) • [music:1](music.md) • [pdf:1](pdf.md) • [platform:1](platform.md) • [platformer:1](platformer.md) • [raycaster:1](raycaster.md) • [reflections:1](reflections.md) • [ripple:1](ripple.md) • [roguelike:1](roguelike.md) • [rotations:1](rotations.md) • [rpg:1](rpg.md) • [schematics:1](schematics.md) • [simulation:1](simulation.md) • [sort:1](sort.md) • [sound:1](sound.md) • [sphere:1](sphere.md) • [spiral:1](spiral.md) • [stocks:1](stocks.md) • [tank:1](tank.md) • [tic tac toe rings:1](tic-tac-toe-rings.md) • [torus:1](torus.md) • [tower:1](tower.md) • [tunnel:1](tunnel.md) • [turtle graphics:1](turtle-graphics.md) • [vectors:1](vectors.md) • [wave motion:1](wave-motion.md) • [wireframe:1](wireframe.md) \ No newline at end of file diff --git a/samples/terry-ritchie.md b/samples/terry-ritchie.md index a5773bcd..ce6ced2c 100644 --- a/samples/terry-ritchie.md +++ b/samples/terry-ritchie.md @@ -14,12 +14,6 @@ '** '** Program Name: Bad Boxes '** Version : 1.0 '** Author : Terry Ritchie '** Date ... -**[Flappy Bird](flappy-bird/index.md)** - -[🐝 Terry Ritchie](terry-ritchie.md) 🔗 [game](game.md), [flappy bird](flappy-bird.md) - -' ----------------------------------------------- ' QB64 FlappyBird Clone by Terry Ritchie 02/28/... - **[Super Mario Jump](super-mario-jump/index.md)** [🐝 Terry Ritchie](terry-ritchie.md) 🔗 [game](game.md), [mario](mario.md) diff --git a/samples/tic-tac-toe-rings/index.md b/samples/tic-tac-toe-rings/index.md index a1a15827..46befcc2 100644 --- a/samples/tic-tac-toe-rings/index.md +++ b/samples/tic-tac-toe-rings/index.md @@ -14,6 +14,14 @@ Tic Tac Toe Rings by Fellippe Heitor. ``` +### 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 "tictactoering.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/tic-tac-toe-rings/src/tictactoering.bas) +* [RUN "tictactoering.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/tic-tac-toe-rings/src/tictactoering.bas) +* [PLAY "tictactoering.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/tic-tac-toe-rings/src/tictactoering.bas) + ### File(s) * [tic-tac-toe-rings.zip](src/tic-tac-toe-rings.zip) diff --git a/samples/tui/index.md b/samples/tui/index.md index 0a735528..59982443 100644 --- a/samples/tui/index.md +++ b/samples/tui/index.md @@ -14,6 +14,14 @@ Text User Interface for QB64 projects ``` +### 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 "tui.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/tui/src/tui.bas) +* [RUN "tui.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/tui/src/tui.bas) +* [PLAY "tui.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/tui/src/tui.bas) + ### File(s) * [tui.bas](src/tui.bas)