https://github.com/zaneh/keep-talking-app
A web-based bomb defusal puzzle game built in React.
https://github.com/zaneh/keep-talking-app
game grpc r3f
Last synced: 10 months ago
JSON representation
A web-based bomb defusal puzzle game built in React.
- Host: GitHub
- URL: https://github.com/zaneh/keep-talking-app
- Owner: ZaneH
- Created: 2025-05-13T07:56:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-01T19:28:07.000Z (10 months ago)
- Last Synced: 2025-06-02T04:43:51.962Z (10 months ago)
- Topics: game, grpc, r3f
- Language: TypeScript
- Homepage: https://bomb.zaaane.com
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep Talking App
A web-based implementation of a bomb defusal puzzle game built with React, Three.js, TypeScript, and gRPC.
## Prerequisites
- Node.js
- Git with LFS support
## Setup
1. Install Git LFS if you haven't already. For example, on Ubuntu:
```bash
sudo apt-get install git-lfs
```
2. Clone the repository:
```bash
git clone https://github.com/ZaneH/keep-talking-app.git
cd keep-talking-app
```
3. Initialize Git LFS and pull the assets:
```bash
git lfs install
git lfs pull
```
4. Install dependencies:
```bash
cd keep-talking-app
pnpm install
```
## Development
To run the development server:
```bash
pnpm run dev
```