Giter Club home page Giter Club logo

chessopenings's Introduction

(English version below)

Shiny app per l'analisi delle aperture nel gioco degli scacchi

Questa è una Shiny app scritta principalmente con il linguaggio di programmazione R per la rappresentazione di alcune semplici analisi durante le prime mosse di una partita di scacchi.

Demo online

Una demo online per verificare il funzionamento dell'applicazione dal proprio browser è disponibile al seguente indirizzo:

  https://isacpasianotto.shinyapps.io/chessOpenings/

Come usarla - esecuzione in locale:

  • Clonare questo repository con il comando git clone, oppure scaricare la cartella con il progetto e de-comprimerla.

  • È sufficiente aprire il progetto con Rstudio e selezionare "Run App".

  • In alternativa su una console in R, digitare:

    shiny::runApp('<pathToTheDirectory>')

Librerie necessarie al funzionamento

Per funzionare correttamente, il programma richiede le seguenti librerie:

  • shiny
  • shinyjs
  • stringr
  • ggplot2
  • gridExtra
  • rchess

Qualora una o più non fossero installate, prima di eseguire l'applicazione è necessario inserire in una console di R:

install.package('missingPackageName')


Chess opening explorer

This is a shiny App written in R which shows some simple analysis of a chess game during the first moves of the opening.

All the explanations on how the application works and how to use it are on the "Data & Help" section.

Online demo

An online demo to see how the application works from your browser is available at the following address:

  https://isacpasianotto.shinyapps.io/chessOpenings/

How to use? - localhost server

  • Clone this repository with the git clone command or download the folder of this project and unzip it.

  • Then open it in Rstudio and click on "Run App" button.

  • Alternatively run the following command in an R console.

    shiny::runApp('<pathToTheDirectory>')

The program requires the following libraries (and all their dependencies) to work:

  • shiny
  • shinyjs
  • stringr
  • ggplot2
  • gridExtra
  • rchess

If one (or more) is missing, use the following command:

install.package('missingPackageName')

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.