Skip to content

Created a custom slash command /ttt to play tic-tac-toe game within Slack channel.

Notifications You must be signed in to change notification settings

xiaodchen/Tic-Tac-Toe-Slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe at slack channel

X|O|X
O|X|O
X|O|X

Supported /ttt commands to play tictactoe at slack channel

  • /ttt or /ttt help - Help
  • /ttt start [opponent username] [board size] - Challenge a user to a new game
  • /ttt status - Get the status of the current game
  • /ttt move [row] [column] - Play the move
  • /ttt end - End the current game

Install

$ npm install

Configure

NODE_ENV=development
PORT=3000

Run

$ npm start

tictactoe LIVES on PORT 3000

Visit localhost:3000.

Game play Alt text

Alt text

Alt text

About

Created a custom slash command /ttt to play tic-tac-toe game within Slack channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published