Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viet281101/mazesolver3d

Mini 3D web game -- solving maze
https://github.com/viet281101/mazesolver3d

3d-game maze-solver solver threejs typescript

Last synced: 4 days ago
JSON representation

Mini 3D web game -- solving maze

Awesome Lists containing this project

README

        

# 3D Maze Solving

### Libraries

Threejs, dat.gui

### Compile & Debug

- Use `npm` command:

```bash
npm install
npm run dev
```

### Deploy project to Github Pages

- Use `npm run` to build and test folder `dist/`:
```bash
npm run build
npm run preview
```

- Deploy to Github Pages:
```bash
npm run deploy
```