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

6h 52m 48s logged

Devlog 2


I haven’t posted a devlog in a solid week , so here it is!
For the entire week i only really coded 2 days, this is because i slept little and i did apsolutely not have the energy to code.

I’ve added only 2 apps, unfortunately. They are a clicker game which was inspired by cookie clicker(but it looks nothing alike cookie clicker) and an admin app which currently only serves as a cheat for the clicker app but as i add more apps it’ll gain more features.
(you can see both apps in the pic)

Bugs i ran into which wasted a quite a bit of time:

  • While i was making clicker, the images that should appear in the upgrade section when you buy an upgrade didn’t appear even tho everything in the code seemed correct.. long story short i was looking at my code and changing random stuff for quite a bit before i realized i was just accessing the images from the wrong path :]
  • When i “finished” the clicker app the day after my previous devlog, i noticed that the images that appear when you buy stuff aren’t there when you opened and reopened the app. I was trying a lot of stuff to see if i can somehow fix it without making a dictionary(or storing how many images each upgrade has) and after wasting probably an hour i gave up and just stored how many images each upgrade section has in a dict and it fixed it.
  • This isn’t really a bug but a lot of the time i spent making clicker was just deciding on how it will look and function, same goes for the admin app however the admin app was much simpler and before starting to code it i already had in mind how i wanted it to look and function

This devlog is already way too long but here are the next thingies i’ll add:

  1. possibly a sound when you slide a window
  2. settings
  3. introduction app
  4. definitely make the code more modular since currently there are a few magic numbers
  5. maybe make it so that you can minimize a window
0
8

Comments 0

No comments yet. Be the first!