Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugidaffection/threejs-first-person-shooter
https://github.com/sugidaffection/threejs-first-person-shooter
fps-game game three-js threejs ts typescript webgame webgl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sugidaffection/threejs-first-person-shooter
- Owner: sugidaffection
- License: gpl-3.0
- Created: 2020-05-06T05:31:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:45:55.000Z (about 1 year ago)
- Last Synced: 2023-12-15T12:48:04.263Z (about 1 year ago)
- Topics: fps-game, game, three-js, threejs, ts, typescript, webgame, webgl
- Language: TypeScript
- Size: 9.58 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# threejs-fps
![alt text](screenshot.gif "Screenshot").
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)Threejs 3d fps game
### Installing
```
npm install
```### Run server
```
npm run server
```### Run game
```
npm start
```