• Register

This member has provided no bio about themself...

Comment History
kovmat86
kovmat86 - - 4 comments @ How to Structure a Game

Nice pattern for managing objects in the game! Two things are not clear for me:
1. "static std::list list;" => Compiler complains of missing template parameter. If I tried "static std::list<Foo*> list;" then I'm not able to declare the list as a static member of the Foo class.
2. Isn't dangerous to define the list as static? Stackoverflow.com

Good karma0 votes
kovmat86
kovmat86 - - 4 comments @ Power Plants demo v0.2-0

You are right. One of our fans reported that he was able to make it work on Linux with wine: Winehq.org
Sorry for not highlighting that, we'll make some instructions how to use it.

Good karma+1 vote
kovmat86
kovmat86 - - 4 comments @ Gameplay video from v0.2-0

If the video not available it can be watched here: Youtube.com

Good karma+1 vote
kovmat86
kovmat86 - - 4 comments @ Power Plants demo v0.2-0

Thanks for downloading our current demo! :)
Hope You like it, any questions and feedback are welcomed!

Good karma+1 vote