SFML community forums
General => SFML projects => Topic started by: achpile on November 22, 2024, 09:00:36 am
-
Hello guys! After a long break I decided to start working on my another game.
This time it's a run and gun. For now it's just a tech demo to show my engine capabilities.
And this time it's open source:
https://github.com/achpile/dispersio3
Demo v0.4.0
https://github.com/achpile/dispersio3/releases/tag/v0.4.0
- need libjansson-dev and SFML (i use 2.5.1) libraries to build
- issues with building for windows because of regex.h, i plan to use https://github.com/kokke/tiny-regex-c in the future
http://www.youtube.com/watch?v=h2UsCIuzh2E
-
Hi again and it's great to see you back at it!
I'll be interested to see your progress throughout.
-
Hi again and it's great to see you back at it!
I'll be interested to see your progress throughout.
Thanks mate! ;)
-
Finally I have something to show. Here you can download demo (win/osx).
https://github.com/achpile/dispersio3/releases/tag/v0.4.0
Not sure about osx build tho - have no way of testing it myself ;D
Yep, it's pretty different from what I've shown you in the video and more like my first game. I just realized that making interesting run and gun game is way harder than I thought :D