# HIGHWAY ENCOUNTER

You control a dalek-type thing, one of 5.  You must push "the bomb" all the way to the end of the highway.  The bomb will be automatically pushed along by one of the other daleks, if there are any left.  If the one you are controlling is destroyed, you will be replaced by another one in your team until there are none left.

The instructions from the original game are available at https://spectrumcomputing.co.uk/entry/2323/ZX-Spectrum/Highway_Encounter

Programmed by Stephen Smith (stephen.carlylesmith@googlemail.com).  Twitter: @stephencsmith

Based on Highway Encounter by Costa Panayi and published by Vortex.


## Controls
* W, A, S, D and mouse.
* LMB - Shoot Laser
* F - Toggle first/third person
* 1, 2 - Move camera closer or further away
* Esc - Quit
* I - Toggle inversing the camera up/down


## Running on Linux
You will need to mark the program as an executable before Linux will allow you to run it.


## Running on a Mac
Since the app is not signed for a Mac (I don't have a Mac), it shows "Application from unidentified developer" or even "Application is damaged and cannot Be opened" on first start. Try to open you game with Ctrl+Right Click and then Open. If it's not helping, open Terminal, enter "sudo xattr -cr /Path/To/MultiplayerSplat.app" and then open your game.  More details here: https://support.apple.com/en-gb/guide/mac-help/mh40616/mac and here: https://appletoolbox.com/app-is-damaged-cannot-be-opened-mac/


## Credits
* Game design by Costa Panayi (I assume!)
* FPS code based on https://github.com/codewithtom/godot-fps
* Spaceship model by Max Parata, https://maxparata.itch.io/voxel-spaceships
* Shooting sfx: https://opengameart.org/content/4-projectile-launches
* Explosions from https://opengameart.org/content/action-shooter-soundset-wwvi
* Intro music by FoxSynergy https://opengameart.org/content/overdrive-sex-machine
* In-game music by Alexandr Zhelanov, https://soundcloud.com/alexandr-zhelanov
* Game Lost music: by Section 31 - Tech, https://opengameart.org/content/night-prowler
* Victory music: Dan Knoflicek, https://opengameart.org/content/dance-party

