ARCHIVED
- 5 Devlogs
- 5 Total hours
This project is archived
This project is archived
I added a high score system that stores the highscore in a local storage and also displays it side by side of the game and on the Game Over screen. I also changed the colors of text on Game Over screen
I made a start screen for my game using Java Script so that game doesn’t just start automatically. I also updated the Game Over screen since alert was pretty annoying and not aesthetic at all.
I improved the game further by making the coin circular so that it isn’t confusing. I also changed the color pallete because previous one wasn’t engaging at all. I also changed the color of player’s square to electric purple and enemy square.
I added the sound effects to Pixel Chaser which got pretty weird because I wasted a lot of time because of a single spacebar in pickupCoin.wav However I did succeed in adding the Game Over and Coin collected sound effect
I am making a game “Pixel Chaser” in which player (purple square) must dodge the enemy (red square) and collect the coins (golden square) spawning at random positions using only HTML, CSS and JS