Three.js Block Game is an engaging 3D block game built using the Three.js library for rendering and Express.js for serving the application.
- 3D Graphics: Experience stunning 3D visuals powered by Three.js.
- Responsive Controls: Enjoy smooth and responsive controls for player movement.
- Simple Server Setup: Utilize Express.js for an efficient server setup.
-
Ensure that Node.js is installed on your machine.
-
Clone the repository:
git clone https://github.com/TommySarkissian/Three.js-Block-Game.git
-
Navigate to the project directory:
cd Three.js-Block-Game
-
Install dependencies:
npm install
To run the application in development mode with auto-restart using nodemon
:
npm run dev
To run the application in production mode:
npm start
We welcome contributions to improve the Three.js Block Game
! Please fork the repository and submit pull requests.