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

https://github.com/xmk-dev/stay-alive-3d

Simple 3D game made with Three.js
https://github.com/xmk-dev/stay-alive-3d

3d game javascript nodejs threejs

Last synced: about 1 year ago
JSON representation

Simple 3D game made with Three.js

Awesome Lists containing this project

README

          

# Stay Alive 3D
**[DEMO](https://xmk-dev.github.io/stay-alive-3d/game)**

Simple 3D game made with Three.js

⚠️ Scoreboard doesn't work due to disabled login and stopped maintanance of the API. This project is only for game purposes and to showcase the technology.

### Development

1. Edit `/etc/hosts` file `sudo vi /etc/hosts` and add:
```
127.0.0.1 dev.com
```

3. Go to dir
```
cd stay-alive-3d
```

4. Set Node version
```
nvm use
```

5. Install
```
npm install
```

6. Run
```
npm run start
```

7. Lint
```
npm run lint
```

8. Tests
```
npm run test
```

9. Build for production
```
npm run build
```