diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..671a715 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "" + directory: "/" # Location of package manifests + schedule: + interval: "daily" 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