Slide

Slide

7 devlogs
8h 7m
•  Ship certified
Created by zakkbob

A sliding puzzle game in slack

Timeline

Ship 1

1 payout of shell 147.0 shells

zakkbob

about 2 months ago

zakkbob Covers 7 devlogs and 8h 7m

It was originally hosted on Github Codespaces. So i went on a bit of an adventure to try to host it somewhere better.
First, I tried my homelab - But, I couldn't find the crumpled bit of paper with all my passwords on it (I'll fix that later)
Then, I tried cloudflare workers - But the Web-Assembly binary ended up being larger than 3MB and tinygo didn't work
Lastly, I tried Vercel - That worked!

I still need to implement win detection though

Update attachment

Multiple games can be played at once now.
A new one can be started with /slide-test

Next up is win detection!

Okay, the buttons DO work now. But, only one game can be played at a time :/

Tiles can move now! (Well, sort of, the buttons still don't work :P)

Update attachment

Forgot to add a blank tile!

Update attachment

I figured out how to make it print a board. And it's randomised!
Next, I need to make those buttons work

Update attachment

Trying to figure out how to make a slack bot in Go. Managed to add the arrows so far! :yay:

Update attachment