Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

josteph

30
Posts
5
Followers
A member registered 63 days ago · View creator page →

Creator of

Recent community posts

Too lazy to add checkpoints lol. This was our first project (my last one was flappy bird), so we're gonna try to make a 3D recreation of this

Interesting puzzle game! Though the timing for the boomerang on the second level is a bit harsh

Great! Looking forward to this game's progress!

Absolutely love the art and music!  Shame you couldn't finish it in time. I'll check on this one later

That was RAT - dical dude!

Really nice art! 

Loved it!

Nice and relaxing game. I wish the hitbox for the end of the needle was a little bit more clear. Overall, great experience!

Lots of content! I definitely liked the art style of the game. You could do a bit more with the controls, maybe adding magic powerups, and a timer. I could definitely see myself speedrunning this for gold medals. Overall, fun game!

My favourite game so far! I could see me playing this with a bunch of friends on a Saturday night. With a proper title screen and multiplayer, this game has a good chance to pop off. Simple good fun and polish!

This was a cute take on papers please. I wish there was a little bit more to do or check at the start. Overall, great game!

Ah, makes sense. You should try making use of multiple files next time. The code seemed like a mess to go through. In python you  can do import class from file,  import * from file, or just import file and do file.class. You can make some really great 2D games on pygame like this https://store.steampowered.com/app/2824730/Yawnoc/ Some extra coding tips: look into classes (essential for large projects),  try to define classes outside of loops (no need to redefine), avoid using globals (they can create a lot of extra memory, are slow, and less readable). Try viewing some python tutorials, great language to learn. Overall, this was pretty impressive for a pygame project, I wish you luck.

Chill game, I liked the music  but wished you expanded a bit more on the 3D aspect; maybe try adding multiple lanes.

Quite good for a first project!

I really liked the art and world building!

Doesn't work for me either

Cool game! Just a little bit difficult to get the hang of the controls, maybe try adding mouse movement

This was an interesting game, I see a lot of potential! 

Great game! I loved the movement and how silly it was. Quite surprised with the amount of polish you were able to achieve in 9 days. I'll be sad if this one doesn't win

This one was fun. Very cool assests and enviroment. progression was a bit slow. but it and easy game to pick up and play.

Nice innovative mechanics and cool sandbox world to do anything. Need a bit of a tutorial to learn spells, very confusing at the start.

Great game! I really liked the idea of pointing the flashlight over scrolls to reveal them. I think it would be cool if collecting extra batteries supercharged your flashlight.

Good aesthetics and actions. Game sufferes alot from freezing movement. bit of tweeking would make it feel smooth and fun.

Nice Game. Good implimention of the clone throw mechanic. makes for some cool physic interactions.

Fun and short game, just wish you had a few more levels I could keep playing in!

Man this feels nice to play, but there is a bug where I can't use the first turn. I hope you fix this!

I might be white, but I LIKE IT    S P I C Y

Thanks so much! To answer your question about the AI we found a video online implementing this paper https://www.gameaipro.com/GameAIPro2/GameAIPro2_Chapter18_Context_Steering_Behav... It took a lot of effort to implement this but I am glad it made for a good experience!

Game doesn't compile but I managed to run it when I opened the folder as a workspace in vscode and compiled it. If you see this comment dani_cooleo, try building your game :)