SFML community forums

General => SFML projects => Topic started by: InversePalindrome on December 12, 2017, 03:21:44 am

Title: Nihil - 2D Platformer
Post by: InversePalindrome on December 12, 2017, 03:21:44 am
Hi everyone, this is a project that I've developed the last couple of months using SFML. It is a 2D Platformer game with simple game mechanics.

http://www.youtube.com/watch?v=ztsvtXhzflY

All of the source code could can be seen at https://github.com/InversePalindrome/Nihil. There is a build of the game for Windows 10 at https://www.dropbox.com/sh/tinhsgpolj1yuvs/AADO4xyWDnJFnKUw9qHiGyasa?dl=0 . Right now I am figuring out how to use CMake to distribute it to multiple platforms. I'd be glad to receive criticism and opinions about the game and any ideas to make it better.

Title: Re: Nihil - 2D Platformer
Post by: Lo-X on December 12, 2017, 02:22:42 pm
Hi,

Really nice project you have :)
Is there some kind of story for the game you can provide here ?
I don't know if it's only from the video but the sounds are kinda loud, I would polish them a bit and add some music in the background maybe.

Nice work, and thank you for providing the sources, it always is interesting to look at the decisions people made :)
Title: Re: Nihil - 2D Platformer
Post by: InversePalindrome on December 12, 2017, 03:09:07 pm
The game currently has no story behind it as it was first thought as a project for me to get better at programming. I'll make sure to add background music to the different levels, I am trying to find some that aren't too distracting.