# EXOLON 3D

A 3D recreation of Exolon by Raffaele Cecco and published by Hewson Consultants.  Currently, only the first two levels are implemented.

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

Gameplay Video: https://www.youtube.com/watch?v=0CMjm9qChhY



## Controls
* W, A, S, D and mouse.
* LMB - Laser
* RMB - Rockets
* Space - Jump / teleport (when stood in a teleporter)
* M - Toggle music on/off
* Esc - quit


## Options
* You can now choose to invert the mouse up/down controls, if you're one of those weird people that prefer it like that.


## Running on a Mac
Since the app is not signed for a Mac (I don't even 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
* Original game design by Raffaele Cecco
* Intro music by Tamás Webnyelv (https://www.youtube.com/channel/UCq6aGMTQpP161kVD4LwQutg)
* In-game music by Zander Noriega taken from https://opengameart.org/content/perpetual-tension
* Victory and defeat music by Little Robot Sound Factory (www.littlerobotsoundfactory.com) taken from https://opengameart.org/content/victory-war-battle-music-loops-library
* FPS code based on https://github.com/codewithtom/godot-fps
* Spaceship models: https://maxparata.itch.io/voxel-spaceships
* Footsteps: https://opengameart.org/content/metal-interactions
* Shooting sfx: https://opengameart.org/content/4-projectile-launches
* Explosions from https://opengameart.org/content/action-shooter-soundset-wwvi
* Teleport sfx and others taken from https://opengameart.org/content/sci-fi-sound-effects-library
* Ball enemy sound from https://opengameart.org/content/sci-fi-drone-loop
* Green up/down killers sfx taken from: https://opengameart.org/content/robotic-mechanic-step-sounds
* Spaceship sounds from https://opengameart.org/content/spaceshipsounds
* Static electricity sounds taken from https://opengameart.org/content/ice-electricity-magic
* Thanks to Mikhail Sudakov for help on running the game on Macs.


