1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="penetrate" _label="Penetrate">
7 <video href="https://www.youtube.com/watch?v=iuutzMOVYgI"/>
9 <number id="bgrowth" type="slider" arg="-bgrowth %"
10 _label="Explosions" _low-label="Slow" _high-label="Fast"
11 low="1" high="20" default="5"/>
13 <number id="lrate" type="slider" arg="-lrate %"
14 _label="Lasers" _low-label="Slow" _high-label="Fast"
15 low="10" high="200" default="80"
19 <option id="dumb" _label="Start badly, but learn"/>
20 <option id="smart" _label="Always play well" arg-set="-smart"/>
23 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25 <xscreensaver-updater />
28 Simulates (something like) the classic arcade game Missile Command.
30 https://en.wikipedia.org/wiki/Missile_Command
32 Written by Adam Miller; 1999.