npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

scala-tictactoe

v1.0.10

Published

Zero dependency web component implementation of Tic Tac Toe.

Downloads

24

Readme

TicTacToe web Component

Introducing the TicTacToe game component: a unique blend of TypeScript and Scala.js. This custom web component encapsulates the core game logic, implemented in Scala.js. This core interfaces web components written interface for seamless integration into any web project. By including a single bundled file, you can embed this classic game into your site.

How to Use

Incorporating the TicTacToe game into your webpage is straightforward. Follow these two simple steps:

Installation

To integrate the TicTacToe game into your project simply add the jsDeliver link:

<script src=https://cdn.jsdelivr.net/npm/scala-tictactoe></script>

Step 2: Add the Game Element

Place the TicTacToe game element in your HTML at the desired location:

<tictactoe-game></tictactoe-game>

and you're good to go!

Customization

The game's appearance can be tailored to fit your site's aesthetics through CSS custom variables. Below are the variables you can override:

  • --background-alt: Background color of the game element.
  • --foreground-color: Color of the text and symbols (X and O).
  • --secondary-color: Color used for secondary text, such as instructions or information.
  • --accent-color: Color for borders and highlights.
  • --error-color: Color used to indicate errors or invalid moves.
  • --subtle-color: Hover background color for buttons.
  • --background-color: Button active state background color.

Customize these properties within your CSS to match your design scheme.

This project makes heavy use of the shadow DOM so the things above are the only way to style the inside of the component. You can style the outside out the component as normal.

Features

Custom Web Component: Simplifies integration into any webpage. Fully Customizable: Styled through CSS variables for easy theming.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute it in accordance with the license terms.