Small Project.. Need a Buddy..

Apr 24, 2009 at 8:38am

Wondering if i can get a few help here about a project i started.. need tips and hints and stuff...


thank you...
Apr 24, 2009 at 9:52am
Perhaps it would help if you explained what the project is about.
Apr 24, 2009 at 11:51am
lol
Apr 24, 2009 at 8:50pm
And? What might this project be?
Apr 24, 2009 at 11:38pm
Sorry.. for not being specific,
Its a game..... simple Win32 application game,

Just need help constructing it...

Its a Game similar to battleship vs minesweeper however there are only two players on one grid.. and they need to knock out cites using bombs if u need more information

email me at D0m3n1c_Italian@hotmail.com...

Sorry for not being clear before...

It would mean a lot to me if any of you did help me.... thnx
Apr 25, 2009 at 1:41pm
For making a game your would be better off learning a library like SDL ( http://www.libsdl.org ) Otherwise you will need to make all your own double buffering stuff in win32 apps from memory. Basically making a graphic game in win32 apps would flicker the whole screen if memory serves me right.
Apr 25, 2009 at 11:38pm
This is only a text base game.. so no graphic is being used...

Im taking it slow first then ill work my way up...

So if there is anyone out there that could assist me please it would be a huge offer..
Apr 26, 2009 at 2:02am
Are you having trouble creating the game? Just think about the design. What needs to happen in the game? Do players get to place the ships on the board or is it random? How large is the game board, 15x15? What are the main functions in the game, for example, ships can "drop bombs", but validate that they don't drop them on themselves if both players are sharing one board. If you create the game from an object oriented approach, what are the objects? The players, the game board, etc...

Post some code and I can help more.
Apr 26, 2009 at 12:35pm
Do u have MSN... Please add me D0m3n1c_Italian@hotmail.com

or i can tell you step by step what i need to do?
Topic archived. No new replies allowed.