Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ef2fcd1
feat: created timers domain
TarasBlatnoi Apr 8, 2025
477e28f
feat: created initial domain secret
TarasBlatnoi Apr 8, 2025
3c0fb4f
refactor: put logic of secrets in it's own domain
TarasBlatnoi Apr 9, 2025
bd81b61
feat: added field domain
TarasBlatnoi Apr 9, 2025
6611360
feat: added FieldValidator class
TarasBlatnoi Apr 13, 2025
c02225d
fix: deleted field domain, made fieldValidator
TarasBlatnoi Apr 13, 2025
3ec8d27
feat: used fieldValidator in game.gateway
TarasBlatnoi Apr 13, 2025
fd2a5c9
feat: added all changes before pattern
TarasBlatnoi May 29, 2025
7210dc4
feat: added chain of responsibility pattern
TarasBlatnoi May 29, 2025
e8bf5cf
fix: fixed not starting game for first
TarasBlatnoi Jun 2, 2025
cc76b65
feat: fixed join/leave game logic
TarasBlatnoi Jun 4, 2025
623aed6
feat: changed cookie settings
TarasBlatnoi Jun 6, 2025
7d738dc
fix: fixed me route
TarasBlatnoi Jun 6, 2025
68fa4aa
fixed cookies attributes
TarasBlatnoi Jun 6, 2025
a974e22
feat: made that guard doesn't decrypt cookie every time but just chec…
TarasBlatnoi Jun 6, 2025
725c4a5
refactor: moved adding of cookies logic to the interceptor
TarasBlatnoi Jun 6, 2025
718b1b7
feat: changed package-lock
TarasBlatnoi Sep 1, 2025
caff899
fix: fixed validPlayer guard
TarasBlatnoi Sep 12, 2025
834b791
feat: added throwing objects not just string
TarasBlatnoi Sep 30, 2025
3bc474b
refactor: changed getGameData to getAllGameData
TarasBlatnoi Sep 30, 2025
45b9ed0
feat: added right ex
TarasBlatnoi Oct 1, 2025
951a814
feat: deleted wrong implementation of messageBody
TarasBlatnoi Oct 1, 2025
7b844e4
feat: changed emitting of events that acknowledged by other event
TarasBlatnoi Oct 4, 2025
de79521
fix: auction
TarasBlatnoi Oct 5, 2025
9c31966
Update README.md
TarasBlatnoi Oct 13, 2025
46b34be
Update README.md
TarasBlatnoi Oct 13, 2025
2d8e93c
refactor: move queries logic to the repository layer
illiakroshka Oct 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
<p align="center">
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
</p>

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

<p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
<p align="center">
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
</p>
<!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
[![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
Expand Down Expand Up @@ -57,17 +29,3 @@ $ npm run test:e2e
# test coverage
$ npm run test:cov
```

## Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

## Stay in touch

- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)

## License

Nest is [MIT licensed](LICENSE).
Loading
Loading