-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update index html * hacky fix for bug * debug mode :D
- Loading branch information
1 parent
b748f58
commit cfd396b
Showing
5 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ const config = { | |
}; | ||
|
||
const game = new Phaser.Game(config); | ||
game.debugMode = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,13 @@ | |
</style> | ||
|
||
</head> | ||
<body> | ||
<div style="margin:auto;text-align: center;"><h1>2048 Invaders</h1> | ||
<p>A probably not-winnable game by Rachel Kaufman</p> | ||
<P>Hit matching enemies to create higher powers of 2. Hit the 2048 enemy to win!</P> | ||
<body bgcolor="#000"> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser.min.js"></script> | ||
|
||
|
||
<script defer src="2048Invaders.js" type="module"></script> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters