An open API service indexing awesome lists of open source software.

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.

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
```