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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Raincode

Pages: 1 [2]
16
Graphics / Managing Game Objects
« on: November 17, 2013, 03:54:54 pm »
Hello everyone,

I have worked on a couple of classes. Their purpose is to represent an interactive Object in a 2D Game World and manage these Objects, for example a wave of enemies.

I'm fairly unexperienced and I really would like to get feedback to improve and learn new things  :)

I haven't managed to complete a complete game so far, and I wonder if it's because of  a lack in design...

So if you feel like it, please, check out the code and say what you think  ;)
https://github.com/Raincode/2DGameEngine/tree/master/src

There is also a minimal example use, but it won't compile the way it is, so only to get an idea

Kind Regards,
Raincode

Pages: 1 [2]
anything