K
Kitsune No Murakumo
Guest
im in the first stages on the game devlopment process ive mapped everything out
now I need some assistance
is the code below correct and will it work
at the moment we are just rendering the game im not worrying about the whole how it works yet and thats under my control
this code will be merged with a form so a window actually appears
----------------------
test play
by kitsune no murakumo
--------------------------
for now we are only rendering a level not
programming any complex mechanics and even the
mechanics we do program wont be too complex
because this the first game
dim level as bitmap ("forestyplace.bmp")
mygraphics.drawimage(level,0,0)
dim player as new bitmap ("player.bmp")
mygraphics.drawimage(player,100,110)
dim enemy as new bitmap ("badguy.bmp")
mygraphics.drawimage(enemy,340,330)
im putting in random coordinates since its a test
if needed the actual game will have the bitmap and image classes added in
unless their built into the language and id only say that because VB.net is apparently a RAD tool but then again I could see how it isnt because usually with such things like bitmap loading because usually a programming language often is a tool where you tell the computer what to do if you put something like this in c++ it wont understand you and thats why things like SDL an pantlib were built but anyway I cant try this out for myself is because I dont have access to the compiler but I want to use vb.net because is so much better than the syntax of c++ and has better support in my opinion despite c++ being the so called "most powerful language" which to a extent is true due to the fact most game devs use c++ but I disapprove of c++ because I cant get any support for the language thats actually useful and will help me
and thus thats why I like VB.net better than most programming languages
anyways I look foward from hearing back
as usual any harsh comments are not tolerated thanks
Continue reading...
now I need some assistance
is the code below correct and will it work
at the moment we are just rendering the game im not worrying about the whole how it works yet and thats under my control
this code will be merged with a form so a window actually appears
----------------------
test play
by kitsune no murakumo
--------------------------
for now we are only rendering a level not
programming any complex mechanics and even the
mechanics we do program wont be too complex
because this the first game
dim level as bitmap ("forestyplace.bmp")
mygraphics.drawimage(level,0,0)
dim player as new bitmap ("player.bmp")
mygraphics.drawimage(player,100,110)
dim enemy as new bitmap ("badguy.bmp")
mygraphics.drawimage(enemy,340,330)
im putting in random coordinates since its a test
if needed the actual game will have the bitmap and image classes added in
unless their built into the language and id only say that because VB.net is apparently a RAD tool but then again I could see how it isnt because usually with such things like bitmap loading because usually a programming language often is a tool where you tell the computer what to do if you put something like this in c++ it wont understand you and thats why things like SDL an pantlib were built but anyway I cant try this out for myself is because I dont have access to the compiler but I want to use vb.net because is so much better than the syntax of c++ and has better support in my opinion despite c++ being the so called "most powerful language" which to a extent is true due to the fact most game devs use c++ but I disapprove of c++ because I cant get any support for the language thats actually useful and will help me
and thus thats why I like VB.net better than most programming languages
anyways I look foward from hearing back
as usual any harsh comments are not tolerated thanks
Continue reading...