Game Hub is a collection of simple and fun games made by using HTML, CSS and JavaScript. Here, Each game is unique and different from each another. You can click any game you want to play in https://gamehubbypratik.netlify.app/ to play and Enjoy.
Game hub is a gateway to explore different games of different genres in our own supported browser. Here, the games use HTML Canvas to run and the core game mechanics are implemented from JavaScript.
Box Dodger is a simple survival game where we have to dodge the boxes coming up fromt the top of the screen and get as much as highes score you can.
Space Shooter is a simple space game, many developers target to make this game after learning a programming language. So, Here, I have also made this game where we have to go through space and shoot the enemies and defend yourself.
Snake Arcade is a classic snake game where you have to control the snake and eat the food to grow and get the highest score you can. This is a very nostalgic game for me as i used to play this game in my dad's phone when i was a kid, so i recreated this game enjoy it again.
Maze Puzzle is a mind puzzle game where you hsve to use your brain to solve the puzzle and pass through different levels. Each level is more difficult than the previous ones. You can track your time of how much did you took to solve the puzzle.
Cosmic Defender is a yet another game made by HTML Canvas.Here, You will get a outpost to defend from the enemies. As you defend the teritory more, you will progress through levels.This is a completely different and unique game from my POV. ENJOY!!!
1. Fork this repository to your github account and download VS Code.
2. Open VS Code and clone the repository using git clone
3. Open the game folder, go to index.html and open it in your browser and play the game you want and ENJOY!!!!
index.html - This is the main file that connects all the games and works as a homepage.
style.css - This is the main CSS file that has the styling of the homepage.
/images - This folder contains all the images used in the homepage.
/Game Folder - Each game has its own folder which contains the base HTML, their styling CSS and their logic, JavaScript file.