Luar (Finished)
A downloadable game for Windows
Roguelite where you walk through randomly created areas, with enemies getting stronger as you level up
This game was made for Gameboy Jam by the engine GameMaker
[How to play]
- [Arrows] Movement
- [Z ] Atack
- [X ] Evade
-------------------------------------------------------------------------------------------------------
///MOVIMENTAÇÃO scr_get_input(); temp += 1; if temp >= 10 temp = 0; if(horizontal = 0 and vertical = 0){ len = 0; }else{ len = spd; if temp = 0 { audio_play_sound(choose(walk01,walk02,walk03),10,0); instance_create(x,y+8,obj_fumaca_effect); } dir = point_direction(0,0,horizontal,vertical); } hspd = lengthdir_x(len,dir); vspd = lengthdir_y(len,dir); phy_position_x += hspd; phy_position_y += vspd; if(len != 0){ image_speed = 0.3; if(dir > 0 and dir < 180){ sprite_index = spr_body_back; yy = 0; }else{ sprite_index = spr_body_front; yy = 1; } if(horizontal != 0){ image_xscale = horizontal; } }else{ image_speed = 0; image_index = 0; }
Gmx files to download below
Status | Released |
Platforms | Windows |
Author | Vini_portifolio |