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

shogicross

v0.7.1

Published

様々な将棋類の駒を並べるだけの将棋盤のようなツール

Downloads

102

Readme

ShogiCross(将棋クロス)

 
様々な将棋類を将棋駒として実体化するプロジェクト。

収録ゲーム

  • 将棋
  • チェス
  • シャンチー
  • チャンギ
  • マークルック
  • チャトランガ
  • どうぶつしょうぎ
  • 禽将棋
  • 中将棋
  • Grand Acedrex
  • クーリエチェス
  • その他バリエーション等

駒情報

実装済の駒の定義一覧。

Webアプリ

Build npm version CC0-1.0
様々な将棋類の駒を並べるだけの将棋盤のようなツール。

実装

ライブラリ

任意のページへ設置できる。駒やボードの追加も対応。

特徴

  • 様々な将棋類の表示に対応

  • 4人用ボード対応

  • 手を戻す、進める機能

  • 盤面回転機能(棋譜とは同期しない)

  • 画像出力機能

  • BOD形式での局面入出力機能(独自拡張あり)

  • レスポンシブ対応

  • オリジナルの駒配置を設定 (チェス対将棋も容易)

  • 画像を用意せずに追加駒を設定

  • 視覚的にわかりやすい駒データ定義

  • Webページに簡単設置(CodePenコード付サンプル)

    • <canvas id="shogiCross"></canvas>
      <script type="module">
      	import {Board, gameSoft} from "https://cdn.jsdelivr.net/gh/yosgspec/[email protected]/src/dist/ShogiCross.min.js";
      	const canvas = document.getElementById("shogiCross");
      	const board = Board.run(canvas, gameSoft.shogi);
      </script>

ペーパークラフト

様々な将棋類を紙の力で実体化。

ディレクトリ構成

プロジェクトのディレクトリ構成。

使用フォント

下記のフォントを採用(優先度順)。

本来は楷書体が適切だと考えるが文字の網羅性と扱いやすさからNotoフォントで統一。

使用ライブラリ

Webアプリの本体についてはVanilla.jsで実装。

ビルドツールとして下記を採用。いずれも最適化のためのもので使わなくても動く。

|ライブラリ|用途 |:---------|:---- |npm-run-all|npmビルド処理直列化 |Vite|コード1ファイル化 |Toptal Minifier Tool|コード最小化 |TypeScript|型定義ファイル(.d.ts)生成 |TypeDoc|.d.ts(JSDoc)ドキュメント生成 |ADM-ZIP|ZIPファイル生成 |sharp-cli|画像ファイル最適化 |jsDelivr|CDNリンク取得 |markdown-it|Markdown⇒HTML変換

ライセンス

CC0-1.0。コードの引用再利用ご自由に。

その他

その他不足情報があれば、下記を参照。
(過去類似作成物)