These are pretty nice sounds! I wanted the categories (Modern, African, …) to be finer grained so you could randomly play one from a set to avoid repetition. Some of the sounds in the same category are too different. Here’s how I renamed them (and I removed the rest because they didn’t fit for my game):
mv Modern2.ogg boop-modern2.oggmv Modern3.ogg boop-modern3.oggmv Modern4.ogg boop-modern4.oggmv Modern5.ogg boop-modern5.oggmv Modern6.ogg boop-modern6.oggmv Modern7.ogg boop-modern7.oggmv Abstract2.ogg click-abstract2.oggmv Minimalist1.ogg click-minimalist1.oggmv Minimalist2.ogg click-minimalist2.oggmv Minimalist3.ogg click-minimalist3.oggmv Minimalist4.ogg click-minimalist4.oggmv Minimalist5.ogg click-minimalist5.oggmv Minimalist6.ogg click-minimalist6.oggmv Minimalist7.ogg click-minimalist7.oggmv Minimalist8.ogg click-minimalist8.oggmv Minimalist9.ogg click-minimalist9.oggmv Minimalist10.ogg clickrelease-minimalist10.oggmv Minimalist11.ogg clickrelease-minimalist11.oggmv Minimalist12.ogg clickrelease-minimalist12.oggmv Minimalist13.ogg clickrelease-minimalist13.oggmv Modern14.ogg piano-modern14.oggmv Modern15.ogg piano-modern15.oggmv Modern16.ogg piano-modern16.oggmv Modern8.ogg piano-modern8.oggmv Modern9.ogg piano-modern9.oggmv African2.ogg ping-african2.oggmv African3.ogg ping-african3.oggmv African4.ogg pingdouble-african4.oggmv Modern1.ogg tap-modern1.oggmv African1.ogg tock-african1.oggmv Coffee1.ogg tock-coffee1.oggmv Coffee2.ogg tock-coffee2.oggmv Woodblock1.ogg tock-woodblock1.oggmv Woodblock2.ogg tock-woodblock2.oggmv Woodblock3.ogg tock-woodblock3.oggmv Modern10.ogg xylo-modern10.oggmv Modern11.ogg xylo-modern11.oggmv Modern12.ogg xylo-modern12.oggmv Modern13.ogg xylo-modern13.ogg
The icons inSci Fi Game UI FREE.zip
aren’t easy to use:
Untitled-3-01.jpg
is low res and a lossy jpegicons collection .svg
has extra padding which makes it hard to slice.icons collection .png
are black, which is hard to tint in game engines. Also has extra padding like the svg.This asset (or your future assets) would be much easier to use if:
Not sure if this changed since you asked, but thedocs currently say they applygzip compression to wasm and pck:
In order to reduce bandwidth and decrease loading times, itch.io’s CDN will automatically apply GZIP compression to the following file types if they are provided uncompressed.
File extensions:
- wasm
- pck
- …
But that’s not Brotli, so maybe you already knew that.
Those docs are where it says.br
files are detected as brotli. Fromthis comment it sounds like you need the Godot export template to request files with the.br
extension (so the bootstrap js should try to loadindex.pck.br
). Not sure how to do that.
There’s an open issue on Godot for compressing the pck with Brotli:https://github.com/godotengine/godot/issues/20996
Cute game!
It took until 1-33 for me to get my first knockout! I wouldn’t say I’ve got the hang of it, but I think I’ve figured out how to avoid getting dazed and how to land a punch. Dodging to stun your opponent is a neat mechanic, but their dodging seems so perfect that it’s the only way I’ve found to get a hit which makes the game less dynamic.
Regardless, nice work! Love the bounce and wobble to all the of the art – helps it feel more alive. Gotta find a fun font to do the same with text :D
Fun powers! I’m pretty terrible at asteroids, but advancing through the powers was a good hook for a jam.
I often didn’t want to get the next fruit because I wanted to play with my current powers for a bit first. I particularly liked the plum’s spear arms. Chili fire was great too.
I liked how the trail effect indicated the current power.
Music is great!
I think I scored around 26? The game over screen had some white text that I guess was my score but I couldn’t read it.
A chaotic physics take on the order up genre. I like the way plants sprouted their fruit over time (so it wasn’t immediately available) and grabbing stuff was fun, but I was rarely successful at tossing vegetables across the store. I tended to grab what I needed and swim closer to my target which meant I grabbed a massive load of food, but firing it didn’t always satisfy my customers. So blasting isn’t a good tactic, but even blasting two of the same item at a fish didn’t always make both of them hit.
I wonder how much leniency you could give on a throw to let the player throw more and dash less.
I also found that I really had to focus on the food types on fish to identify them, then gather, then look hard again to see where they go. Would be interesting to try making specific fish have specific desires and see if the player can work faster by memorizing their diet.
Game looks really nice and the music is a good fit.
I scored 2675!
I didn’t understand the hunger or nets mechanics, but I enjoyed the game!
I got4 x $hungry - 70 = 30
so I guess I want that number as small as possible. But another day I got4 x $hungry - 82 = 72
, so I guess going fast made me more hungry? I feel like when I do better, that number gets higher. One day I got18 - $new_nets = 20
which really confused me! Did I sell nets somehow?
Regardless, I really like the mechanic of switching between going slow for easier harvest aiming to going fast to get more done in one day. I’m not sure there’s much pressure to go fast, but I want to do it anyway.
I played with gamepad’s analog stick which made it a bit imprecise to vary position without changing speed, but I found it easier to follow the kelp with the analog than the dpad.
Feels like cutting everything flat was a good strategy since it makes future days easier (but they don’t all grow back at the same rate, which is smart). However, maybe there’s a downside to cutting the dark green parts that I wasn’t seeing. Reading the description, I see why the blades numbers were on the$new_nets
line, but I still don’t understand that math.
Music is great!
I won my run! Kelp Harvested: 269, 79. Nets broken: 1.
Itch now has a project setting for SharedArrayBuffer:https://itch.io/t/2025776/experimental-sharedarraybuffer-support
(And this project has higher PageRank than leafo’s post, haha.)
This is a quirky idea and has very nice presentation.
I never really figured out how to build a good contraption or whether there was a way to avoid “you crashed”. I got several components that can be activated, but activating them didn’t seem to do anything.
I wonder if trying to crash and break off components (to better fit new ones) might be a way to make the landing part more interesting.
The dialogue sequences are great and I love that mouse click to start the level. I got a bit frustrated at the toast, but I think this is really well done. I think I’m a bit on tilt from playing other jam games, and this one requires some patience to learn the patterns and watch enemies instead of racing through the level. haha.
Great work!
The independent movement on two axes to pick a thing that gets put where your cursor is feels like a rub your belly and pat your head kind of control scheme that could make for interesting chaos if some elements react poorly to being placed together.
Tough to balance frustration against chaos mechanics. Good luck!
This was really great. Suffering through several deaths at the hands of different enemies and then getting weapons that were better at dealing with them, good level design that rarely got me lost but didn’t feel like a corridor, good checkpoints that saved me right when I wanted to give up if I had to retrace my steps, and a tough battle at the end.
I particularly loved getting the bombs and dropping them next to those terrible green aliens. And the particle explosion for enemies is great too!
What an incredible achievement! Making this kind of 3D game in pico 8 with only two buttons and directional movement seems like quite the challenge. The game works surprisingly well. I found the flickery wall sprites made my eyes hurt a bit after playing. I didn’t really enjoy the combat until my second play when I figured out “hold fire to strafe” (thanks to your gifs). After that, I got to gun 4 and really started enjoying combat (even tricky bits against high enemies). The final room was great – tons of power ups and less frustrating jumping than the earlier jumping puzzle.
Nice work!
One question: what is that constant bam bap bap noise? Sounds like an enemy is walking against a wall somewhere.
Nice work repaletting the sprites, I didn’t recognize Capt Neato at first! I love the big sword swing, but didn’t get the hang of it the timing of it against the quick enemies. I enjoyed the platforming puzzle of avoiding fall damage, but the enemies were too relentless to make it far. (I swear some of my in-air sword slams to ground don’t make contact when they should.)
Regardless, pretty impressive!
Thanks for trying it out! My word list is only ~5000 words and is more suited for creating potential questions rather than exhaustively validating guesses. I guess I could have used some dictionary service and queried for whether words were valid…
I added those words to my list except for iran. I added a note to the jam page that there are no proper nouns.
Thanks! That mostly matches what I have except for jump. The frames I was using in format{column range, row}
:
{win = { '5-7', 6, },jump = { '4-6', 5, }, -- not loopingfall = { 7, 5, },land = { 8, 5, },run = { '3-6', 5, },idle = { '1-2', 5, },}
(In love2d, I use anim8 and these are the values I pass to it.)
I think you’re right about climbing, but I don’t have ladders so I didn’t try that one.
I guess the sliding one is meant for you to rotate it to match your slope.
The blocking is the one that confused me the most, but I guess it makes more sense as a reskin of the knight.
Looking at theCapt Neato sprites from here, there’s run, jump, flip (?), climb, dance, fall (?) animations in rows 5-6.
I’m not entirely sure if I have those anims right or which ones go with which animation. I’ve never used pico8 and I’m using love2d for the jam. I tried opening tbj3.p8 in a text editor and pico-8, but I don’t see anything in there. Seems like it’s a bitfield forgfx, but I don’t see how I’d explore that in pico-8.
I guess I’ll just put together some frames and see what works, but is there are right way to do this?
It’d be helpful if the 16x16 were in a different part of the sheet than the 8x8.
Vertically, s4m_ur4i_huge-assetpack-tilemap.png starts with 8x8 palette, then does some 16x16 blocks, then a bunch of 8x8, then more 16x16 blocks. This makes accessing the 16x16 blocks awkward since you can’t slice with a 16x16 grid and need to either edit the png or slice 8x8 and make all your 16x16 objects out of 4 objects.
Yeah, eventually I came to the same conclusion –Projects created with “Upload game” are automatically submitted to gamejams. Ifiled a bug about making this more clear.
Similar tothis suggestion, I’d like to be able to follow a jam so I’m notified when it’s over. Sometimes I see a gamejam that I don’t want to enter (or the rules exclude me or whatever), but I do want to play the games when it completes.
For now I guess I just join jams without intent to enter, but I feel like that does a disservice to the jam runners who may get excited by an inflated number of jammers and disappointed by a relatively low number of submissions.
Found this from your post in Eggplant!
Nice platformer. Looks good, plays okay. Nice work! Too bad there’s no gamepad support. I used Steam’s “Desktop Configuration” to make my gamepad emulate keyboard inputs and it was much more enjoyable to play. I finished it!
I found the levels get frustrating at the first level with a key. There are challenges without any safe practice earlier in the level, so I have to pass the initial gauntlet, trial and error, die, repeat. (When I see the three green squares I think “is my dash long enough?”, jump+dash, and sail past the platform and die. Then I think “I can probably just dash”, dash and walk off the edge and die. Then I just jump.) However, I thought the introduction of guns and long unlock blocks were both well done.
There’s also some blind drops without communication of safety. In that first key room, you drop into what looks like a spike-lined room but it turns out there’s a safe place to land. If the safety was visible before you drop, I wouldn’t try to dash to the side to anticipate the exit.
A few issues with dash:
Regardless, nice work and congrats on shipping!
Thanks!
Yeah, you can double jump and get an extra jump when you collect a bottle.
You have a little bit of control of the platforms because they won’t go up if you’re standing on the front piece (you block their collision). One of them also tries to get down to your level to avoid boring waiting time on the floor. But interaction is all indirect – no input reading.
Working that control more directly and visibly into the game sounds like an interesting direction for further developing the concept!
I liked this idea. Juggling the different packages and pick/drop order was a fun optimization problem.
The interface made that gameplay cumbersome and frustrating: looking at a courier required clicking their packages tab and their profile tab, no view of all courier + new packages at once. Not sure if that’s part of the challenge. I liked the imprecise location of the couriers as an intentional awkwardness, but I think you want other things to be streamlined.
I only played enough to realize why wisdom matters and then my week ended after two days. :D
I won! This was awesome!
At first, I found the “only use potions in combat” frustrating, but I theory crafted it as the enemy’s attacks showing you how to cut harder or dodge better and got over it. Venturing deeper into the cave to fight more and more intimidating creatures and then growing in power (over 50 ATK 50 DEF) and slaughtering everything was an incredible arc. Fog of war was a great choice to give mystery to the cave and I love the readability of the enemy design.
I died several times before I figured out how to balance health loss with “learning” so I could buff my character up. At first, I was trying to get potions and retreat to easier enemies, but I think once I figured out how much a chicken got me and kept an eye on my hp, it was smooth sailing (but my rampage was still engaging).
I didn’t pay much attention to enemy atk/def values to calculate how many hits I could take – my formula was initially stay above 1 and after some maxhp became stay above 8. I wonder if getting hit for 4 damage would make the game more interesting or overload me with math (presumably that was possible, but my def got up fast enough that I don’t think I lost more than 2 in one hit). I guess it would have been welcome towards the end.
Well done! One of the most impressive jam games I’ve ever played.