1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/qbguy.md
2022-12-26 14:41:23 -06:00

2 KiB

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLES BY QBGUY

Analog Calculator

🐝 qbguy 🔗 trigonometry, legacy

Analog calculator.

AsciiPong

🐝 qbguy 🔗 game, pong, legacy

' This work has been released into the public domain by the copyright ' holder. This applies worl...

Chess QBasic

🐝 qbguy 🔗 game, chess, legacy

Chess, against a computer opponent with AI! PRINT "QBASIC CHESS" PRINT PRINT " CHESS is a gam...

Kaleidoscope 3D

🐝 qbguy 🔗 3d, art

Move mouse to rotate, escape to quit

Kaleidoscope Doodler

🐝 qbguy 🔗 art, drawing

Left-click to draw, right click or middle click to clear screen, escape to quit.

Lisp Interpreter

🐝 qbguy 🔗 interpreter, lisp

Scheme is a functional programming language that uses a minimalist implementation of the LISP lan...

Mandelbrot Set 2008

🐝 qbguy 🔗 fractal, mandelbrot

public domain, uses qb64's 2d prototype

Mandelbrot Spiral

🐝 qbguy 🔗 fractal, mandelbrot

Mandelbrot spiral by qbguy.

Tic Tac Toe 3D

🐝 qbguy 🔗 game, tic tac toe

The goal is to get four in a row while preventing the computer from doing the same. Move by click...