Gun Fight
- seanmcgarry65
- Aug 1, 2022
- 1 min read
Gun Fight is a recreation of the original arcade game.

An early layout of the game in Construct 3
The objective of the game is to land a shot on the opponent player.

The code that controls Player 1's movement. The code refers to Player 1 as the Outlaw, and Player 2 as the Sheriff.
Each player has six normal bullets and two shotgun shells.

The code that controls functions related to the timer.
Hitting the opponent kills their character, increases the player's score by one, and resets the layout.

The Game Over screen. The wagon rolls up from the bottom, presumably after the fighters have abandoned their shootout with each other.
The layout is also reset if both players completely run out of ammunition, but this does not increase either score.

Both players have spent a lot of ammunition to hit nothing but cacti...
Running out of time results in a game over and forces the players to reset the game completely.

The game with twelve seconds left on the clock; Neither player has made a move.
Play the game here:
Comments