Skip to content

✖Tic-tac-toe game with room system and authorization using Discord

License

Notifications You must be signed in to change notification settings

kitaminka/tic-tac-toe

Repository files navigation

tic-tac-toe

Tic-tac-toe game with room system and authorization using Discord.


Installation

  • Clone the repository:
git clone https://github.com/kitaminka/tic-tac-toe.git
  • Install dependencies:
npm install
npm start

Features

  • Authorization using Discord API
  • Room system
  • Socket usage
  • MongoDB usage
  • Model-View-Controller pattern

Screenshots

Screenshot Screenshot


Discord application creation

Screenshot

  • Go to the OAuth2 tab, copy client ID and client secret. Specify redirect URL like this: http:https://[your domain]/users/auth or https://[your domain]/users/auth.

Screenshot

  • Using OAuth2 URL Generator create authorization link with identify scope.