Skip to content

Commit

Permalink
Cleaning up codebase for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
dwysocki committed May 8, 2015
1 parent 84d4b0c commit f810db3
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 12,379 deletions.
18 changes: 0 additions & 18 deletions TextDriver.html

This file was deleted.

8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width, height=device-height" />
<canvas id="cutjs"></canvas>
<audio autoplay="autoplay" id="bgmusic">
<source src="audio/foo.mp3"
<source src=""
type="audio/mp3"/>
</audio>

Expand All @@ -22,16 +22,12 @@
<script src="src/resources/basic-texture.js"></script>
<script src="src/resources/dice5.js"></script>
<script src="src/core/Sprites.js"></script>
<script src="src/core/Logos.js"></script>
<script src="src/core/Board.js"></script>
<script src="src/core/Configuration.js"></script>
<script src="src/core/GameType.js"></script>
<script src="src/core/Player.js"></script>
<script src="src/core/Shell.js"></script>
<script src="src/core/UserInput.js"></script>
<script src="src/core/Util.js"></script>
<script src="src/core/Buttons.js"></script>
<script src="src/gameTypes/Shariki/Display.js"></script>
<script src="src/core/Display.js"></script>
<script src="src/gameTypes/Shariki/GameType.js"></script>
<script src="src/gameTypes/Bombi/GameType.js"></script>
<script src="src/gameTypes/Bombi/Bomb.js"></script>
Expand Down
67 changes: 0 additions & 67 deletions rakushki.css

This file was deleted.

1 change: 0 additions & 1 deletion src/gameTypes/Shariki/Display.js → src/core/Display.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
function Display(root,players,config){
this._createBoard = _createBoard;
this._createButton = _createButton;
this.update = update;
this.explodeShell = explodeShell;
this.explodeBomb = explodeBomb;
Expand Down
81 changes: 0 additions & 81 deletions src/core/GameOver.js

This file was deleted.

46 changes: 0 additions & 46 deletions src/core/GameType.js

This file was deleted.

38 changes: 0 additions & 38 deletions src/core/Logos.js

This file was deleted.

Empty file removed src/core/UserInput.js
Empty file.
58 changes: 0 additions & 58 deletions src/gameTypes/Bombi/BombCheck.js

This file was deleted.

Loading

0 comments on commit f810db3

Please sign in to comment.