LUA is powerfull script language. Its free project, which contains open source virtual
machine implementation. Many well-known games are using LUA to control gameplay,
gamecharacters and other. So I implemented simple game-like application, to train a bit in
working with LUA.
It's "Airplane War" - couple of airplanes flying along screen and launching missiles.
Airplanes are controleed by LUA scripts.

