Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi!  I don't know what engine you use but this should be applied to general uses:

When your exporting your game, try to find a tutorial (via YouTube, Google, or even reddit) on how to make your game "embedded".  In Godot when exporting (for windows) you want to make sure you check off the "embedded PCK" option.  This allows it to be a .exe without having to dig through files. 

I hope this information helped.  Bye!  

Would you like to try my game?

https://jabiog.itch.io/is-it-trash-or-is-it-treasure

I use pygame , so everything is way more complicated . I expected to have some issues my first time , hopefully in future jams i can fix it .

And of course I would love to try your game out!

(1 edit)

Thanks!  I did some research and pygame is actually less  complicated for some reason.  The code (from google) to do this, is:

original_sprite = pygame.image.load("character.png")

I hope this helped and that you can expand your skill level.  (The code ended up being smt else)

Hey there thank you for trying to help but I figured things out !

Pygame is actually a little more complicated than a line of code you need packages and extra extensions to do it .

The code you sent is for loading a character sprite from an image .

But thanks anyway for your concern !

(1 edit)

You are very welcome!  I hope you do good in the jam.  

Well the game didn’t do that well i have only 5 ratings, but im happy to participate in a jam and meet cool people like you!

(1 edit) (+1)

Thanks!   So basicly i thought this whole time since you first reply and thought we were talking about rendering because I was in a different conversation about rendering.  That's why I put the .png loading code.  I'm sorry if I may have complicated it a little but I'm glad we got to have a conversation.  Bye! :)