Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymun/3d-fps-game
A TypeScript 3D FPS game 🚧
https://github.com/barrymun/3d-fps-game
Last synced: 10 days ago
JSON representation
A TypeScript 3D FPS game 🚧
- Host: GitHub
- URL: https://github.com/barrymun/3d-fps-game
- Owner: barrymun
- License: mit
- Created: 2023-06-23T21:39:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T11:33:21.000Z (over 1 year ago)
- Last Synced: 2024-11-07T00:27:16.284Z (about 2 months ago)
- Language: TypeScript
- Homepage: http://barrymun.3d-fps-game.surge.sh/
- Size: 45.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D FPS Game with Three.js and TypeScript
**🚧 Work in Progress 🚧**
![Status](https://img.shields.io/badge/status-work_in_progress-yellow)
Dive into a 3D FPS (First Person Shooter) experience, built using Three.js and TypeScript. This game is a work in progress, promising an immersive and engaging gameplay.
![Game Preview 1](screenshots/1.png)
![Game Preview 2](screenshots/2.png)
![Game Preview 3](screenshots/3.png)
## Installation
To set up and play the game locally, follow these steps:
1. Clone the repository
2. Navigate to the project directory
```bash
cd 3d-fps-game
```3. Install the dependencies using yarn:
```bash
yarn install
```4. Start the server
```bash
yarn run serve
```5. Play the game by visiting:
[http://localhost:8080/](http://localhost:8080/)## Gameplay Controls
- **Move**: Use the "W", "A", "S", "D" keys.
- **Camera Control**: Use the arrow keys.
- **Jump**: Use the "Space" key.## Upcoming Features
- Mouse support for enhanced aiming and navigation.
- Reload and shoot animations to make the experience more realistic.## Contributing
As this is a work in progress, contributions, ideas, and feedback are welcome. Feel free to open issues or submit pull requests.
## License
This game is licensed under the MIT License. Refer to the [LICENSE](./LICENSE) file for more details.