HAZ Console Game Hub is a web-based gaming portal designed for simplicity, fun, and accessibility. Play classic games like Rock-Paper-Scissors, Tic-Tac-Toe, and Memory Match against the computer with a secure login system and responsive interface.
- Secure User Authentication – Register and log in safely.
- Rock-Paper-Scissors API – Play RPS via the backend API.
- Classic Client-Side Games – Tic-Tac-Toe and Memory Match run entirely in the browser.
- Single-Player Mode – Challenge the computer at your own pace.
- Responsive Design – Works smoothly across desktop and mobile devices.
- Intuitive UI – Easy-to-use interface for seamless gameplay.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js (RPS API)
- Authentication: Secure login system
- Team Project: Built collaboratively by a three-person team
(only rps requres api start, other 2 are client side, simply open page.html and play)
- Clone the repository:
git clone https://github.com/M-harib/HAZ-GAME-HUB.git
- Navigate into the project folder: cd haz-console-game-hub
- Install dependencies: npm install
- Start the server (for RPS API): npm start
- Open page.html in your browser to access the client-side games (Tic-Tac-Toe & Memory Match).
How to Play 🎲 -Register or log in with your credentials (password: haz@yu24). -Rock-Paper-Scissors: Use the API by starting the server (npm start) and sending requests. -Other Games (Tic-Tac-Toe & Memory Match): Open page.html manually and play directly in the browser. -Enjoy challenging the computer and have fun!