1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/bubbles/index.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2022-12-26 20:41:23 +00:00
[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md)
2022-06-14 14:19:43 +00:00
## SAMPLE: BUBBLES
![screenshot.png](img/screenshot.png)
### Author
[🐝 Tom Sales](../tom-sales.md)
### Description
```text
Copyright (C) 1994-95 DOS Resource Guide/DOS World
Published in Issue #17, September 1994, page 66 and
Issue #20, March 1995, page 64
It takes clever programming indeed to create an
interesting one-line program. You'll be amazed at
how much can be accomplished.
BUBBLES.BAS displays a changing array of colored circles that bubble toward
the top of the 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!
2022-07-06 18:56:55 +00:00
* [LOAD "bubbles.bas"](https://qbjs.org/index.html?src=https://qb64.com/samples/bubbles/src/bubbles.bas)
* [RUN "bubbles.bas"](https://qbjs.org/index.html?mode=auto&src=https://qb64.com/samples/bubbles/src/bubbles.bas)
* [PLAY "bubbles.bas"](https://qbjs.org/index.html?mode=play&src=https://qb64.com/samples/bubbles/src/bubbles.bas)
2022-06-14 14:19:43 +00:00
### File(s)
* [bubbles.bas](src/bubbles.bas)
2022-07-07 00:47:22 +00:00
🔗 [screensaver](../screensaver.md), [dos world](../dos-world.md), [254 chars](../254-chars.md), [qbjs](../qbjs.md)