Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viet281101/mazesolver3d
- Owner: Viet281101
- License: mit
- Created: 2024-07-01T04:02:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T20:17:48.000Z (5 months ago)
- Last Synced: 2024-07-15T23:27:33.913Z (5 months ago)
- Topics: 3d-game, maze-solver, solver, threejs, typescript
- Language: TypeScript
- Homepage: https://viet281101.github.io/MazeSolver3D/
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```