diff --git a/README.md b/README.md index 57c3186..b43062c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ mobile HTML5 Game Development. It is released under both the GPL and MIT license to do with what you will. -Playable Version: https://dakshcodess.github.io/AlienInvansion.dev/ -Bit.ly link for mobile: https://dakshcodess.github.io/AlienInvansion.dev/ +Playable Version: https://dakshcodess.github.io/OnlineAlienGame/ +Bit.ly link for mobile: COMING SOON. Game Developer Info: https://github.com/DakshCodess diff --git a/game.js b/game.js index 1e4f67a..1bf70a1 100644 --- a/game.js +++ b/game.js @@ -24,7 +24,7 @@ var enemies = { var OBJECT_PLAYER = 1, OBJECT_PLAYER_PROJECTILE = 2, - OBJECT_ENEMY = 6, + OBJECT_ENEMY = 4, OBJECT_ENEMY_PROJECTILE = 8, OBJECT_POWERUP = 16; @@ -39,8 +39,8 @@ var startGame = function() { Game.setBoard(1,new Starfield(50,0.6,100)); Game.setBoard(2,new Starfield(100,1.0,50)); } - Game.setBoard(3,new TitleScreen("Alien Game dev", - "Welcome to the dev game", + Game.setBoard(3,new TitleScreen("Alien Invansion", + "Press any key to start playing", playGame)); }; diff --git a/index.html b/index.html index bd1cae3..30572f7 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Alien Invansion dev + Alien Invansion