Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

CB196View game page

Made for a jam
Submitted by Arkbjorn (@arkbjornx) — 5 hours, 20 minutes before the deadline
Add to collection

Play game

CB196's itch.io page

Results

CriteriaRankScore*Raw Score
Storyline#311.9552.050
Theme#432.1452.250
Innovation#471.8121.900
Overall#501.8951.988
Experience#511.6691.750

Ranked from 20 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Judge feedback

Judge feedback is anonymous.

  • Good concept and attempt for a first jam. There were some scaling issues with health bars being in weird spaces and the screen not really visible until maximized. Shooting is cool but there isn't a cooldown so you can hold it forever, would be nice to have some particle and sound feedback when attacks land

Tell us about your game!
Simple bullet hell prototype with companion mechanics

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Hey!

How are you? It's Ilias again. I have some new questions for you.

What do you think about game jams in general, and this game jam in particular? What do you think could have been better, and do you have any suggestions?

What were your favorite video games?

Where do you think the strength of video games resides? What do you believe a video game should have to be a successful video game?

If you would like, you can tell me a little bit more about yourself and your background, if you have any information you would like to share.

Thank you in advance,

Ilias.

____________________

To Rate My Game : A Little Thing Made Out Of Clay .

https://itch.io/jam/biga-jam-v2/rate/2402991

___________________________________________

Developer

Hey, I am fine thanks. I am answering all your questions in here.

“What do you think about game jams in general, and this game jam in particular? What do you think could have been better, and do you have any suggestions?”

I am loving it. It is great because the deadline drives me nuts since I always start late or procrastinate but the rush of finishing something is just too good. I ended up finishing another jam a few days after this. This can be very addicting in a good way. What I would and I have to improve is my schedule. I underestimate the time things take. Specially doing new things. Trial and error can be very time consuming.

“What were your favorite video games?”

Grew up play SNES: Zelda and Super Mario were my first ones. A lot of games after those two on multiple platforms. A lot of jrpgs on the ps1. But I never forgot Vagrant Story and Chrono Cross. But long list short, nowadays I love arpgs. Path of Exile is my favorite.

You are clever with all these personal good questions. Makes me want to rate your game immediately. Very good.

“Where do you think the strength of video games resides?”

“Input” quality and density. I don’t believe it’s the subsets of graphics, story or something when separated. It is the higher density of inputs to create interactions. When gaming the more input is required from the player the better, and I am calling inputs the higher density of interactions a player can have with that game not just button presses. This includes immersion, thinking, solving problems, imagination, plenty of room for curiosity and discovery. When a game tries too hard to hold hand or rub lore and rewards in the players face a great chuck of these “inputs” is gone. It is such a waste and a way to kill the joy of immersing oneself and discovering what you can do.

“What do you believe a video game should have to be a successful video game?”

For success I believe in timing. There seems that frequently there is a hole to be filled in some niche and the first or few first games to do it are extremely rewarded. At some point years ago one could “feel” that the market was missing some chill harvest moon like game and then Stardew happened. Same with things like Jump King or Vampire Survivors more recently. Path of Exile had plenty of interesting coincidences like being released with good practices soon after Diablo 3 had its run. Just examples and my opinion.

“If you would like, you can tell me a little bit more about yourself and your background, if you have any information you would like to share.”

Not really much. I am just very interested in games and programming. So far I am having the joy of my life participating in these.

From your previous comment:

“Did you include any optimization techniques, or did you choose to include only the in-engine ones?”

It was such a small attempt that I didn’t have to. But since I continued working on CB196 I had to:

Specific to Godot (that I can remember right now and learned so far)

Avoiding using queue-free() Avoid using full scenes as projectiles Use more area_entered/exited. Calculate stuff with areas instead of collisions. Avoid using any checks on larger groups (eg: projectiles) No physical obstacles whenever possible = way more projectiles at stable fps (always monitor fps) Use shaders for a lot of things. On this jam only the parallax is a shader.

There is a lot more to learn but so far it has been pretty good. Found a few bugs on the enigne (4.2) but nothing broken.

“What engine and tools did you use to create your game, your graphics?”

Engine Godot, Krita, audacity, blender (because I use sprytile on blender), emacs (too accostumed with it).

“Was it hard to develop your game using Godot ? Did you experience any challenges?”

Godot is sweet. I am enjoying how lightweight it is. The difficulty came from being the first time using it. I set it up with gdnative(c++) but ended up not needing it for now. Lots of trial and error. Never forgot getting stuck for literally more than an hour because a mistyped “queue.free” does not throw any errors but also doesn’t do what “queue.free()” is supposed to. It throws a warning though but I frequently don’t pay enough attention to them.

“What inspired you for your game idea and the gameplay? The game’s name and story?”

Don’t fully remember. At first the companion was going to just pickup stuff. It was going to be something and ended up changing a lot. I had the full story way before this. I am exploring it now. And for the gameplay I was just feeling an itch for a more aggressive type of bullet hell. One more focused in countering/pushing than dodging. What I was able to finish for the jam isn’t it though but what I kept working on thanks to this jam is getting closer.

The name is because at first this was going to be called “Clarbell” from an old set of ideas. But then I imagined a few different tweaks to the story and ended up with CB196 due to many things in the full story.

“It would mean a great deal to me if you could rate my game. If you haven’t already, feedback from friends and fellow gamers is valuable to me.”

Sure. Thanks for the detailed comment and questions.

Submitted(+1)

Oh, the most detailed answer I got is from you.

 Thank you for taking your time and answering and interacting!

_______________

You too? Many didn't get the chance to work on their entries for the ten days jam period; some worked only 3 and 4 days.

Yes, to some developers, game jams can be a productive way to learn new skills, improve older ones, and develop content that can be enriching if properly made.

Yes, trial and error and iterations can be very time-consuming. The thing is to focus on ideas. If well crafted, sticking to them would be smarter.

_______________

Oh, so you were a classic NES fan too. I never played Zelda on the NES. Back then, when I was a kid, most of my playtime was spent on Megaman 3 and 4 and Super Mario Bros 3, among many other games.

_______________

Oh, thank you. You know, I asked a lot of other participants the same questions, and I got many replies, but yours was the most detailed answer. Thank you for our ratings; much appreciated.

_______________

Yeah, immersion problems, puzzle solving, exploration, and discovery captivate many players.

You mean the timing of releasing the game? For some game genres, especially if it's not a crowded niche, it can be successful and rewarding?

Is Godot hard to learn/master? And when you made a project for the browser, did you notice any limitations in terms of rendering features? I used the Unreal Engine, and when I made a game for the browser, not all rendering features worked correctly, like emissive, bloom, fog, and many others that don't match the quality of Windows. Does Godot have a visual scripting system for non-coders? I wasn't able to finish all I wanted for the jam; I was forced to set aside many gameplay features that didn't properly work.

Thank you again for answering the questions and commenting.

-Ilias"

Submitted(+1)

good job your first jam man keep working too :)

Submitted(+1)

good job your first jam man keep working too :)

Developer

Thank you. I will. Good luck.

Submitted(+1)

Hey  Arkbjorn (@arkbjornx!

How are you? My name is Ilias.

I tested your game "CB196".

You have some UI issues at the beggining , its like in normal screen the main menu at the begining is not showing up , you can't proceed unless you go for full screen . i think other allready mentioned it to you .

Questions:

Did you include any optimization techniques, or did you choose to include only the in-engine ones?

What engine and tools did you use to create your game, your graphics?

Was it hard to develop your game uisng Godot ? Did you experience any challenges?

What inspired you for your game idea and the gameplay? The game's name and story?

N.B: It would mean a great deal to me if you could rate my game. If you haven't already, feedback from friends and fellow gamers is valuable to me.

Thank you in advance for your consideration and your time.

Thanks! -Ilias

Submitted(+1)

Congratulations on your first game jam entry! The dimensions seem to be not in good shape as in normal mode - I cant see the push forward button & in full screen mode the right side of the screen is glitched. I like how the character is a anime figure instead of your classic space ship. Could really go wild with this project!

Developer(+1)

Yeah there were a lot of problems, aspect ratio and the tiling. Appreciate the feedback. I decided to work more on it. You are right there is so much room for testing stuff in this I couldn’t resist. Thanks again for the feedback!

Submitted(+1)

Don't worry about it bro! You'll only get better & better! 😄

Submitted(+1)

As for the first game jam is nice one! Has a potential to improving. Keep working :)

Developer

Thank you. I decided to work more on it. I am enjoying learning Godot and improving this entry has been pretty fun. Frustrating many times, but fun overall xD

Submitted(+1)

I don't know why, but the game displays a little strange for me. Looks good for a first game

Developer

There was a lot of problems with the aspect ratio and also the tiling of some textures mostly because I didn’t know how to do them properly on Godot.

Appreciate your feedback because I decided to work more on this. Thank you very much.

Submitted(+1)

Bullet hell, always fun! If this was your first project within godot, pretty good too.

Regarding the game itself, it had a couple of elements which made it very hard for me to keep playing: The incoming projectiles matched too much with the environment, which made it very hard to follow them. Also, any feedback on you getting hit would have helped. The health bar was on a such a weird place that i only half way found out that it was my  healthbar :D

Couple of days in a new engine and this is the result within the time limits: Awesome job!

Developer

This one ended up more like a bullet temporary tiny purgatory xD. Yeah there are a lot of problems even for a short jam entry. Only now I learned how to proper do UI on godot. I am saving all the feedback because I decided to work more on this. Thank you very much.

Submitted(+1)

Congratz for your first jam!! And glad I could stop a decade long onslaught! The idea of companion was onspot, even if planning for moves was a bit hard, I ended up spamming both bullets F & space and focusing solely on avoiding the remaining projectile.. The display could use some rework, the fullscreen was weird, and the windows was too small to see all the information. The background (beautiful!) was also maybe too saturated, and made it a bit hard to see the actual dynamic elements of the game (player, projectiles, and so on). Keep up the good work!

Developer

Thank you haha. Yeah I wanted to do more with companion but I started late. I am saving every tip because I decided to work more on this. Thanks for the feedback, appreciate it.