This is a simple 3D game implemented in Three.js with WebGL, where the player evades the matching shapes. The game leverages the capabilities of WebGL and three.js to provide an interactive and visually appealing experience.
Make sure you have Python,node.js and a virtual environment set up on your machine.
To run the game locally, follow these steps:
- Clone the repository
git clone https://github.com/your-username/shape-evading-game.git
cd shape-evading-game
2.Click on index.html and it will open in the browser
## How to Play
Use the key 'a' to move left 'd' to move right 's' to move backwards 'w' to move foward and the space bar to jump
Try avoid the shapes as much as possible to play longer
Enjoy the challenge.
## Features
Visually engaging 3D graphics using Three.js.
Interactive gameplay with user input handling.
Simple shape evading mechanics.
Potential for expansions such as scoring, time constraints, or additional levels.