Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Kuzzi

28
Posts
2
Topics
2
Followers
1
Following
A member registered Jan 22, 2023 · View creator page →

Creator of

Recent community posts

Simple concept, perfect execution! I just wish I didn't have to click them all each time I failed lol. I'm curious, what was your best time?

Definitely my favorite game I've seen in the jam so far!

Wow I suck at this game. Still a super cool concept though!

I didn't ask for free food 2, but how could I say no? super fun and I love the physics of the burgers!

Thank you!!

The fact that you were able to do all this 3d design done amazes me

I'm a sucker for speedrunning so seeing that timer just made me want to replay everything until I was as fast as possible! 

Absolutely love the art!

Super cool concept!

February 12, 2023 - 2:55AM

I'm done. I'm finally done. I don't even know what to say right now I am in a state of pure "wow".

I never thought I'd actually get a finished product out, not to mention the fact that I am actually proud of what I made. This has been an incredible journey, and one I will never forget, being that it is my first experience actually coding outside of school.

Thank you to all that have followed my devlog, who have commented on anything, or have helped me through the MFGJ discord, I couldn't have kept going without this to motivate me. I also wanted to thank my friends who helped to playtest the game, along with my computer science teacher Mr. Petti for teaching me how to do this in the first place.

To just list some of the things I learned in this jam, I could probably write an entire essay. I'll condense it into a bullet-point list anyways somehow.

How to use controlP5 in processing

how to use HashMaps

How to add photos to processing

How to add and edit data in .json files

How to write and format code in .json files

How to add and edit data in .csv tables

HOW NOT TO USE CLASSES 

How to check for when a player lets go of a mouse button

How to use void keyPressed() effectively (thanks JC)

What the use of a constructor method is

How to create sequencing in menus in the least efficient way possible

How to create a graph that automatically updates depending on the data size

How to properly use temp variables

The importance of playtesting

and probably more I'm forgetting!


If you want to try the game, here is the link.

https://kuzzi.itch.io/brand-yourself


This has been one of the most fun and productive uses of my time I have EVER done. And I have something to show for it too now! (Take that geometry dash)

Again, thank you to all that have stuck around throughout this process, I'm not sure if this is the end but you never know.

Signing off,

Brady

February 12, 2023 - 1:33AM

My game is now complete.

Today I was busy with my gf all day (early valentines celebration) but when I was able to at 11 I got on and fixed most of the bugs playtesters found.

I also added some stats to the profile screen to help the players see their progress easier, and a "verified" checkmark for any player who reached the max stock value.

See the screenshot below for details


Now I will make the itch page look pretty and submit! I'll do another post when that happens.

February 11, 2023 3:17AM

I HAVE FUCKING DID IT I COMPLETED A WORKING GAME FOR A JAM OH MY GOD THIS FEELS SO GOOD

TODAY I DID SO MUCH IN LITERALLY LIKE 3 HOURS DAMN

finished implementing funny quips and algorithm for choosing them

Fixed Saving (again)

fixed stats screen issue not showing first stat

added function to how to play and credits buttons

added ability to go back in menus using esc

that broke saving 

fixed saving (again again)

updated chart to take up entire profile screen and changed constraining to suit this


THE GAME IS SO COOL

anyways I posted today's version if you want to playtest it

audio isn't going to happen I don't have enough time to make it and I don't want to usfe any cheesy free music... I can add some later perchance

PLEASE GIVE FEEDBACK PLEASE

Itch.io page link

(1 edit)

February 9, 2023 - 11:52PM

I added the lines of dialogue for each of the possible options to the game through an individual .json folder. 

This took a while but is TOTALLY worth it as I don't need to jumble my already messy code and it also lets players view them easier if they just want to see them. There unfortunately only 3 lines for each possible outcome (good, neutral, bad), but with 11 possible post options that pad out to 99 lines in the game. I'm DEFINITELY happy with this if I can implement it into the game properly.

jsoneditoronline.org was the most useful thing ever for this, as I would just cut my text in and change the file name, before saving it and boom all lines were added.

I also cut out the most and least popular post tabs, as I have no time to make them work.

I am excited to actually implement the new function for randomly making text into the code tomorrow! I will also get playtesters if possible and have a final push to get all the other menu buttons and other features working!

This jam has been a blast and whether I finish or not, I'm glad to have participated and I look forward to what people think of my game!

February 9, 2023 - 10:20PM

I was super busy today but I had some time to finish the actual base gameplay for the game, now it is fully playable and will not break unless you do this one specific thing I can't figure out how to fix :). I got the stock chart working and at the moment it will always show the last 30 days of stock change no matter what.  I would figure out another way to do it but that would take too long and I'm on a time crunch.


This is what the menu looks like after 60 days of playing, I will add the rest sometime between today and tomorrow ig lol


or I'll cut the most and least controversial post parts who knows lol

(1 edit)

February 8, 2023 - 12:24AM

I DID SO MUCH TODAY

first I got the summary screen showing the days stock change completed.

second I got the stock graph working using data which is saved in a table

third I got saving working so now it saves the name, date, and all previous choices. 

the third action broke the first two ofc but that's fine I can fix it tomorrow.

IM SO HAPPY YES


February 8, 2023 - 12:49AM

EDITING MY ORIGINAL UPDATE

I figured out how to fix all my issues through loading the table in the main method instead of the class through the use of a method. SO HAPPY THIS WORKS NOW OMG I FEEL SO COOL

February 6, 2023 - 9:58PM

I haven't been able to do much since school started again today but I was able to get the calculator for stock change working, tomorrow if I have time I'll set it to save to a table and maybe begin making the stock chart :0

February 5, 2023 - 4:09PM

I have created a working loop of the menus, I just need to make the actual scoring system of the game and saving when you close the game. I currently have it so that it only saves the players' name, ill have to fix it to include their progress and stuff too but I can do that later, I have to go to work now but I'm happy with today's progress.

here's a video showcasing the loop

I haven't been able to get much done in recent days, and I'm starting to get scared I won't be able to get this finished :(

February 5, 2023 - 11:58AM

I woke up early today and finished the menu I was working on before, I think I'm going to try and get an entire day loop done by today.

Here's what the menu looks like, I need to change the colors of the circles as they are pretty much placeholders for now.

Each possible post has a different up, neutral, and down the chart to display the risk of choosing each option.


(1 edit)

February 2, 2023 - 1:27AM

I didn't code much today, but what I have coded will help me to be more efficient later in the jam. For example, I created a Player class for anything pertaining to the player. I then added a hashmap and string array to get the names and numbers of the possible post options. I couldn't figure out how to turn the key of a hashmap into a string so I gave up and just manually created a string array instead. :(

 I have begun making a basic gameplay loop, starting with some quick introductory lines before the gameplay actually begins. I don't like how this looks but I'm not sure how to update it to look better.  Please let me know if you have any suggestions!

I then moved on to creating the screen where the player will choose which post they want to pick. I have got most of it down, I just need to finish it but I definitely cannot do that by tonight I need sleep. Currently, it randomly displays four options for posts and outlines a box in white when the player's cursor is over it. 

Again, please let me know what you think of this sort of view

Goodnight all!

January 31, 2023 - 10:08PM

Played Noita for a bit and did some design work so now I've started to code in the profile menu.

Any feedback? There's no info added yet because I haven't coded any of the gameplay but the boxes are there lol


I think the movement is really fun and its super cool that you got the game out this quickly.

I always die instantly after moving out of room 5, not sure why that happens. I also can walk off the screen on the sides, not sure if that's intended or not. Otherwise, I love it!

Jan 31, 2022 - 3:41PM

My exam this morning went quite well and I'm quite happy now that school is done for the rest of the week. I can finally put all my focus on the game jam! That's exactly what I plan to do today and for the rest of the week.

I have learned SO MANY THINGS today, here's a quick list:

How to add text boxes to the game,

How to take the data from a text box,

How to hide a text box after its done (idk why it took me so long to figure this now out),

How to save data to a .JSON file to use in different instances of a program,

How to read data from a .JSON file saved from a previous instance,

I can't wait to keep learning more :)


It seems like I've learned so much and I've made so much progress, but all I've really done is create a name selection screen that saves that name to a .JSON folder.  

Here's a video of the menu in action! If someone types too many characters it will give them an error message and a chance to retry inputting their name! I don't have a further menu to go to so it just boots you back to the main menu rn but I'm really happy with this

Jan 30, 2022 - 11:38AM

No devlog for today, I have a chemistry exam tomorrow so I'm focusing on studying for that. Should be able to up productivity after that because I have the rest of the week off school.

(2 edits)

January 29, 2023 - 1:10 pm

I created some concept art for the different menus of the game in ms paint lol


This is the concept art for how the game will look when you're choosing which posts to put up. I don't like the green and blue circles but those colors will be fixed when I actually make the menu (I also just realized I used the wrong your lmfao)


This is the concept for the profile section, where the player can see all their statistics and the most important part, their stock price. This is also where they would get booted after they make their posts every day. I would color it in but it would look ugly so I'll figure out colors when I actually get the game set up.  The verified symbol would only appear if you've had a value at some number, I'm not sure which one yet we'll see once I get the game balanced.

(1 edit)

Jan 28, 2023 - 10:07 pm

I guess the game is no longer untitled

I spent all day creating the menus for the game and nothing else. It took me forever to create this logo (it looks better on a dark background)Epic Logo WOOOOOOOOO


After creating the logo, I spent an hour inputting it into the game and figuring out how to get it to fade out.

I wanted to get this to fade out so it would look almost like a mobile app that shows the dev logo or game logo before loading in.

I finally got it to fade out which was exciting, then I began work on the actual main menu of the game. I added a smaller version of the logo along with buttons to start and continue a game, along with an extras button and a how-to-play button (I'll do these menus later). After this, the menu was looking kinda empty so I had the random idea of making the sides of the screen have randomly generating stock charts to go with the stocks theme I ended up going with.  I'm not sure how I want them to look in the final product so let me know if you have any ideas :)


Tonight I may work on the menus for the actual gameplay and stuff, but I'll make another update on that when I get there!

(3 edits)

Hey all, I'm Brady and this is my first game jam. 

https://kuzzi.itch.io/brand-yourself

(final product)


as the -1st day of the jam comes to a close I've learned 2 things. First, I love creating ideas for games, and second, I always shoot way out of what I can actually do when it comes to creating ideas for games.  I've decided to create a devlog for the game because it will be nice to look back on in the future to see where my head was at, and it also keeps me motivated to continue my game instead of dropping it, something that I really don't want to happen but I can't guarantee won't.

Let's take a look at our team for this jam.

Our lead designer is me.

Our lead writer is me.

Our lead audio designer is me.

Our lead artist is me.

Our lead programmer is me. 

I don't know any other roles but I think I know a guy who could fill any one that comes up.

Jan 28, 2023 - 2:22AM

Today I've come up with some sort of idea where you need to run a social media account and try to grow your account to be the biggest on the platform. I plan for the game to have a bunch of different types of posts which you can put up and tons of hilarious outcomes for each one.  For example, if you post a "skill showcase" photo you may be greeted by this message the next day:

"After posting a meal you made, Gordon Ramsay ratio’d you and it was all over after that" 

along with the visual of some of your followers being lost.

I spent most of the day working on all these outcomes so I can focus on programming and art and everything else when the jam starts. After a day I feel this is a pretty solid base to work on, and tomorrow I plan to begin designing the menus and look of the game! 

1. Hi there! What's your name? Want to introduce yourself? 

Hi! I'm Brady and I am a high school student from Canada!

2. Did you participate in the last jam we held? If so, what do you plan on doing better this time? If not, what's your reason for joining?  

I have never participated in any game jams before, and I joined this one because I want more experience developing games outside of just school

3. What games are your favorites? Did any of them inspire you, or made you want to make your own?  

I've played games for the longest time, in a wide array of genres. Sports games, FPS games, platformers, I've basically tried them all, but I always seem to return to rhythm games. Anything I make will probably be some game to do with rhythm or platforming, something not too surprising when you look at my top played games being Geometry Dash and Celeste.

4. Do you have experience with game development? What did you do/with what engine?  

I have little experience with game development specifically, I've only really made one game and it was for class using Processing 3. I plan to use that for this game jam and then maybe branch out to something else in the future

5. Tell us about something you're passionate about! 

I'm really passionate about making a game with heart. Seeing games like Stardew Valley and Celeste being made and growing popular due to the clear love and passion the devs had for them always resonated with me and I want any product I make to show that too.

 6. What are your goals for this game jam?

My main goal is to finish a product that works and is not overly buggy.

As a secondary goal, I just want feedback on my game, if I can get maybe 3 points of feedback from the community after the jam I would be happy