|
7 | 7 | <title>Gallery - EndBASIC</title> |
8 | 8 | <meta property="og:title" content="Gallery - EndBASIC"> |
9 | 9 | <meta name=description content="Click these links to launch some publicly-shared demos right from your browser!Don't miss out on pressing ESC while the demos run for a surprise. |
10 | | - jmmv/bounce.bas jmmv/paint.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone! |
| 10 | + jmmv/arka.bas jmmv/bounce.bas jmmv/flakes.bas jmmv/paint.bas jmmv/snake.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone! |
11 | 11 | 2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share."> |
12 | 12 | <meta property="og:description" content="Click these links to launch some publicly-shared demos right from your browser!Don't miss out on pressing ESC while the demos run for a surprise. |
13 | | - jmmv/bounce.bas jmmv/paint.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone! |
| 13 | + jmmv/arka.bas jmmv/bounce.bas jmmv/flakes.bas jmmv/paint.bas jmmv/snake.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone! |
14 | 14 | 2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share."> |
15 | 15 | <meta name=author content="Julio Merino"> |
16 | 16 | <meta name=generator content="Hugo 0.92.1"> |
@@ -52,8 +52,11 @@ <h1 class="title display-4 font-weight-normal">Ready<br>Gallery█</h1> |
52 | 52 | <div class=media-card> |
53 | 53 | <p>Click these links to launch some publicly-shared demos right from your browser!<br>Don't miss out on pressing ESC while the demos run for a surprise.</p> |
54 | 54 | <p> |
| 55 | +<a href="https://repl.endbasic.dev/?run=jmmv/arka.bas"><tt>jmmv/arka.bas</tt><br> |
55 | 56 | <a href="https://repl.endbasic.dev/?run=jmmv/bounce.bas"><tt>jmmv/bounce.bas</tt><br> |
| 57 | +<a href="https://repl.endbasic.dev/?run=jmmv/flakes.bas"><tt>jmmv/flakes.bas</tt><br> |
56 | 58 | <a href="https://repl.endbasic.dev/?run=jmmv/paint.bas"><tt>jmmv/paint.bas</tt><br> |
| 59 | +<a href="https://repl.endbasic.dev/?run=jmmv/snake.bas"><tt>jmmv/snake.bas</tt><br> |
57 | 60 | <a href="https://repl.endbasic.dev/?run=jmmv/winden.bas"><tt>jmmv/winden.bas</tt> |
58 | 61 | </p> |
59 | 62 | </div> |
|
0 commit comments