Moosader Games - Rawr Rinth v0.4
Loading...
4,950
Uploader Comments (LusikkaMage)
Top Comments
-
Goddamn that music is catchy
-
Woa this game is realy impressive! Makes me want to continue working on my games. :P
Good job :D
see all
All Comments (38)
-
this very nice
you make the best tutorials
-
@LusikkaMage LMAO
-
CAN'T GET THAT MUSIC OUT OF MY HEAD!
I wish the game had levels and stuff because I had a lot of fun playing it. The collision needs some work of course, but other than that it's great ^_^
-
Haha, great! ;)
I just wonder why I didn't see it in my subscribtions before....
Loading...
Hey, how did you implement the 'one-level' type model?
I am thinking about a design idea for a game i'd like to make, but I don't understand, conceptually, how I would do that. . . I would most likely be using pygame. Does it have to do with making the worldview larger than the viewport window at all times?
11889music 1 year ago
@11889music I have a Map class, which contains an array of my Tile class, where each Tile has a coordinate pair (x,y) and an integer, corresponding to which image to use.
Each cycle, the camera's offset is recalculated so that the dinosaur stays in the center of the screen and the camera scrolls.
LusikkaMage 1 year ago
I am so addicted to this game for some reason. T_T
You know something's wrong when you end up playing your own game during class o_O
LusikkaMage 2 years ago 2
This comment has received too many negative votes show
Nobdy Wants the source for your game, it sucks, try making a 3d shooter in OPENGL Next Time.
BlueFlyer101 2 years ago
After you, sir.
LusikkaMage 2 years ago
Hey lusikka! Pretty good I have to say... Really I like your stuff!
Look one question... Which lib do you use for sound? I program graphics with allegro too... But I don't know if allegro have a sound engine or something... Sorry for the newbie question XD heh.
Nice videos keep it up!
aldex123 3 years ago
Yeah, allegro supports sound.
Google "Allegro quick reference", it has a list of a bunch of things allegro supports, and how to use them.
Using the sounds are as easy as using bitmaps and such.
LusikkaMage 3 years ago