Player 1 works in my game but how can I make "Player 2" work -
Hi,
Thanks all for helping me with my game so far.
I've made a small board game which includes player one only (inc code as well for him to help with making code for player 2).
I've also set up player 2's icons and labels etc...but not sure what code to make for him to work in the same way
I’m sure that most of player 2’s code can be cut and pasted from player 1’s but I’m not sure which parts.
How can I make player 2 work in the game?
(.zip file attached which has the game)
Thanks,
Rastin
Player 1 works in my game but how can I make "Player 2" work -
Hi,
Thanks all for helping me with my game so far.
I've made a small board game which includes player one only (inc code as well for him to help with making code for player 2).
I've also set up player 2's icons and labels etc...but not sure what code to make for him to wor
Need help with cutting/pasting my code -
Hi,
Thanks all for helping me with my game so far.
I've made a small board game which includes player one only (inc code as well for him to help with making code for player 2).
I've also set up player 2's icons and labels etc...but not sure what code to make for him to work i
How can I make a player 2 appear in my game -
Hi,
Thanks all for helping me with my game so far.
I've made a small board game which includes player one.
How can i make a player 2 for the game?
(.zip file attached which has the game)
Thanks,
Rastin
P.s. I would like to use the "Mcdonalds Icon as p
How do I cover portions of a map -
I have an RPG game that I am working on and need some help on a specific function of the game. The game loads a map that the player walks through. I only want the player to see a specific portion of the map. For example, if the player can only see 30' I only want 30' of the map to be v
[VB]how do you make a networked game in VB -
Let's say you wanted to make a game for 2 or more players that would be networked on PC's on a LAN? A simple example would be TicTacToe - the app would present the game board to each player and would have to control each player's turn (i.e. player 1 can't move if it's player 2's turn).
Intergalactic Battle! -
Here is the game. KEEP ALL FILES IN ONE FOLDER!
supposed to be a childs game remember.
known bug: once you have played the one player game and run the two player game without exiting and starting exe again player one's buttons ding and slow program down. also does this from two
Tile Based Game -
Can someone make/Show me/Help me make the following?:
I am making a game, and it will have an image list of icons.
And i need to be able to create a 'map' then have the Game open up the map......
Then You can click(with the mouse) and move a player icon around the screen by clic
Can't work it out -
I have finished the layout but am puzzled with the code (it is a noughts and crosses game)
Player X clicks the X option button when it is his/her turn. Then player X clicks the command button of choice that will display an X.
Repeat for player 0.
When a player has 3 the same in any
Tile Game: Refining player movement -
Hi all, if you visit this forum regularly, you make have seen my attempts at a tile-based game. While all works and plays well, i'm looking to refine the controls.
At preasent, the player moves up,down,left and right.
I'm using DX7 to check the state of all keys, just before move
Help designing a board game -
I want to make a 2 player board game that involves randomness for each player (like rolling a die), but the outcome of the game is purley dependant on the skill of the player. Any ideas?
An object puzzler ... -
Howdy, I've run into a bit of a problem. I've been in the process of writing a multi-user game. I've embeded sockets in a class module so that each player has their own socket. Now what happens is this: When a player quits, the player object saves player data, closes the socket and the
Starting a Multi-Player Game. -
Hello! I'm planning to make my single player game to a multi-player game using winsock control, but I do not know where to start. Need some advices.
Thanks!
game in vb.net -
well my question is that how do i build the player class and the banker class. for the card game there is just two cards for the players to choose from a card named "CONNECT" and another one called "DEFECT". each player chooses a card and then place it face down on
Help with Tic Tac Toe game (noob needs help) -
Hello all. I am working on a VB project, which is making a Tic Tac toe game. I am using VB 2005 express edition. Here is the instructions I got while assigned this program:
It needs to allow either Player vs player or Player vs computer(Both need to be in game to choose from). The com
card game in vb.net -
my question is that how do i build the player class and the banker class. for the card game there is just two cards for the players to choose from a card named "CONNECT" and another one called "DEFECT". each player chooses a card and then place it face down on the t
Class_Terminate doesn't execute when an object is set to nothing -
Howdy, I've run into a bit of a problem. I've been in the process of writing a multi-user game. I've embeded sockets in a class module so that each player has their own socket. Now what happens is this: When a player quits, the player object saves player data, closes the socket and the
Need help with wari game -
im stuck with the game wari i keep getting a debug message saying " Run-time error'340': control array element '12' doesn't exist"
arrA(Index - 12 + i) = arrB(Index - 12 + i) + 1
that code above is what i tried to fix it with but didn't work
Wari is a game played on a b
Windows Media Player Problem -
Hey,
I was working on a program for a game, where you type commands in the game chat. I gave it up because I got stuck O_O
What I wanted to to was to type +play in the game chat and then my program would start Windows Media Player and play the playlist (Media Player 9).
I've
VB6, Making a sport text based game engine -
HI people,
im trying to make a TEXT BASED GAME ENGINE for my football manager game.
i have a database for all the players attributes
how would i look at making this game engine
i know ill have to use the player attributes from the player database to manipulate gameplay.
!!!Please help me with my tic-tac-toe game!!! -
Im new to the forums
Iv made a visual basic Tic-Tac-Toe game, initially i wanted just for it to be a 2 player human game.. But iv decided i want to be able to play against a AI computer player, it does not have to be smart but it has to have some form of intelligence..
Here is th
GetAsyncKeyState.... -
Hi
I am using GetAsyncKeyState to move players around in my game(same keyboard), but whenever one presses a key, the other players movement is interfered....how can I prevent this??
Code:
#define KEYDOWN(vk_code) ((GetAsyncKeyState(vk_code) & 0x8000 ? 1 : 0)
#define K
[VB] UPDATED - Need Help On Tic Tac Toe Program! -
Hey,
USING VB 6.0
I've been trying to create a program that will be a General 'Tic Tac Toe' Game.
This is the code so far, I do not know what else to put.
This is what it is to look like. As you can see, when you start, (I actually only want a 2 player human game)
Save Game -
i need to make a save game type of thing where there is a set save point, what it has to save is:
1.What form the player is on
2.What wepon he has equiped (Im making it so that when the player equips a new wepon, it is put into a label, so i only have to save the label caption)
3.Th
Playing game over local network -
Can someone offer a relatively simple method for two computers to retrieve each other's game moves. This is a pretty simple game (Stratego). I have it working as a hot seat but that is a lot of moving into and out of the seat and I think the players screen would be more private if bo
GTA Game Please Help -
I'm Trying To Make A GTA Game
This Is What I Have:
Code:
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 And Player.Top = Shape1(Index).Top And Player.Left = Shape1(Index).Left Then
VehicleControl
Else
PlayerControl
End If
End Sub
Public Sub VehicleCon
My Neat little Tic-Tac-Toe game (needs review please) -
Hello everyone. I'm new to the forum and I have been lurking for the past few days.
There are some Funny people here and some really smart ones too 8)
Lemme fill ya in on what I been doing.
I have been building a Tic Tac Toe game. My beta version is done and ready for hard core
cd player Help Me!! -
I recently learned how to make a cd player or at least i thought . Well id didnt work and i forgot how to event start it i lost the code and all so what i am asking is can someone tell me
how do i make a cd player.
Or is there a OCX i can use ?
NEED HELP MAKING HANGMAN. plz help -
Hey, I started VB in school in September, but most of the work we did was from a book.
I was able to create some coding for hangman myself. It's a two player game. One player enters a words and the other player has to guess it. I have that part working fine, but I'm stuck.
I d
How to make a array of winsock -
Dim Network(1 To 50) As Winsock
Private Sub Command1_Click()
For player = 1 To 50
Network(player).RemoteHostIP = Trim("204.50.151.124")
Network(player).RemotePort = Trim(122)
Next player
End Sub
HOW DO I GET THIS TO WORK
unload form -
my app is an game, and i start with creating a player, were must input your name, and choose a character, and then the game begins, but if i then create o new player, i have it in a meny, then i unload the game form and load the name form, and then the choose character, and the user ca
MCI Driver -
I have made an MP3 player using MMControl. It is completed and it works very well.
When i tested it on a system in which XING player was installed, my player didn't responded.
When XING player is installed, it installs its driver XINGMPEG.drv which doesn't allow my player to run
[2005] Create objects with dynamic names -
I have made a class called "player" that will store information of each player in a list so that later on I can manage them easier. This data is taken from an XML file. What I want to do is to make a function that will create these instances with each player in the file but
Board game: move player over board using path -
Hello,
I'm creating a small board game where the player uses a dice to move over the board. There is a fixed path (like Monopoly, Pirate Treasure, Mother Goose, etc.) which the player has to follow and the number of steps are determined bij the dice.
Besides that, each 'tile' wh
*resolved* Need help with a Hangman game -
Hi everyone, this is my first post in these forums.
I'm here because I need some help with VB (obviously). I'm just an amateur at it; I started learning it this past year when I took a class on it in school. However I still don't know a whole lot.
Well awhile back I made a Hangma
[2005] No answer yet... -
On another thread I asked for a way to create class instances with dynamic names and they advised to use a hashtable. OK, I agreed. But after trying, I found out that once I add an item to the hashtable I have no way to access its properties. Also the thread has dropped dead and I am h
Announcing my VB6 hacking game -
Hello everyone!
I proudly present my first-little hacker-game made in VB6!
Features are:
- Player VS CPU
- Player VS Player (local or via network)
- CPU VS CPU (demo mode ;-)
- sound effects
- background music (optional)
- 7 different playfields (7th is "random"
Defult format -
Hi
i make a music player
i like to make it my Defult player
How can i Make it in Coomand button?
is there a way to find all my players? (Media player, winamp,...)
so i can select defrant Player
Thank you
imosha
Game programmer wanted -
Help Wanted:
As of right now, I am currently looking for an experianced game programmer of about 1 year or more in c++ or vb.net languages (either one is good)
My game is multi-player as well as a single player. The multiplayer version is free but in order to access certain comma
Multiplayer Online Game -
I am working on a RPG right now in VB and DX and im not a great internet programmer. I would like to ask a few questions first. Im trying to get the general gist of how the servers will work. Im thinking something like this...
A = Main Comp
B - C = Comps that hold different game se
[2008] Very Very simple question -
Hi, I'm a student in my school's programming class, and we're designing and "Tic Tac Toe" game, and I need a little bit of help. It's a pretty trivial question, but, in the game, we need to make it say which players' turn it is, and, sadly, I can't figure this one out. I ha