https://github.com/unix-user/facechess-api
https://github.com/unix-user/facechess-api
javascript nestjs nodejs socket-io typescript
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unix-user/facechess-api
- Owner: Unix-User
- Created: 2023-04-13T06:15:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T13:06:12.000Z (6 months ago)
- Last Synced: 2025-06-03T23:18:40.744Z (6 months ago)
- Topics: javascript, nestjs, nodejs, socket-io, typescript
- Language: TypeScript
- Homepage: https://facechess.udianix.com.br
- Size: 601 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
Uma poderosa API para gerenciar jogos de xadrez multiplayer e singleplayer usando Socket.IO para multiplayer e Ollama para singleplayer com um modelo de linguagem grande (LLM).
## Descrição
A API FaceChess é um serviço backend robusto projetado para gerenciar jogos de xadrez multiplayer e singleplayer. Ela utiliza Socket.IO para interações multiplayer em tempo real e PeerJS para conexões peer-to-peer. Para o modo singleplayer, integra um modelo de linguagem grande (LLM) fornecido via Ollama para simular um oponente de IA desafiador.
## Instalação
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Teste
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Supporte
FaceChess API é um projeto open source licenciado sob MIT. Ele pode crescer graças aos patrocinadores e ao apoio dos incríveis colaboradores. Se você gostaria de se juntar a eles, por favor [leia mais aqui](https://udianix.com.br/support).
## Fique por dentro
- Author - [Unix-User](https://udianix.com.br)
- Website - [https://facechess.udianix.com.br](https://facechess.udianix.com.br/)
- Twitter - [@weverton2dev](https://twitter.com/weverton2dev)
## Licença
FaceChess-api is [MIT licensed](LICENSE).
