Skip to content

Commit ae8849c

Browse files
committed
Deploying to gh-pages from @ endbasic/homepage@73b4090 🚀
1 parent abaaf18 commit ae8849c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

gallery.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<title>Gallery - EndBASIC</title>
88
<meta property="og:title" content="Gallery - EndBASIC">
99
<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!
1111
2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share.">
1212
<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!
1414
2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share.">
1515
<meta name=author content="Julio Merino">
1616
<meta name=generator content="Hugo 0.92.1">
@@ -52,8 +52,11 @@ <h1 class="title display-4 font-weight-normal">Ready<br>Gallery&#9608;</h1>
5252
<div class=media-card>
5353
<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>
5454
<p>
55+
<a href="https://repl.endbasic.dev/?run=jmmv/arka.bas"><tt>jmmv/arka.bas</tt><br>
5556
<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>
5658
<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>
5760
<a href="https://repl.endbasic.dev/?run=jmmv/winden.bas"><tt>jmmv/winden.bas</tt>
5861
</p>
5962
</div>

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Join the mailing list
66
Project details GitHub project: endbasic/endbasic Report an issue Send feedback Support If you encounter any issue, please file a bug report or contact me via email or Twitter.</description></item><item><title>Documentation</title><link>https://www.endbasic.dev/docs.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/docs.html</guid><description>Introduction Launching the interpreter Writing your first program Loading and saving Getting help Language basics Case sensitivity Primitive types Arrays Operators Expressions GOTO and GOSUB Conditionals Loops Error handling Data blocks Console Text manipulation Interactive interfaces Rendering graphics Efficient graphics rendering File system Drives and paths Drive providers Side-loading files Cloud service Accessing public content Signing up Logging in Uploading a program Publishing a program Privacy and security notes Hardware access GPIO Configuration AUTOEXEC.</description></item><item><title>Download</title><link>https://www.endbasic.dev/download.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/download.html</guid><description>Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
77
Launch interpreter Binary releases The latest version of EndBASIC is 0.10.0 and was released on 2022-12-27.
88
OS Platform Link Linux x86_64 endbasic-0.10.0-linux-x86_64-sdl.tgz macOS x86_64 endbasic-0.10.0-macos-x86_64-sdl.tgz Windows x86_64 endbasic-0.10.0-windows-x86_64-sdl.zip Linux Raspberry Pi (ARM v7) endbasic-0.10.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description></item><item><title>Gallery</title><link>https://www.endbasic.dev/gallery.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/gallery.html</guid><description>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.
9-
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!
9+
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!
1010
2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share.</description></item></channel></rss>

0 commit comments

Comments
 (0)