Skip to content

This is a simple block building simulator using three.js.

Notifications You must be signed in to change notification settings

DT1337/block-building

Repository files navigation

Block Building

This is a simple block building simulator using Three.js.

screenshot.png

Features

  • Place blocks in a 3D environment
  • Choose between different forms
  • Select different textures
  • Get creative
  • View your creation with a scenig camera shot

Start Playing Right Away

Access the app with this link: Block Building or go to the Deployments section on the right and open the latest github-pages deployment.


Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone this repository:
git clone https://github.com/dt1337/block-building.git
  1. Navigate into the project directory:
cd block-building
  1. Install dependencies:
npm install

Development

To start the development server, run:

npm start

This will start the development server at http://localhost:5173/block-building/.