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: 5 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 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:45:55.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T23:31:52.214Z (6 months ago)
- Topics: fps-game, game, three-js, threejs, ts, typescript, webgame, webgl
- Language: TypeScript
- Size: 9.58 MB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# threejs-fps
.
## 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
```