1 of 1
Added: 22 May 2007
Created by: i_dt_knw
Version: 2
(Incomplete)
Game description: first person shooter
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
This creator has no other games uploaded.
Comments
i_dt_knw said 595 days ago
well the cursor was just:
width = display_get_width()/2;
height = display_get_height()/2;
//get change
change_x = (display_mouse_get_x()-width);
change_y = (display_mouse_get_y()-height);
//move camera
direction -= change_x / 16;
display_mouse_set(width, height);
if(change_y < height)
zdirection+=change_y/12;
else
zdirection-=change_y/12;
//limit z
if zdirection<-89 then {zdirection=-89;} else if zdirection>89 then {zdirection=89;}
Optical Illusions said 595 days ago
It was fun at first but, it got boring after a while..
You should have put more objects & walls.
Almost like a maze.
1 2




Napkinkap said 506 days ago
Report to Staff
Beautiful game, though stairs were choppy, I couldn't jump into the maze, and there was a problem with the enemy.