Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-warner/tictactoe-2bytes

TicTacToe implemented in binary.
https://github.com/dev-warner/tictactoe-2bytes

Last synced: 17 days ago
JSON representation

TicTacToe implemented in binary.

Awesome Lists containing this project

README

        

# Tic Tac Toe

[![Coverage Status](https://coveralls.io/repos/github/dev-warner/TicTacToe-2Bytes/badge.svg?branch=master)](https://coveralls.io/github/dev-warner/TicTacToe-2Bytes?branch=master)

```bash
$ npm i
$ npm run test
```

## Implementation
- https://github.com/dev-warner/TicTacToe-2Bytes

## Resources used

- https://www.youtube.com/watch?v=-15nx57tbfc&t=321s ***

- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array

*** talks about using binary to send weather data and then goes on further to make sure the data integrity is upheld.