- Serial port communication.
- 20 x86 assembly instructions.
- 6 addressing modes.
- Separate chat module.
- In-game chat (in 2 Players using serial port version).
- Randomly flying objects, each player has a gun to shoot them and earn additional points.
- 2 levels.
- The 2 players play on the same pc using the same keyboard.
- 2 PCs are connected using the serial port cable, each player plays on his PC with complete synchronisation in instructions, in-game chat, gun fire and more!
To run 2 players on 1 PC:
- Open DosBox
- Write the following commands:
- masm clash
- masm gun
- masm rm
- masm cmd_p1
- masm cmd_p2
- masm chat
- masm start
- masm level
- masm powerups
- masm win
- link clash+rm+gun+cmd_p2+cmd_p1+chat+start+level+powerups+win
- clash
- Open DosBox
- Write the following commands:
- masm clash
- masm gun
- masm rm
- masm cmd_p1
- masm cmd_p2
- masm chat1
- masm start
- masm level
- masm powerups
- masm win
- link clash+rm+gun+cmd_p2+cmd_p1+chat1+start+level+powerups+win
- clash
- This version is only optimized for MASM 6.11, any other version or assembler may not run correctly.
- In 2 Players using serial port version: name, initial points and level 2 are not synchronysed between the 2 PCs (yet).