Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Two Questions Please Help


Two Questions Please Help

Author
Message
Matt8714
Matt8714
Forum God
Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)Forum God (2.2K reputation)

Group: Forum Members
Posts: 6, Visits: 1

1) I am making a game where i need a larger screen than i have so i can move around. I am making a Pokemon type of game..and i have no clue how i can move  so that its not just a 10 x 10 screen. Any input please

2) How can you make a server so that i can play a game i made with a computer next to me?

 

Thanks for anyone who can help

 

Matt


Booooze
Booooze
Forum God
Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)

Group: Forum Members
Posts: 827, Visits: 132
Not sure about the scrolling. Check the a1vbcode database, i think there is some dx and side scrolling stuff in there for games. as for creating a server, you need to learn the winsock control.

API Guide|Inno Setup Wizard|Winsockvb|StudioTraffic|Firefox
DXGame
DXGame
Forum God
Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)Forum God (345 reputation)

Group: Forum Members
Posts: 1, Visits: 1

Start researching "tile maps". This is pretty much the norm now days compared to using a big bitmap to scroll around. A tile map is basically a 2D array filled with numbers representing a tile that gets blitted to the screen. Standard stuff going back to the Nintendo 8 bit days.

You can do it using standard BitBlt via VB6 but you probably want to research using DirectX instead. Much more flexable and faster.



DXGame.com - High level 2D Game Engine For VB6

http://dxgame.com


GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search