Search found 8 matches

by Nordbjerg
Thu Aug 16, 2012 8:46 am
Forum: Game Development
Topic: Stack of game states
Replies: 6
Views: 2710

Re: Stack of game states

Okay, thanks. I think I'll just go with a vector then ;)
by Nordbjerg
Thu Aug 16, 2012 7:53 am
Forum: Game Development
Topic: Stack of game states
Replies: 6
Views: 2710

Re: Stack of game states

Thanks, but just how am I going to move up and down a std::stack? Pop it off and add it to a temporary stack?
by Nordbjerg
Thu Aug 16, 2012 4:41 am
Forum: Game Development
Topic: Stack of game states
Replies: 6
Views: 2710

Stack of game states

Okay, so heres the thing.. I am developing a 2d game engine, and in every game engine a wise choice would be to have some sort of state management. I've researched a bit, and I've found out that a lot of people use a stack. Then I found some problems about a game state stack, but I solved them by wr...
by Nordbjerg
Sat Jul 14, 2012 12:33 pm
Forum: Game Development
Topic: Looking for group
Replies: 1
Views: 1021

Looking for group

Hey! I am a 16 years old. I am familar with C++ (basics covered and some advanced topics) and also with SFML and SDL. I am looking for a group to program with, as a learning experience. If the group had a project ongoing and was using Git that would be a huge plus, as I have not worked with git in a...
by Nordbjerg
Sat Jul 14, 2012 12:28 pm
Forum: Game Development
Topic: Arrow-music-thingy genre
Replies: 2
Views: 1216

Re: Arrow-music-thingy genre

Thank you very much :D
by Nordbjerg
Sat Jul 14, 2012 6:57 am
Forum: Game Development
Topic: Arrow-music-thingy genre
Replies: 2
Views: 1216

Arrow-music-thingy genre

Hey.

I was just wondering.. what do you call games where you have to press some keys (typically the arrow keys) in sync with some music playing in the background? Like Super Crazy Guitar Maniac Deluxe or Dance! Online.

Thank you :)
by Nordbjerg
Sun May 27, 2012 2:05 pm
Forum: Programming Discussion
Topic: Provinces from PNG-file
Replies: 3
Views: 1534

Re: Provinces from PNG-file

I'm sorry if I was not clear enough. I am not looking for a terrain generation method, rather a way to load in my terrain from a PNG-file, like in Victoria 2 or Hearts of Iron 2. The provinces are represented in the PNG-file by their shape (e.g. the shape of Denmark) with a unique color. The engine ...
by Nordbjerg
Sun May 27, 2012 5:06 am
Forum: Programming Discussion
Topic: Provinces from PNG-file
Replies: 3
Views: 1534

Provinces from PNG-file

Hello Chaos Rift! I am thinking about creating a small grand strategy game where the map is seperated into provinces, much like in Paradox Interactives titles. I would like to get the shape and the color of my provinces from a PNG-file. The color will then be linked to a province ID which is used i...