Skip to content

kitx2/microbit_tictactoe

Repository files navigation

Author: Young Kit

Micro:bit Tictactoe

A two-player TicTacToe using micro:bit as the primary micro-controller in conjunction with the Grove shield device and Grove speaker module.

High-level schematic diagram

alt text

Technology stack

alt text

Installation

Use the package manager npm to install.

npm install
node app.js

Register Pusher API in .env file

Sign up with pusher to register a channel.

PUSHER_APIKEY=YOUR_PUSHER_API_KEY
PUSHER_APPID=YOUR_PUSHER_API_ID
PUSHER_SECRET=YOUR_PUSHER_SECRET_KEY
PUSHER_CLUSTER=YOUR_PUSHER_API_CLUSTER

About

Micro:bit Tictactoe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published