New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fen-structures

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fen-structures

This is a powerful chess searcher based on pawn structures.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Chess Pawn structure searcher

This is a powerful chess searcher based on pawn structures.

What is a FENx?

FenX is a new kind of FEN that ignores all of the pieces and blank spaces to focus on the pawn structure only.

To do it we replace any piece (both white and black) with x

e.g:

after moving e4 the resulting FEN is rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq - 0 1

and this position in FENx should be xxxxxxxx/pppppppp/xxxxxxxx/xxxxxxxx/xxxxPxxx/xxxxxxxx/PPPPxPPP/xxxxxxxx

TODO

  • Read a real database (what kind of database?) (PGN, .FEN, CBH)
  • Fix PGN with special characters (we should trim them)
  • Create frontend
  • Get FEN from fronten position
  • Show found games

FAQs

Package last updated on 25 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts