Last Call BBS

This commit is contained in:
JP Hastings-Spital 2024-06-04 13:15:16 +01:00
parent 365c6e34fc
commit 726c00c5f2
5 changed files with 15 additions and 2 deletions

View file

@ -219,7 +219,7 @@ img.profile {
}
}
article {
article, section {
figure {
margin-left: auto;
margin-right: auto;

View file

@ -0,0 +1,13 @@
---
title: "Last Call BBS"
date: 2024-06-04T12:56:27+01:00
tags:
- EMFCamp
- StarWars
---
My post [EMFCamp](/tags/emfcamp) lie-in was spent hacking on #LastCallBBS (which I bought after enjoying it in EMF's excellent Arcade) and creating a new Bulletin Board to dial into…
{{< imgorvid src="screencap.mp4" alt="A video of the Last Call BBS dialling up a 'towel.blinkenlights.nl' server that shows an ASCII art version of Star Wars Episode IV" >}}
(You should definitely play [Last Call BBS](https://www.zachtronics.com/last-call-bbs/))

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -1,2 +1,2 @@
{{- $args := dict "src" (.Get "src") -}}
{{- $args := dict "src" (.Get "src") "alt" (.Get "alt") -}}
{{- partial "image.gmi" $args -}}