Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for letting me know, I'd just suggest you update your assets used as I says no 3rd party assets and I would have thought something being used as a game engine is classed as an asset. Certainly if you can't do the programming yourself feels like it should be mentioned. It's not going to change my vote, and I loved your game! I just feel like it's the right thing to do, especially for all those people out there with much lower quality entries because they took the hard road of coding everything themselves (we used Corgi Engine ourselves).

I'm not sure I fully understand what you mean by "if you can't do the programming yourself feels like it should be mentioned". PICO-8 provides a code editor where you write everything relating to the game from almost nothing in a subset of LUA, so it's all programming. 

As a 'game engine' it only provides the ability to draw basic shapes like rectangles and circles (using code) as well as referencing locations in a sprite sheet and playing sound effects you compose yourself. Compared to some of the big game engines like Godot or Unity, Pico-8 (intentionally) provides way less in terms of out-of-the-box  functionality. You can see the API here if you are curious: https://pico-8.fandom.com/wiki/APIReference . If you want something as basic as a start screen that transitions nicely to the game, you'll have to program the state machine that handles that yourself.

I checked out some of the other entries in the jam, and none of them seems to list the game engine as an 'asset'. The game page also already clearly states that it was made with Pico-8 under the 'Made with' label.

(+1)

Ok no worries look like I misunderstood what PICO-8 is thanks for clarifying. Yeah agreed that doesn't need to be mentioned, I thought it was an engine on top of an application like Unity or Godot, you learn something new every day :P Sorry I haven't exactly had much time to check on things like this last few days as I've been trying to get as many games tested as possible outside of work. 

(+1)

No worries! For what it's worth I think it would be a great idea to also ask people about the game engine when games are submitted in upcoming mechjams. It's a great way to find out about things - I had not heard about Corgi Engine before you mentioned it for example :)