Juvenile Jail
14 subscribers
5 photos
1 file
5 links
Download Telegram
on the long run, I plan to make a GRAY'S KINKY ADVENTURE game in 2D first and then possibly 3D. Tho 3D only when I get a good enough PC 🀞.
I can still make 3D games but they won't be as neat as they would be on ANY newer generation PC instead of my current one.

> though game physics πŸ€ͺ. I quit science and now its coming back to haunt me
#pixelart
saw a few tutorials & 🀩
Its a ball with light falling on it from the left and its shadow on the opposite side

> I am impressed by what I could achieve and this even took wayy less time than that sword, but maybe that was because I took reference from an actual ball.

> will continue making these in 64x64 resolution coz the more pixels there are, the more details I gotta add.
#pixelart
Made my first public Telegram Bot πŸ˜ƒ
You can test it out @juvenilezbot
(not even close to being finished but gets the job done. Currently beta testing for larger issues)

EDIT1: After getting review from someone who is more experienced in Python, it turns out the whole code is overdone and the bot could have been a lot more simpler(?).

EDIT2: Since I started working on another bot, I won't be fixing or making changes to the bot anytime soon (not really, just procrastinating).

#programming
To-do list bot for Telegram
a bot for maintaining to-do list with an RPG-style twist.

- Simply send a message to the bot to convert it into a task.
- Different Task-Actions have different effects on the User's Status.
- View you status window using the /status command.
- Complete tasks to gain coins which determine the global leader-board.
- More game mechanics can be figured out by playing πŸ‘.

Bot Username: @kalegobot

>> I am starting beta-testing for the bot. This beta-testing is mainly aimed at User Experience. It's source code is not yet public because I want to release it only after I feel satisfied with the code quality (which I will get reviewed by pros). I don't want to release a version with lots of bugs and overdone code like how Reddit-bot was.

>> and ik the whole concept of GitHub and Open-Source is that the code should be made public which is exactly what I am aiming for but I'd just like to complete the version of it that I want and then take reviews and suggestions about it
πŸ™ƒ.

anyways,
reviews, bugs and suggestions are avidly welcome @juve_watson.
Me while in college irl
but I don't eat in the cafeteria
was feeling the burnout so took a long leave from coding and boy oh boy do I feel better now πŸ‘Œ.

I would stare at the VS Code screen, unwilling to even press a button, my own code felt like alien language and in fact it wasn't just programming but pretty much everything I was doing at that time including college and managing the channels. So, as soon as I finished v1 of Todoer-bot, I took a complete break from programming, changed my schedule a bit, reduced my screen time altogether including mobile and in just a weeks time I felt like the joy of living and getting things done came back to me.

So any of my fellas out there feeling irritated, unwilling to do those same things which used to interest you at one point in time, then my friends its burnout and it is time for you to take a break. Trust me, it helps, because you can't simply let go those things like studying or your job or many other such tasks, however, what you can do, is take a break, change your routine, and if taking a break is not really an option then just reduce the amount of time spent on that activity or change the environment around you. Another thing to do would be to tell the people around you about it. It's a possibility that people around you might not understand exactly how you feel (or even call you out as being lazy 😐) but you'd have at least let it all out and I believe it helps a lot.
Now when did that happen πŸ€”
11/22 - The Great Bot Genocide
Even though I have a lot more stuff going on that back when I had a burnout, I feel quite enthusiastic about all of it. I like getting into it and getting the job done whether it be assignment or fixing deployment issues.

Social life also thriving 😁. I didn't really know I had it in me to take the initiative and go talk to people (much easier than I thought). There was no anxiety or increased heartbeat or anything πŸ€·β€β™‚οΈ. Introverts make it sound like a big deal 🀑.

Also turns out I have a thing for event coordination, maybe something I got from handling announcements for our channels but I have been volunteering for various events and even as an anchor 🀯.
also go watch the "If my grandmother had wheels, she would have been a bike" clip on YouTube 🀌.
I know nobody cares but @kalegobot won't succumb to Heroku's discontinuation of free tier. It will keep running well after Nov 2022 πŸ‘.
Version 1.2: Item Shop @kalegobot
- item 'Mana Potion' available in exchange for coins.
- item 'Summoning Sticker' available in exchange for coins.
- item 'Summoning Sticker' cannot be used for the time being.

More about the update:
- Mana will be used for Ranking system similar to the one from Mairimashita!Iruma-kun.
- A ranking system will be added soon.
- bare-bones update. The text will be formatted in a later update.
- /leaderboard command is throwing exception (was working fine in testing environment). Will be fixed later. /leaderboard command is working fine.
Version 1.2.1: Ranking System @kalegobot

- Ranking System based on the Mana Level has been added.
- Leaderboard is now based on Mana Level instead of Coins.
- Players are ranked on the Gematria numerical system, Similar to the one shown in Mairimashita!Iruma-kun.
- Currently, the ranks correspond to the following Mana Levels:
Unranked - 1
Aleph - 90
Bet - 178
Gimmel - 266
Daleth - 354
...more ranks will be added soon.

Text formatting will be done in the next update.

⚠️ for those who are concerned about their privacy, user-tasks are not stored in plain text i.e. There is not way for me or anyone else to see the tasks in the database. ⚠️
Version 1.2.2~1.2.3: @kalegobot
> Added item Health Potion in shop.
> /status command returns an image report instead of text.
> status report is inspired by the one from Mairimashita! Iruma-kun (Chapter 220)

BUG: user can buy more than 100% HP which will also glitch the status report πŸ€¦β€β™‚οΈ, will fix later.
Well it was not like I couldn't follow through with keeping a journal channel alive, it's just that my life has been very uneventful in the past few months, basically since December when I made the last big update to @kalegobot.

But now I am back and I will start working on a GUI for the same todoer bot, however, it won't have telegram login and the primary reason being that it should be accessible to users even without a telegram account (plus too much dependence on telegram is not good since we already know what Twitter and Reddit did with their APIs)

So it will have a simple local db using SQLite and even the overall GUI won't be too fancy since honestly Tkinter is limited and I've also looked into similar libraries but they are a little too complicated for what I am trying to achieve.

However, I'd like to tell you guys that I am also learning Godot game engine on the side and since my objective is to create a fun todo list manager with a reward system or positive reinforcement for completing tasks while not being too distracting on its own, Godot will provide me the perfect set of tools and overall flexibility with the UI, while also being light weight.

Ig I should clarify that even though Godot is a game engine, it can still be used to create normal applications, you just don't use the game specific tools like physics, ray-casting and stuff.

So to summarise, I'll be posting updates on the GUI version of the todo list manager and then later on about Godot
so apparently all python GUI libraries are limited in terms of customization. There are quite a few tricks is these libraries to make custom graphics but then it starts lagging and overall, it is not optimal.

Same is the case with Tkinter. there are some really neat modern UI libraries but those mostly work with colors and user interactions. I wanted to make custom buttons (cyberpunk style) but it just doesn't seem feasible with tkinter.

Also the layout system in tkinter is a neat but requires a bit of learning and I couldn't just read the documentation and start using if efficiently plus I am also aiming for OOP since I don't want to hard code each UI element. I'll post a mock UI soon. ✌️
Wew, it's been like half a year already

Just goes to say how hard it is to be consistent at anything.
It happened