It looks really nice, I will download it right now and tell you how it goes...
Really good for a first game, but there are a few things I don't like:
It runs really really fast. You should use a method of keeping it the same speed on all computers, but let the frame rate go as high as it can. Here is an example of how you do that:
sync on:sync rate 0
pos#=0.0
speed#=0.0
fps#=1.0
do
pos#=pos#+1.0*speed#
cls
text 10,10,"Position:"+str$(pos#)
sync
fps#=screen fps()
if fps#=0.0 then fps#=1.0
speed#=1.0/fps#
loop
This code will increase the variable var# by 1 every second, no matter how fast the program goes. Get it?
The game was really hard. I couldn't shoot anyone before I died.
Keep working on it, it could be a really good game
Xander Moser of Bolt Software
Firewall: Your Computer's First Defense - Real Time Strategy game
[href]
[/href]