You're welcome :) It was fun overall, good tutorial otherwise and funny quips between deaths that ease the failure a bit XD
Domarius Games
Creator of
Recent community posts
Nice :) I played till level 8. There's a couple moments where the design feels a bit troll-ish: the first time the falling blocks appear, you find out as you're jumping across and instantly die on contact, both of them, and they're the same colour as the rest of the blocks, in fact I had no idea what killed me first time, because the block had "started moving" but visually only starts off moving at a crawl, so looked like nothing killed me.
Also I really wish you could shoot while jumping :) the slimes on the roof feel like they were designed for it, made me really want to to do it and I was surprised when I couldn't.
Hmmm, also I couldn't see a way to quit to tell you which level exactly, so I refreshed the browser to restart and use the level select, and all my progress was gone, fine, but then there's a "delete progress" button - which seems to imply it would save progress in the cookies, which hasn't seemed to work?
How did you manage all this unique art? I attempted a "larger scaled" game like this with my Alex Kidd Pico 8 de-make, and even trying to come up with a level storage format that re-used level sequences to "compress" the level, I still hit every graphical, code, storage and even sound limit there is to hit (I had to reduce the music to use arpeggio chords to save "tracks" for other songs and sounds). Just looking at the gifs and screenshots on your page here, I really wonder what techniques you used...
Actually I did - when I made the post above, i was trying to remember why I hadn't done it and now I know - I remember jumping around and pressing all buttons, pulling triggers, in frustration - the only clear moves are jump, wall jump (which I thought was a double jump initially) and dash.
The issue is I didn't know you could "climb". Notice I worked it out right after the previous poster told me I could climb. You have little chance to find out you can climb by accident - because it only works when you happen to be in contact with the wall, which only lasts for a second, and even then, you have to be holding the trigger for it to happen, pressing everything experimentally won't work. So it requires foreknowledge.
After reading comments, I'm guessing most people here are Celeste fans. The only version I've played is the Pico8 one, the original. I guarantee you, if you test this game on non-Celeste fans, the majority of people will get stuck on the same point. I've had gamers get stuck on my games for far less egregious reasons than this during my testing sessions.
Continue works :)
Actually the problem with "New game" is the popup after - "No" or "Yes" both don't do anything.
Also this is one of my personal gripes with modern retro games, curious to hear your thoughts - I notice your main character has 8 way directional movement, and yet the d-pad does nothing, you can only control them with the thumbstick. Do you plan on supporting the d-pad?
Dev team, for your own sake, do even the tiniest thing about this progression blocker, even a controls listing on the Itch page. Now that I've just got past that jump i can see this is a beautifully constructed, probably well designed, Nintendo 64 style game, but I've spent all my patience on that first pillar and really need to get back to work. I might've completed a level or something otherwise.
Thanks for the additional tip. It's probably a great game but I reckon 90% of the people who try this will stop dead where I did and you won't even see them take the time to post here like I did.
I was legit resigned to figuring the game was still WIP and figured I'd come back later when they fixed it. I couldn't progress.
It's the trigger. Do you know I tried all 4 face buttons, found they were doubled up (2 jumps, 2 dashes) and without a spare thought, I intuitively took from that there are no more controls (otherwise why would they double up instead of adding more actions to those buttons?) And I definitely wouldn't have thought to pull triggers in a retro game.
Dev team; if you had no time for a tutorial or prompt in a week, I get it - but not even a control description on the Itch page like every other mini game on Itch?
Where is the moving platform in this screenshot? The things I have circled are just aesthetic element that you clip through if you jump at them. The platform on the far right has the car and nowhere to progress.
if there really is supposed to be a moving platform somewhere, then I say this is a bug and the platform hasn't shown up. I have looked all around that pillar and spent too long jumping to my death.
I didn't see any moving platform. The game starts with a vertical pillar that you can't ascend because the dash only moves horizontally, and I spun the camera all around, all I found was a platform behind me with a car on it. I was able to jump onto that no problem, but there's no where to go from there.
There is a sign at the base of the pillar that simply has an arrow pointing up. The goal is clear - ascend the pillar, using your movement mechanics I assume.
When you write code for those old consoles, you have to build an entire engine from scratch using nothing but the SDK for the console, it's usually only worth the investment if you are planning on building a company around that and releasing several games. Celeste, like most indie games, is built using an existing game engine.
I can't get over the first jump either, been trying for over 10 minutes on this one jump. Sorry guys. I know it's made in a week but not having SOME direction for this impossible jump is cutting the corners a bit too much. I've tried every combination of double jump and dash that I can see - the best I can get is she's blue and she's above the ledge but heading away from it so she can't land on it.
I even glitched through the wall to my death in my attempts.
As far as I can tell, you can jump, wall jump, and dash in any direction horizontally only. If there's a way to dash upwards to make it up the ledge, I cannot for the life of me, work this out.
I can't get over the first jump either, been trying for 10 minutes. Sorry guys. I know it's made in a week but not having some direction for this impossible jump is cutting the corners a bit too much. I've tried every combination of double jump and dash that I can see - the best I can get is she's blue and she's above the ledge but heading away from it so she can't land on it.
I even glitched through the wall to my death in my attempts.
According to the other reply, if 2nd thumbstick is required to move the camera 90 degrees to perform the jump, why doesn't the camera start out that way? Not that it helped, so not sure if that's the answer either.
Coincidentally, someone this week posted a fix for exactly that problem on the HopSquash Steam forums!
https://steamcommunity.com/app/1012450/discussions/0/3182362958577461213/
Yes that's the best process - finish current projects and take out some extra time to look into how other engines work. I think it's exciting actually. Defold looks really good for super efficient 2D pixel art games. Cocos looks good for low spec 3D like for VR and mobile. And of course you have Unreal for high end 3D.
Oh yes I read about the original Kings Quest games, they did store the art as vectors, because they had to, it was the only way to fit it in RAM on the Apple computer. But Monkey Island etc. the ones your game looks like, they stored them as proper bitmaps.
Yes I completely skipped over mentioning the music :) Just plain note data...
Unity adds a lot of overhead. Looking at the graphics, this game probably would've come out to a handful of disks at the most, if it was actually made in the 90's. They would've used C, wrote their own engine specifically for the target platform, and the graphics would've been stored as paletted indexed formats instead of RGB (so, for a 16 colour game, 1/2 a byte per pixel, instead of 3 bytes per pixel).
I say a handful of disks, because games like Monkey Island came on a couple of disks, but this game has much larger sprites than those games did on average!