Search found 8 matches
- Thu Aug 16, 2012 8:46 am
- Forum: Game Development
- Topic: Stack of game states
- Replies: 6
- Views: 3090
Re: Stack of game states
Okay, thanks. I think I'll just go with a vector then
- Thu Aug 16, 2012 7:53 am
- Forum: Game Development
- Topic: Stack of game states
- Replies: 6
- Views: 3090
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?
- Thu Aug 16, 2012 4:41 am
- Forum: Game Development
- Topic: Stack of game states
- Replies: 6
- Views: 3090
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...
- Sat Jul 14, 2012 12:33 pm
- Forum: Game Development
- Topic: Looking for group
- Replies: 1
- Views: 1164
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...
- Sat Jul 14, 2012 12:28 pm
- Forum: Game Development
- Topic: Arrow-music-thingy genre
- Replies: 2
- Views: 1375
Re: Arrow-music-thingy genre
Thank you very much :D
- Sat Jul 14, 2012 6:57 am
- Forum: Game Development
- Topic: Arrow-music-thingy genre
- Replies: 2
- Views: 1375
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
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
- Sun May 27, 2012 2:05 pm
- Forum: Programming Discussion
- Topic: Provinces from PNG-file
- Replies: 3
- Views: 2075
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 ...
- Sun May 27, 2012 5:06 am
- Forum: Programming Discussion
- Topic: Provinces from PNG-file
- Replies: 3
- Views: 2075
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...