|
6 | 6 | <meta property="og:site_name" content="EndBASIC"> |
7 | 7 | <title>Gallery - EndBASIC</title> |
8 | 8 | <meta property="og:title" content="Gallery - EndBASIC"> |
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/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 | | - 2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share."> |
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/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 | | - 2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share."> |
| 9 | +<meta name=description content="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 | + 2022-12-31: Snake clone. |
| 11 | +Click to launch jmmv/snake.bas and then hit ESC to stop the demo and inspect its code. |
| 12 | + 2022-12-31: Seasonal greetings for 2023. |
| 13 | +Click to launch jmmv/flakes.bas and then hit ESC to stop the demo and inspect its code."> |
| 14 | +<meta property="og:description" content="2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone! |
| 15 | + 2022-12-31: Snake clone. |
| 16 | +Click to launch jmmv/snake.bas and then hit ESC to stop the demo and inspect its code. |
| 17 | + 2022-12-31: Seasonal greetings for 2023. |
| 18 | +Click to launch jmmv/flakes.bas and then hit ESC to stop the demo and inspect its code."> |
15 | 19 | <meta name=author content="Julio Merino"> |
16 | 20 | <meta name=generator content="Hugo 0.92.1"> |
17 | 21 | <meta property="og:url" content="https://www.endbasic.dev/gallery.html"> |
@@ -50,24 +54,79 @@ <h1 class="title display-4 font-weight-normal">Ready<br>Gallery█</h1> |
50 | 54 | </div> |
51 | 55 | <article class=container> |
52 | 56 | <div class=media-card> |
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 | | -<p> |
55 | | -<a href="https://repl.endbasic.dev/?run=jmmv/arka.bas"><tt>jmmv/arka.bas</tt><br> |
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> |
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> |
60 | | -<a href="https://repl.endbasic.dev/?run=jmmv/winden.bas"><tt>jmmv/winden.bas</tt> |
61 | | -</p> |
62 | | -</div> |
63 | | -<div class=media-card> |
64 | 57 | <figure> |
65 | 58 | <iframe title=vimeo-player src="https://player.vimeo.com/video/641791002?h=bab5562902" width=640 height=360 frameborder=0 allowfullscreen></iframe> |
66 | 59 | <figcaption><p>2021-11-11: <a href=https://media.handmade-seattle.com/endbasic/>EndBASIC demo for Handmade Seattle 2021</a>, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!</p></figcaption> |
67 | 60 | </figure> |
68 | 61 | </div> |
69 | 62 | <div class=media-card> |
70 | 63 | <figure> |
| 64 | +<a href="https://repl.endbasic.dev/?run=jmmv/snake.bas" target=_blank> |
| 65 | +<img src=/images/20221231-snake.png width=640 height=480> |
| 66 | +</a> |
| 67 | +<figcaption> |
| 68 | +<p>2022-12-31: Snake clone.</p> |
| 69 | +<p>Click to launch <tt>jmmv/snake.bas</tt> and then hit ESC to stop the demo and inspect its code.</p> |
| 70 | +</figcaption> |
| 71 | +</figure> |
| 72 | +</div> |
| 73 | +<div class=media-card> |
| 74 | +<figure> |
| 75 | +<a href="https://repl.endbasic.dev/?run=jmmv/flakes.bas" target=_blank> |
| 76 | +<img src=/images/20221231-flakes.png width=640 height=480> |
| 77 | +</a> |
| 78 | +<figcaption> |
| 79 | +<p>2022-12-31: Seasonal greetings for 2023.</p> |
| 80 | +<p>Click to launch <tt>jmmv/flakes.bas</tt> and then hit ESC to stop the demo and inspect its code.</p> |
| 81 | +</figcaption> |
| 82 | +</figure> |
| 83 | +</div> |
| 84 | +<div class=media-card> |
| 85 | +<figure> |
| 86 | +<a href="https://repl.endbasic.dev/?run=jmmv/arka.bas" target=_blank> |
| 87 | +<img src=/images/20221231-arka.png width=640 height=480> |
| 88 | +</a> |
| 89 | +<figcaption> |
| 90 | +<p>2022-12-31: Arkanoid clone. Very rough implementation at this point.</p> |
| 91 | +<p>Click to launch <tt>jmmv/arka.bas</tt> and then hit ESC to stop the demo and inspect its code.</p> |
| 92 | +</figcaption> |
| 93 | +</figure> |
| 94 | +</div> |
| 95 | +<div class=media-card> |
| 96 | +<figure> |
| 97 | +<a href="https://repl.endbasic.dev/?run=jmmv/paint.bas" target=_blank> |
| 98 | +<img src=/images/20221231-paint.png width=640 height=480> |
| 99 | +</a> |
| 100 | +<figcaption> |
| 101 | +<p>2022-12-31: Simple interactive drawing program.</p> |
| 102 | +<p>Click to launch <tt>jmmv/paint.bas</tt> and then hit ESC to stop the demo and inspect its code.</p> |
| 103 | +</figcaption> |
| 104 | +</figure> |
| 105 | +</div> |
| 106 | +<div class=media-card> |
| 107 | +<figure> |
| 108 | +<a href="https://repl.endbasic.dev/?run=jmmv/winden.bas" target=_blank> |
| 109 | +<img src=/images/20221231-winden.png width=640 height=480> |
| 110 | +</a> |
| 111 | +<figcaption> |
| 112 | +<p>2022-12-31: 3D-style demo that renders "END", courtesy of winden@.</p> |
| 113 | +<p>Click to launch <tt>jmmv/winden.bas</tt> and then hit ESC to stop the demo and inspect its code.</p> |
| 114 | +</figcaption> |
| 115 | +</figure> |
| 116 | +</div> |
| 117 | +<div class=media-card> |
| 118 | +<figure> |
| 119 | +<a href="https://repl.endbasic.dev/?run=jmmv/bounce.bas" target=_blank> |
| 120 | +<img src=/images/20221231-bounce.png width=640 height=480> |
| 121 | +</a> |
| 122 | +<figcaption> |
| 123 | +<p>2022-12-31: One of the first demos that renders an animation.</p> |
| 124 | +<p>Click to launch <tt>jmmv/bounce.bas</tt> and then hit ESC to stop the demo and inspect its code.</p> |
| 125 | +</figcaption> |
| 126 | +</figure> |
| 127 | +</div> |
| 128 | +<div class=media-card> |
| 129 | +<figure> |
71 | 130 | <video width=640 controls> |
72 | 131 | <source src=/images/graphics-demo.mp4 type=video/mp4> |
73 | 132 | </video> |
|
0 commit comments