Description: Bomberman game source code, HTML5 has its own bomb and the enemy and the map wall pictures such as resource, a* algorithm
To Search:
File list (Check if you may need any files):
Bomber
......\Content
......\.......\Image
......\.......\.....\Bomb
......\.......\.....\....\bomb.png
......\.......\.....\....\explode.png
......\.......\.....\....\fire.png
......\.......\.....\Enemy
......\.......\.....\.....\enemy.png
......\.......\.....\Index
......\.......\.....\.....\background.jpg
......\.......\.....\.....\bg2.jpg
......\.......\.....\.....\bg3.jpg
......\.......\.....\.....\bg4.jpg
......\.......\.....\.....\bg_zs.jpg
......\.......\.....\.....\c1.jpg
......\.......\.....\.....\c2.jpg
......\.......\.....\.....\c3.jpg
......\.......\.....\.....\c4.jpg
......\.......\.....\.....\c5.jpg
......\.......\.....\.....\c6.jpg
......\.......\.....\.....\djk.jpg
......\.......\.....\.....\menu1.jpg
......\.......\.....\.....\menu11.jpg
......\.......\.....\.....\menu2.jpg
......\.......\.....\.....\menu3.jpg
......\.......\.....\.....\tx.jpg
......\.......\.....\Map
......\.......\.....\...\ground.png
......\.......\.....\...\wall.png
......\.......\.....\Player
......\.......\.....\......\player.png
......\Scripts
......\.......\bomber
......\.......\......\algorithm
......\.......\......\.........\findPath.js
......\.......\......\component
......\.......\......\.........\Animation.js
......\.......\......\.........\Bitmap.js
......\.......\......\.........\Collection.js
......\.......\......\.........\Hash.js
......\.......\......\.........\Layer.js
......\.......\......\.........\Sprite.js
......\.......\......\config.js
......\.......\......\data
......\.......\......\....\frames
......\.......\......\....\......\frames.js
......\.......\......\....\image
......\.......\......\....\.....\images.js
......\.......\......\....\map
......\.......\......\....\...\mapData.js
......\.......\......\....\...\terrainData.js
......\.......\......\....\sprite
......\.......\......\....\......\data.js
......\.......\......\event
......\.......\......\.....\KeyEventManager.js
......\.......\......\factory
......\.......\......\.......\bitmapFactory.js
......\.......\......\.......\layerFactory.js
......\.......\......\.......\spriteFactory.js
......\.......\......\js
......\.......\......\..\dataOperate
......\.......\......\..\...........\mapDataOperate.js
......\.......\......\..\...........\terrainDataOperate.js
......\.......\......\..\Game.js
......\.......\......\..\layer
......\.......\......\..\LayerManager.js
......\.......\......\..\layer\BombLayer.js
......\.......\......\..\.....\CharacterLayer.js
......\.......\......\..\.....\EnemyLayer.js
......\.......\......\..\.....\FireLayer.js
......\.......\......\..\.....\MapLayer.js
......\.......\......\..\.....\PlayerLayer.js
......\.......\......\..\main.js
......\.......\......\..\sprite
......\.......\......\..\......\BombSprite.js
......\.......\......\..\......\EnemySprite.js
......\.......\......\..\......\FireSprite.js
......\.......\......\..\......\MapElementSprite.js
......\.......\......\..\......\MoveSprite.js
......\.......\......\..\......\PlayerSprite.js
......\.......\......\pattern
......\.......\......\.......\state
......\.......\......\.......\.....\Context.js
......\.......\......\.......\.....\PlayerState.js
......\.......\......\.......\.....\standState
......\.......\......\.......\.....\StandState.js
......\.......\......\.......\.....\standState\StandDownState.js
......\.......\......\.......\.....\..........\StandLeftState.js
......\.......\......\.......\.....\..........\StandRightState.js
......\.......\......\.......\.....\..........\StandUpState.js
......\.......\......\.......\.....\walkState
......\.......\......\.......\.....\WalkState.js
......\.......\......\.......\.....\walkState\WalkDownState.js
......\.......\......\.......\.....\.........\WalkLeftState.js
......\.......\......\.......\.....\.........\WalkRightState.js
......\.......\......\.......\.....\.........\WalkUpState.js
......\.......\......\.......\.....\WalkState_X.js
......\.......\......\.......\.....\WalkState_Y.js
......\.......\jasmine