Chess game server
A chess server that allows two users to play chess.
The first user to connect gets white pieces, the second gets black pieces, the rest of the users get into spectators.
Technologies: Go, JavaScript
Bot that saves messages from users.
Before leaving a message, you must pass the test by entering the characters from the picture.
One user can leave no more than one message per 24 hours.
To work with the telegram bot api, its own mini library is used, as well as for creating captcha.
Technologies: Go