My Tags:
Tutorials,
Programming,
VB,
Games,
NoteMe.com
Technocrati Tags:
Tutorials,
Programming,
VB,
Games,
NoteMe.com
Published: 05.03.2006 by
Øyvind Østlund
oyvind(at)noteme(dot)com
Then a new tutorial is up. This time it was the simple gameloop tutorial for Visual Basic. It should get you up and running pretty fast on how to make a game loop that should be more then enough for most hobby games. It is fast, simple, and accurate enough for most types of games. So enjoy it, and please give me feedback if you have any. I take all feedback seriously.
I have also started to redesign my home page again. It is a bit more extreme this time, but still simple in a way. Hard to explain. I am still not happy with it, but this time I am taking the time to make nice templates for it, so it should not be that hard to change it in the future.
There will also be a few small new feautures on the page that will make it simpler to navigate. But I am still not sure about what to do with all the tutorials and sample code. So it might still take some time before it is up and running.
My Tags:
VB,
Tutorials,
Games,
Programming,
NoteMe.com
Technocrati Tags:
VB,
Tutorials,
Games,
Programming,
NoteMe.com
Published: 26.02.2006 by
Øyvind Østlund
oyvind(at)noteme(dot)com
Then the first Visual Basic tutorial is finaly up. It is a game tutorial about how to move objects with keypresses the best way. Through the tutorial we exam two different ways to do it, one with API calls, and one without API calls. You can deside which one that suits you the best.
The next Visual Basic tutorial that will be up is a tutorial on how to make gameloops. Game loops are essential in game programming to move objects, and to make things happen when we want them too, as well as getting input from users and call AI functions. But untill then, enjoy this one.