Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.17 KB

Three.js Block Game

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.

Features

  • 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.

Screenshot

Gameplay

Installation

  1. Ensure that Node.js is installed on your machine.

  2. Clone the repository:

    git clone https://github.com/TommySarkissian/Three.js-Block-Game.git
  3. Navigate to the project directory:

    cd Three.js-Block-Game
  4. Install dependencies:

    npm install

Usage

Development

To run the application in development mode with auto-restart using nodemon:

npm run dev

To run the application in production mode:

npm start

Contributing

We welcome contributions to improve the Three.js Block Game! Please fork the repository and submit pull requests.