Please sign in to access this page

Word Chain

Word Chain Used AI

6 devlogs
8h 43m
•  Ship certified

A fun and competitive word game on Slack at #word-chain

Timeline

Ship 1

1 payout of shell 144.0 shells

Tharakesh Rajesh

about 2 months ago

Tharakesh Rajesh Covers 6 devlogs and 8h 43m

I added a channel debugging feature so that people self hosting the bot don't need to SSH or open their terminal to see what went wrong. Also fixed the other start game bug. Still need to make it more competitive though, maybe later.

Update attachment

Finished v1.1
This version fixed MANY bugs like the bot randomly crashing because it tries to reply in a channel it isn't in, and other stuff I can't remember.
But I also cleaned up the scripts a lot and added some other files to help with self-hosting.
Also added some more commands to help with developing and setting up the bot.

Update attachment

I finally finished the passive version of the not. V1 is now done. Added ton more things.

Update attachment

Renovated the basics and now it should be better. I have to use another port separately just for slash commands because slack bolt's message function thingy didn't work so I have been using express to receive event subscriptions. So since I had another port, that meant I needed to expose it again and you can't really use two cloudflare tunnels on the same host to I decided to not be lazy and get ngrok and it is way faster, but only one agent at a time. Also I am planning on making this game a competitive one, not passive.

TL;DR
* Added some slash commands
* Can't use the same word again
* Some other things I probably can't remember

Update attachment

I finally got the basics of the bot to work and it now checks if the first letter of the new word matches the last letter of the old one and actually is an English word in the dictionary. Also got it to use reactions.

Update attachment

I spent way too much time getting this bot to work but I made a ping slash command which replies with pong and when you mention the bot it gets mad. I had to set up a cloudflare tunnel and find a workaround to some bolt commands but got it to work somewhat in the end.

Update attachment