https://github.com/zwliew/game
A collection of web minigames.
https://github.com/zwliew/game
games hangman tic-tac-toe
Last synced: 11 days ago
JSON representation
A collection of web minigames.
- Host: GitHub
- URL: https://github.com/zwliew/game
- Owner: zwliew
- License: mit
- Created: 2020-04-10T12:58:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:06:33.000Z (over 3 years ago)
- Last Synced: 2023-03-03T22:53:34.974Z (over 3 years ago)
- Topics: games, hangman, tic-tac-toe
- Language: TypeScript
- Homepage: https://just-game.netlify.app
- Size: 2.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🎮 Just Game! 🎮
Deployed at [https://just-game.netlify.app](https://just-game.netlify.app).
[](https://github.com/open-wc)
## Available games
- Tic-tac-toe
## Quickstart
To get started:
```sh
npm init @open-wc
# requires node 10 & npm 6 or higher
```
## Scripts
- `start` runs your app for development, reloading on file changes
- `start:build` runs your app after it has been built using the build command
- `build` builds your app and outputs it in your `dist` directory
- `test` runs your test suite with Karma
- `lint` runs the linter for your project
## Tooling configs
For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.