Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wurde/four-dots
Play Four Dots in the browser!
https://github.com/wurde/four-dots
Last synced: 5 days ago
JSON representation
Play Four Dots in the browser!
- Host: GitHub
- URL: https://github.com/wurde/four-dots
- Owner: wurde
- License: mit
- Created: 2020-02-17T09:23:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:57:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T14:44:38.736Z (7 months ago)
- Language: JavaScript
- Size: 929 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Four Dots
Play Four Dots in the browser!
This project explores the use of Web Components via the Polymer LitElement library. There are two implementations of the game. The first uses vanilla web stack and the second uses Web Components.
## Getting started
You can run one of 2 servers:
- Vanilla [1]
- Polymer [2]```bash
# Install dependencies
npm i# Start one of the servers
npm run start:1 #=> Vanilla
npm run start:2 #=> Polymer
```