NoreWar is a robot competition game in a virtual envirionment in computer. Players just design the AI script for each robot. When put into the environment, robots will act automatically according to its AI script and fight with each other. Robots are able to produce or create themselves in the environment. When one side defeate all its enemies, it will win the match.
SHS NoreWar provides two main applications, MatchRunner and MatchViewer. Players write each AI script in a single file, with the extension name: .aic. When MatchRunner is run, it will finally show the result and save the detail to a binary file with the extension name: .aim, which can be viewed later in MatchViewer.
An AI script consists of two main parts: constant definitions and codes. The codes are separated into segments. Each segment consists of labels and commands.