SFML community forums
General => SFML projects => Topic started by: amogusugoma69 on July 09, 2023, 12:30:44 pm
-
Hey guys!
I just published my first game made with SFML: NPC Simulator 2023. it’s a submission for the GMTK Gamejam where the theme is ‘Roles reversed’.
I learned a lot from this project, this was my first time ever doing animation and audio stuff in SFML. The gameplay might be a little lacking, but I still think it turned out pretty well.
Please check it out if you are interested! :)
https://methaddict.itch.io/npc-simulator-2023
-
Ah nice, I was playing around a bit, but started way too late for the GMTK Game Jam. ;D
I guess every NPC feels quite useless :D
-
An interesting take on how NPCs lives are behind-the-scenes!
I noticed the "controlled NPC" can pop its head out of the top of the map... ;D
I noticed you have all the SFML DLLs. Did you use them all? If so, how are you using Network here?
-
Thanks for playing, I really appreciate it!
I noticed the "controlled NPC" can pop its head out of the top of the map... ;D
Yeah that was intentional :D. I thought that it would make sense because of the ‘perspective’ the sprites are drawn with lol.
I noticed you have all the SFML DLLs. Did you use them all? If so, how are you using Network here?
I didn’t use the network DLL, i think i just forgot to remove it ;D