There's Nothing Worse Than People created by 0 RekNepZ 0
Category: Shooter
Current rating
Added: 31 October 2009
Created by: 0 RekNepZ 0
Version: 6
Game description: Shoot down the worst monsters in the world with a laser. Made for a gamemakergames.com mini-competition
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
Good but Hard Game
Added: 07 November 2009
Created by: Bi9_G33K
Pros: easy to control laser, good sounds an...
Cons: too hard at the beginning of the game...
More Games By This Creator
Page 1/5












MonehGames S... said about 1 year ago
i like it. the gameplay was great, graphics could be better, but it's still a good game 5/5
simple gamer said over 2 years ago
Very fun game, has some areas it can improve in.
0 RekNepZ 0 said over 2 years ago
it is.
GameRoom said over 2 years ago
Actually, I just realize you don't need to create the file, the game end or whatever can do that. Anyway, the code should be:
if file_exists("options.txt") {
var ll;
ll=file_text_open_read("options.txt")
var1=file_text_read_real(ll)
var2=file_text_read_real(ll)
file_text_close(ll)
}
else {
var1=0
var2=0
}