C
COHENMARVIN
Are there any good sources on video game programming in vb.net?
Is "DirectX" a set of libraries for video game programmers?
The reason I ask is that I'd like to convert a board game into a
computer game. Its a game with up to 4 players, so it seems like it
would be hard to do. After all, a computer doesn't have up to 4
mouses. And its a board game where pieces move on the board, so I'd
have to keep redrawing the board but with squares sometimes become
covered by a piece, and sometimes being emptied of a piece. Also, I'd
like to insert video fragments when the user lands on a certain square
(like a fragment on a dungeon when he lands on a dungeon square).
Is this kind of game possible, and if so, where would I get some
lessons on how to create it?
-- MC
Is "DirectX" a set of libraries for video game programmers?
The reason I ask is that I'd like to convert a board game into a
computer game. Its a game with up to 4 players, so it seems like it
would be hard to do. After all, a computer doesn't have up to 4
mouses. And its a board game where pieces move on the board, so I'd
have to keep redrawing the board but with squares sometimes become
covered by a piece, and sometimes being emptied of a piece. Also, I'd
like to insert video fragments when the user lands on a certain square
(like a fragment on a dungeon when he lands on a dungeon square).
Is this kind of game possible, and if so, where would I get some
lessons on how to create it?
-- MC