Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Nihil - 2D Platformer  (Read 5765 times)

0 Members and 1 Guest are viewing this topic.

InversePalindrome

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Inverse Palindrome
Nihil - 2D Platformer
« 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.


Lo-X

  • Hero Member
  • *****
  • Posts: 618
    • View Profile
    • My personal website, with CV, portfolio and projects
Re: Nihil - 2D Platformer
« Reply #1 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 :)

InversePalindrome

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Inverse Palindrome
Re: Nihil - 2D Platformer
« Reply #2 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.

 

anything