Ok, i know i'm missing somthing... I'm gonna atempt to make my first game, for those who have helped me with my first ever project, a Breakout clone. That showed me the basics of programming operators (+,-,>,<,=>,=, Ect..) functions, some types... and the "IF THEN" and stuff like that... now i want to make somthing everyone can enjoy, (stupid me for making a game that can only fit my huge screen).
I want to use this thread if i get stuck and cant get out.
now, i have 2 things i'v been pondering:
How to make a room, i'm sure you guys have played SNES games like zelda ect, now my guess is the map is a backround image, and you some how set collisions up with parts of the map.
lets say i have a map that looks like this:
!@#$!@#$!@#$
#@$---------!@#
!@#----------!@#
!@##------@!@#
!@#!@#!@@#@
the odd signs are walls, the "-"'s are the walking space this whole thing is a image, how would i make it so i cant go through areas?
second of all... Real time rotation... lets say i have a image i want it to face DOWN,UP,LEFT, and RIGHT when the right keys are pressed.
E.G: If you press the right arrowkey [->] the image faces right, and goes right then when you let off it stays in the right possition until a nother key is pressed...
HOW?!!?
i tried a few things... no avail...
I want to use this thread if i get stuck and cant get out.
now, i have 2 things i'v been pondering:
How to make a room, i'm sure you guys have played SNES games like zelda ect, now my guess is the map is a backround image, and you some how set collisions up with parts of the map.
lets say i have a map that looks like this:
!@#$!@#$!@#$
#@$---------!@#
!@#----------!@#
!@##------@!@#
!@#!@#!@@#@
the odd signs are walls, the "-"'s are the walking space this whole thing is a image, how would i make it so i cant go through areas?
second of all... Real time rotation... lets say i have a image i want it to face DOWN,UP,LEFT, and RIGHT when the right keys are pressed.
E.G: If you press the right arrowkey [->] the image faces right, and goes right then when you let off it stays in the right possition until a nother key is pressed...
HOW?!!?
i tried a few things... no avail...