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

Author Topic: The Followers!  (Read 2259 times)

0 Members and 1 Guest are viewing this topic.

Rosme

  • Full Member
  • ***
  • Posts: 169
  • Proud member of the shoe club
    • View Profile
    • Code-Concept
The Followers!
« on: May 14, 2012, 06:54:53 am »
Well hello there everyone!
I am pleased to release my game that I called The Followers(see attachment for screenshot).
A "Run from the enemies game". One goal, survive. You run away from the enemies and kill them by making them collide together or with a tombstone. Teleporting yourself randomly and hoping to not teleport yourself on a follower. Using your only weapon, the zapper, to save yourself in extreme case. But be careful, you get only one shot of the zapper per level. They can stack through level though for your help.

On another note:
You can get all source code here: http://www.assembla.com/code/thefollo/git/nodes (distributed under CC BY-NC-SA).
This is my first real game and project. I know my code is pretty ugly in most part. I didn't use any design pattern as I didn't knew really any when I started the project. I discovered some while developping it, but changing the whole structure was too complicated and not time worth(in my opinion), so I decided to continue like this. I made this game to learn the new version of SFML(I had experienced a bit with 1.6, but nothing serious), as well as gaining some game programming experience.

Obviously, all constructive feedback and tips are welcome. I will probably not implement them in this game, but I will keep them written and use them in future project.

I find that programming things we like or doing a challenge we gave ourselves, even if it doesn't end well, or is far from perfect or is badly done can give a certain amount of knowledge. In the latest case, if I know it's badly done and know what to do next time, it is a positive point in my opinion.

So there it is, a direct link to the launcher/updater, and have fun!
http://www.rsmtwo.com/soft/followers/

Technology used:
  • C++
  • SFML 2.0 RC
  • Pugixml

[attachment deleted by admin]
GitHub
Code Concept
Twitter
Rosme on IRC/Discord

CJ_COIMBRA

  • Full Member
  • ***
  • Posts: 112
    • ICQ Messenger - 13077864
    • View Profile
    • http://www.cjcoimbra.com
    • Email
Re: The Followers!
« Reply #1 on: May 14, 2012, 02:01:02 pm »
Nice, it´s very fun!

Sometimes I had the impression that the enemies were getting killed without me doing anything. Also if you hide behind some grave, they won´t get you. Is this highscore online or just local?

Great job!
CJ

Rosme

  • Full Member
  • ***
  • Posts: 169
  • Proud member of the shoe club
    • View Profile
    • Code-Concept
Re: The Followers!
« Reply #2 on: May 14, 2012, 03:54:18 pm »
Yeah, enemies can spawn on each other right from the beginning. I didn't do anything against it. For some reason, they still spawn in the corner which shouldn't happen, as well as sometimes on the player, which should not happen either.

The highscore is local, although setting it up online wouldn't be hard I suppose.
GitHub
Code Concept
Twitter
Rosme on IRC/Discord