|
-
May 7th, 2007, 07:21 PM
#1
Thread Starter
Lively Member
simple way of..
what is the easiest way of creating player one and player two? please help thank you
-
May 7th, 2007, 08:25 PM
#2
Junior Member
Re: simple way of..
You will need to declare both players. But there is alot more to it then meets the eye. What type of game is it exactly?
-
May 7th, 2007, 08:31 PM
#3
Thread Starter
Lively Member
Re: simple way of..
 Originally Posted by vbleet
You will need to declare both players. But there is alot more to it then meets the eye. What type of game is it exactly?
MEMORY..you have to match two colors...
-
May 7th, 2007, 08:34 PM
#4
Junior Member
Re: simple way of..
And two players? Multiplayer(Online) or on the one computer.
-
May 7th, 2007, 08:43 PM
#5
Thread Starter
Lively Member
Re: simple way of..
 Originally Posted by vbleet
And two players? Multiplayer(Online) or on the one computer.
one computer
-
May 8th, 2007, 02:53 AM
#6
Hyperactive Member
Re: simple way of..
@BrainA: your question is a very general one but I will do my best to answer it:
For a two player turn based game: You create a variable that remebers who's turn it is and tell each player when their turn is.
OR
For a two player real time game: You give one player one set of controls and another player another set e.g. Player 1 has W,S,A,D and Player 2 has I,K,J,L
OR
For a two player real time game with split screens: Look into BitBlt Or DirectX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|