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

https://github.com/dwarvesf/tokyo-gamepad


https://github.com/dwarvesf/tokyo-gamepad

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# tokyo-gamepad
tokyo-gamepad is web based gamepad interface that implemented using `tokyoclient-ts` under the hood to allow user directly controll their ship in Tokyo game server.

- Website: [tokyo-gamepad-vite.vercel.app](https://tokyo-gamepad-vite.vercel.app)
- Server: [combat.sege.dev](https://combat.sege.dev)

## Technologies
- [TokyoClient-t](https://github.com/dwarvesf/ts-tokyoclient)
- [ReactJs + ViteJs](https://vitejs.dev/)
- [P5Js](https://p5js.org/)
- [Tailwind](https://tailwindcss.com/)
- ...

## Development
1. Clone this repo
2. Install the dependencies
```
npm install
```
3. Run the development server
```
npm run dev
```
4. Open http://localhost:3000/ with your browser to see the result.

## Deployment
### Self-hosted
To self host Gamepad interface for tokyo game.
1. Build the app
```
npm run build
```
2. Start the production server
```
npm run start
```

## Contribution
Contributions are welcome! Feel free to open issues or submit pull requests for any improvements or bug fixes.