Download exolon Free Java Code

Description

A JavaScript/HTML5 game built with melonJS. A remake of 1987 ZX Spectrum shoot em up.

Icons

exolon

Source Files

The download file exolon-master.zip has the following entries.


.gitignore// ww  w.  j a v a  2  s  . c  o  m
README.md
css/exolon.css
exolon.html
images/ammo_pack.gif
images/arrow.gif
images/audio_icon.gif
images/beam.gif
images/blaster_bullet.gif
images/blaster_explosion.gif
images/bonus_screen.gif
images/bubble.gif
images/circular_explosion.gif
images/cocoon.gif
images/combined_launcher_bottom.gif
images/combined_launcher_top.gif
images/discharge.gif
images/double_launcher.gif
images/double_launcher_bullet.gif
images/egg.png
images/explosion_particle.gif
images/fir.gif
images/flasher.gif
images/font_cyan.gif
images/font_green.gif
images/font_purple.gif
images/font_red.gif
images/font_white.gif
images/font_yellow.gif
images/fungus.gif
images/gate.gif
images/grenade.gif
images/grenade_pack.gif
images/grenade_trace.gif
images/harbringer.gif
images/incubator.gif
images/interceptor.gif
images/jellyfish.gif
images/level_complete_window.gif
images/light.gif
images/loading_bg.gif
images/louse.gif
images/metatiles.gif
images/mine.gif
images/mine_fire.gif
images/missile.gif
images/missile_guidance.gif
images/piston.gif
images/radar.gif
images/rocket.gif
images/rocks.gif
images/ship.gif
images/ship_fire.gif
images/square_light.gif
images/star.gif
images/teleport.gif
images/teleport_flash.gif
images/tiles.gif
images/title.gif
images/turret.gif
images/turret_body.gif
images/turret_bullet.gif
images/turret_tube.gif
images/vitorc.gif
images/vitorc2.gif
images/waggon.gif
lib/jquery-1.7.2.js
lib/melonJS-0.9.4.js
lib/require.js
maps/L01S01.tmx
maps/L01S02.tmx
maps/L01S03.tmx
maps/L01S04.tmx
maps/L01S05.tmx
maps/L01S06.tmx
maps/L01S07.tmx
maps/L01S08.tmx
maps/L01S09.tmx
maps/L01S10.tmx
maps/L01S11.tmx
maps/L01S12.tmx
maps/L01S13.tmx
maps/L01S14.tmx
maps/L01S15.tmx
maps/L01S16.tmx
maps/L01S17.tmx
maps/L01S18.tmx
maps/L01S19.tmx
maps/L01S20.tmx
maps/L01S21.tmx
maps/L01S22.tmx
maps/L01S23.tmx
maps/L01S24.tmx
maps/L01S25.tmx
maps/L02S01.tmx
maps/L02S02.tmx
maps/L02S03.tmx
maps/L02S04.tmx
maps/L02S05.tmx
maps/L02S06.tmx
maps/L02S07.tmx
maps/L02S08.tmx
maps/L02S09.tmx
maps/L02S10.tmx
maps/L02S11.tmx
maps/L02S12.tmx
maps/L02S13.tmx
maps/L02S14.tmx
maps/L02S15.tmx
maps/L02S16.tmx
maps/L02S17.tmx
maps/L02S18.tmx
maps/L02S19.tmx
maps/L02S20.tmx
maps/L02S21.tmx
maps/L02S22.tmx
maps/L02S23.tmx
maps/L02S24.tmx
maps/L02S25.tmx
maps/L03S01.tmx
maps/L03S02.tmx
maps/L03S03.tmx
maps/L03S04.tmx
maps/L03S05.tmx
maps/L03S06.tmx
maps/L03S07.tmx
maps/L03S08.tmx
maps/L03S09.tmx
maps/L03S10.tmx
maps/L03S11.tmx
maps/L03S12.tmx
maps/L03S13.tmx
maps/L03S14.tmx
maps/L03S15.tmx
maps/L03S16.tmx
maps/L03S17.tmx
maps/L03S18.tmx
maps/L03S19.tmx
maps/L03S20.tmx
maps/L03S21.tmx
maps/L03S22.tmx
maps/L03S23.tmx
maps/L03S24.tmx
maps/L03S25.tmx
runGame.js
sound/burst.mp3
sound/burst.ogg
sound/ding.mp3
sound/ding.ogg
sound/explosion.mp3
sound/explosion.ogg
sound/explosion2.mp3
sound/explosion2.ogg
sound/explosion3.mp3
sound/explosion3.ogg
sound/gameover.mp3
sound/gameover.ogg
sound/grenade.mp3
sound/grenade.ogg
sound/pick1.mp3
sound/pick1.ogg
sound/pick2.mp3
sound/pick2.ogg
sound/points.mp3
sound/points.ogg
sound/rocket.mp3
sound/rocket.ogg
sound/shot1.mp3
sound/shot1.ogg
sound/shot2.mp3
sound/shot2.ogg
sound/teleport.mp3
sound/teleport.ogg
sound/theme.mp3
sound/theme.ogg
src/app.js
src/behaviors/AccelerationMovementBehavior.js
src/behaviors/CheckpointMovementBehavior.js
src/behaviors/CircularMovementBehavior.js
src/behaviors/SwingAndAccelerationMovementBehavior.js
src/behaviors/SwingMovementBehavior.js
src/behaviors/UpAndDownMovementBehavior.js
src/behaviors/ZigZagMovementBehavior.js
src/config.js
src/entities/AmmoPackEntity.js
src/entities/AwardPointsEntity.js
src/entities/BeamEntity.js
src/entities/BlasterBulletEntity.js
src/entities/BlasterExplosion.js
src/entities/BubbleCreatorEntity.js
src/entities/BubbleEntity.js
src/entities/CapsuleEntity.js
src/entities/CircularExplosionEntity.js
src/entities/CocoonEntity.js
src/entities/CombinedLauncherBottomEntity.js
src/entities/CombinedLauncherTopEntity.js
src/entities/DischargeEntity.js
src/entities/DoubleLauncherBulletEntity.js
src/entities/DoubleLauncherEntity.js
src/entities/EggEntity.js
src/entities/ExitEntity.js
src/entities/ExplosionParticleEntity.js
src/entities/FirCreatorEntity.js
src/entities/FirEntity.js
src/entities/FlasherCreatorEntity.js
src/entities/FlasherEntity.js
src/entities/FungusEntity.js
src/entities/GameOverWindow.js
src/entities/GrenadeEntity.js
src/entities/GrenadePackEntity.js
src/entities/GrenadeTraceEntity.js
src/entities/HarbringerCreatorEntity.js
src/entities/HarbringerEntity.js
src/entities/IncubatorEntity.js
src/entities/InterceptorCreatorEntity.js
src/entities/InterceptorEntity.js
src/entities/JellyfishCreatorEntity.js
src/entities/JellyfishEntity.js
src/entities/KamikazeCreatorEntity.js
src/entities/KamikazeEntity.js
src/entities/LevelCompleteWindowEntity.js
src/entities/LightEntity.js
src/entities/LouseCreatorEntity.js
src/entities/LouseEntity.js
src/entities/MineEntity.js
src/entities/MineFireEntity.js
src/entities/MissileEntity.js
src/entities/MissileGuidanceEntity.js
src/entities/ObstacleEntity.js
src/entities/PistonEntity.js
src/entities/RadarEntity.js
src/entities/RocketEntity.js
src/entities/ShipFireEntity.js
src/entities/SquareLightEntity.js
src/entities/StarEntity.js
src/entities/TeleportEntity.js
src/entities/TeleportFlashEntity.js
src/entities/TurretBullet.js
src/entities/TurretEntity.js
src/entities/TurretTubeEntity.js
src/entities/VitorcEntity.js
src/entities/WaggonEntity.js
src/explosion.js
src/global.js
src/hud/AmmoHUD.js
src/hud/GrenadesHUD.js
src/hud/LivesHUD.js
src/hud/PointsHUD.js
src/hud/ZonesHUD.js
src/me.js
src/resources/images.js
src/resources/maps.js
src/resources/resources.js
src/resources/sound.js
src/screens.js
src/screens/BonusScreen.js
src/screens/LoadingScreen.js
src/screens/PlayScreen.js
src/screens/TitleScreen.js
src/soundController.js
src/util.js

Download

Click the following link to download exolon-master.zip.

exolon-master.zip




















Home »
  Javascript Free Code Download »
    Game »




Conway Game of Life
Game
Game Adventure
Game Box2d
Game Canvas
Game Engine
Game HTML
Game HTML5
Game ImpactJS
Game iPhone
Game jQuery
Game Multiplayer
Game PhoneGap
Game Puzzle
Game RPG
Game SDK
Game Snake
MineCraft
TicTacToe