Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dev-warner/tictactoe-2bytes
- Owner: dev-warner
- Created: 2019-05-04T15:51:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:00:59.000Z (about 2 years ago)
- Last Synced: 2024-12-16T03:33:08.345Z (22 days ago)
- Language: JavaScript
- Size: 957 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.