This is an example of using DX7 DirectPlay4. Program allows you to connect and play a basic tic tac toe game over ipx, tcp/ip, or modem against another player with the same program installed. This program includes a basic chat program. All of the multiplayer code is done with directplay4. This is a multiplayer tic tac toe game i originally wrote using the com port across a modem. I recently ported it to directplay4 just for the fun of it thought the code might be helpful. Requires DIRECTX7 SDK to compile and DIRECTX7 runtime to play.
File List:
DXTicTac/Connect.frm
13Kb
DXTicTac/DX7MultiTac.PDM
7Kb
DXTicTac/DX7MultiTac.vbp
1Kb
DXTicTac/DX7MultiTac.vbw
137b
DXTicTac/Dialstatus.frm
3Kb
DXTicTac/Lobby.frm
7Kb
DXTicTac/Module1.bas
8Kb
DXTicTac/MultiTac.PDM
4Kb
DXTicTac/MultiTac.RES
9Kb
DXTicTac/MultiTac.vbw
249b
DXTicTac/PLAYERS.VBW
250b
DXTicTac/Players.PDM
4Kb
DXTicTac/connectfrm.frm
4Kb
DXTicTac/phonenumbersform.frm
5Kb
DXTicTac/players.frm
42Kb
DXTicTac/players.frx
28Kb
DXTicTac/profile.frm
2Kb
DXTicTac/setup.frm
5Kb
DXTicTac/setup.frx
4b
Similar code
A Graphical Vurtual Keyboard Using DirectX
(Popularity: ) : UPDATED!! Virtual Keyboard. Looks Like A Normal Keyboard. When You Press A Key On Your Normal Keyboard, The Corresponding Key On The Virtual Keyboard Lights Up!! Every Key Is Independent (Left Shift Is Different From Right Shift Etc..) Only 23 ... DirectX 8 Isometric RPG - UPDATED!
(Popularity: ) : A simple isometric RPG engine that can read maps from a save file, draw the map, draw the player, read walls from a save file, draw an NPC, draw the walls, and can move the character. UPDATE: I got character ... A DirectX7 Multiple sound module
(Popularity: ) : Ah! Simply The Best... This code allows you to play as many Waves as you like, no limit Can set up DirectX7 sound with just 3 calls. Must have Dx7 installed. Alpha Blending DirectX 7
(Popularity: ) : This is used to show you how to alpha blend a light source on to a background , map , game ect Actor MD2 sample with dynamic shadows
(Popularity: ) : This code demonstrates one of the iRender 3D game engine features - md2 loading, rendering with dynamic lighting and shadows. There are only 50 lines of code. A Cool DirectX Gaming Example
(Popularity: ) : This shows you the basics of using Direct Draw and Direct Sound. It shows you how to create a sprite and move it around the screen, as well as showing you how to draw a background with text over it, ... DirectX 8.0 Self-Unloading Texture Class
(Popularity: ) : A texture class for DirectX 8 that can render a texture to the screen, then when a set ammount of time has passed without rendering it unloads itself. Useful for RPGs because you need lots of textures. Also can rotate ... About the MSWEB DVD Sample player
(Popularity: ) : Retrieves & lists EventCodes from DVD, how to implement a timer properly with no timer control, zoom, menus, & identify domains with .UOPValid method before executing an event on the DVD. includes .CurrentDomain .UOPValid .ShowMenu .DeleteBookmark .SaveBookmark .RestoreBookmark .PlayChapter .PlayState ... A Space Arcade Game
(Popularity: ) : This is my first ever 'game' so, it's probably bugged, and lots of messy code. It's done in VB and DirectDraw. Graphics made by Brady. If it helps you, great - if not, sorry. The Almost Advanced Error Handler Addin
(Popularity: ) : WARNING VB6 ADD-IN (This Will Not Work in VB5 as far as i know) Ever had a Help Desk Call goes like 'the Application has crashed the Error message on the screen is 666 Application-defined or object-defined error' narrowing the ...