How to make a object moving on the screen- How to make game with VB.NET
– In 2d game, ex i see a mario charator, which is object ( Label, image v.v.v)
– Is there a physical engine for vb.net
Sorry, bad english
How to make a object moving on the screen- How to make game with
Share
You should look into XNA, although most examples are done in C#.
Start off by looking at a few tutorials and then try making a simple game for yourself (do not start off with Mario etc as this is too complex for beginners. Think more along the lines of Pong).
Get yourself a good book, for example http://www.amazon.com/Learning-XNA-3-0-Game-Development/dp/0596521952
Also check out SlimDX, an open source alternative for building DirectX apps in .Net.
DirectX is a set of Microsft APIs for dealing with Game Development