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
- Host: GitHub
- URL: https://github.com/xmk-dev/stay-alive-3d
- Owner: xmk-dev
- Created: 2020-03-08T17:00:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T19:31:48.000Z (over 3 years ago)
- Last Synced: 2023-03-09T01:05:25.902Z (over 3 years ago)
- Topics: 3d, game, javascript, nodejs, threejs
- Language: JavaScript
- Homepage: https://xmk-dev.github.io/stay-alive-3d/game
- Size: 2.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```