Giter VIP home page Giter VIP logo

chess-visualizer's Introduction

Chess Visualizer

Open source chess program devised to create a psuedo heat map of a chess board with color representation of attack and defense values of each square. Green represents white, red represents black, and yellow square are under tension. The greener/redder the square, the more control white/black has over it.

More Info

Quickstart

  1. Install java if you haven't already: Oracle JDK/JRE
  2. Download the lastest jar file from Releases
  3. Double click on the jar file to run

Screenshot

Demo

Long Term Vision

I really hope that far more mainstream chess programs will implement the ideas I have presented on this project within their chess platforms. This is really just a feature I was keen to explore and happened to have the programming know how to try it out. Long term it will be hard to maintain as an individual and therefore I hope the merits of teaching chess visually will be realized.

Installation Notes

  • You must use the Oracle JDK/JRE to develop/run
    • That means no sudo apt install openjdk debian-based Linux users
    • currently the focus is on the JDK 8, but 10/11 will someday be the only supported platform

Repository Layout

  • src : the in development source code
  • release : jar files containing the program releases in the format Chess-<PROGAM VERSION>-<JAVA RELEASE>.jar
  • assets : various assets used to design/develop/test the program (includes some example .pgn games)

Design Layout

Design

TODO

  • about/instruction pop up boxes
  • neutral tension squares in yellow
  • svg pieces :) & image views
  • logo
  • error detection with FEN strings
  • score
  • further analytics
  • .pgn imports
  • keyboard navigation
  • file chooser
  • white and black toggle heatmap
  • dark mode
  • small scale game database
  • moveable piece implementation
  • valid position checking
  • highlighted fen strings (clickable to position)
  • toggle piece view
  • total piece mobility (sum of piece movement throughout game) analytic
  • only show tension squares view
  • notepad text show game moves (clickable view)
  • highlight last piece movement (outline square)
  • notation arrows/highlighting

chess-visualizer's People

Contributors

tlee753 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.