You are browsing as a guest. Sign up (or log in) to start making projects!

Mario

@Mario

Joined June 2nd, 2026

  • 6Devlogs
  • 2Projects
  • 1Ships
  • 3Votes
Ship

A silly little Slack bot that allows users to create ASCII images and text with simple commands. The bot can produce ASCII art images of Shrek, Garfield, Bluey, and Pikachu. It can also create ASCII text of any normal text with no whitespace and in any single-word font found at https://asciified.thelicato.io/. It also has a help command to help users use the different commands.

The Install link only works for the Hack Club Slack workspace.

Try project → See source code →
Open comments for this post

6h 56m 1s logged

I built out the game’s opening experience. The game now has a proper introduction that leads into a character creation phase before the adventure begins. Players can choose from several fighting classes, each designed to encourage a different playstyle, and spend their starting skill points on a variety of attributes. These choices will influence how the game plays as you progress. With the introduction and character customization in place, my next goal is to start developing the main gameplay that follows this opening sequence. I’m planning to add a combat system, a way to interact with other characters throughout the world, and plenty of other features. One thing I’m still missing is a name! If you somehow decided that all of this was worth reading, ideas for the game’s title or features in general would be much appreciated.

Original post
@Mario

I built out the game’s opening experience. The game now has a proper introduction that leads into a character creation phase before the adventure begins. Players can choose from several fighting classes, each designed to encourage a different playstyle, and spend their starting skill points on a variety of attributes. These choices will influence how the game plays as you progress. With the introduction and character customization in place, my next goal is to start developing the main gameplay that follows this opening sequence. I’m planning to add a combat system, a way to interact with other characters throughout the world, and plenty of other features. One thing I’m still missing is a name! If you somehow decided that all of this was worth reading, ideas for the game’s title or features in general would be much appreciated.

Replies

Loading replies…

0
3
Open comments for this post

3h 43m 53s logged

I started implementing some basic commands that players can use to interact with the game. At the moment, the only available commands display help information, but I now have a solid command-handling system in place that should make adding new commands and features much easier going forward. Creating the help page also helped me think through and refine how the game’s core mechanics and player interactions will work.

Original post
@Mario

I started implementing some basic commands that players can use to interact with the game. At the moment, the only available commands display help information, but I now have a solid command-handling system in place that should make adding new commands and features much easier going forward. Creating the help page also helped me think through and refine how the game’s core mechanics and player interactions will work.

Replies

Loading replies…

0
1
Open comments for this post

1h 49m 30s logged

I created my project and started setting some basic functionality up. It can now start the program through a simple command, which results in a simple start screen being displayed. After that, the user can write inputs, and the program will see them but not act on them. I don’t have a name for the game yet, so the title screen has “untitled” in ASCII text as a placeholder.

Original post
@Mario

I created my project and started setting some basic functionality up. It can now start the program through a simple command, which results in a simple start screen being displayed. After that, the user can write inputs, and the program will see them but not act on them. I don’t have a name for the game yet, so the title screen has “untitled” in ASCII text as a placeholder.

Replies

Loading replies…

0
1
Open comments for this post

2h 37m 44s logged

I’ve been working on trying to make the bot available for anyone to use in any Slack workspace. I tried to accomplish this without a domain because I didn’t want to pay for one, and I wasn’t aware of the free options available. Even though only 2 and a half hours are being logged from the occasional edits I’ve had to make in VS Code, I spent at least 4 hours on top of that working through this, mostly on the terminal. I’ve applied for the GitHub Student Developer Pack, which will hopefully allow me to obtain a domain and make this process much easier.

Original post
@Mario

I’ve been working on trying to make the bot available for anyone to use in any Slack workspace. I tried to accomplish this without a domain because I didn’t want to pay for one, and I wasn’t aware of the free options available. Even though only 2 and a half hours are being logged from the occasional edits I’ve had to make in VS Code, I spent at least 4 hours on top of that working through this, mostly on the terminal. I’ve applied for the GitHub Student Developer Pack, which will hopefully allow me to obtain a domain and make this process much easier.

Replies

Loading replies…

0
2
Open comments for this post

1h 22m 18s logged

I got the bot working 24/7 using nest. I had some trouble figuring out how to update the bot so that it would use the latest version 24/7, but I figured it out eventually. Also added both Bluey and Pikachu as drawable characters and implemented the asciified API to add ASCII text.

Original post
@Mario

I got the bot working 24/7 using nest. I had some trouble figuring out how to update the bot so that it would use the latest version 24/7, but I figured it out eventually. Also added both Bluey and Pikachu as drawable characters and implemented the asciified API to add ASCII text.

Replies

Loading replies…

0
5
Open comments for this post

2h 6m 49s logged

The main functionality of my bot is finished. I will be working on getting it to be live 24/7. Also looking for suggestions as to what to add next

Original post
@Mario

The main functionality of my bot is finished. I will be working on getting it to be live 24/7. Also looking for suggestions as to what to add next

Replies

Loading replies…

0
1

Followers

Loading…