https://github.com/joeyparrish/othello
Multi-player, browser-based, server-less Othello
https://github.com/joeyparrish/othello
multiplayer multiplayer-game offline offline-app offline-capable offline-first othello othello-game p2p peer-to-peer pwa pwa-app webapp webrtc
Last synced: 6 months ago
JSON representation
Multi-player, browser-based, server-less Othello
- Host: GitHub
- URL: https://github.com/joeyparrish/othello
- Owner: joeyparrish
- License: gpl-3.0
- Created: 2020-01-22T00:37:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T21:45:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T10:36:47.921Z (6 months ago)
- Topics: multiplayer, multiplayer-game, offline, offline-app, offline-capable, offline-first, othello, othello-game, p2p, peer-to-peer, pwa, pwa-app, webapp, webrtc
- Language: JavaScript
- Homepage: https://joeyparrish.github.io/othello/
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Othello
Multi-player, browser-based, server-less Othello.
Can be played locally or remotely (peer-to-peer) with video chat.
Works offline and as a Progressive Web App (PWA).
https://joeyparrish.github.io/othello/
## Documentation
https://joeyparrish.github.io/othello/how-do-i-play.html
## Privacy Policy
https://joeyparrish.github.io/othello/privacy-policy.html
## Browser Support
This probably won't work on IE. It should work on any current browser.
If it doesn't work for you, please file a new issue here:
https://github.com/joeyparrish/othello/issues## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)
## Peer-to-Peer Not Working?
If you're hosting your own copy on http (not https), the remote-play features
will not be available. Remote play uses the WebRTC API from the browser, which
requires a "secure origin" (HTTPS or localhost).