GithubHelp home page GithubHelp logo

bremade / chess Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 258 KB

Simple chess game implemented with svelte and plain java script.

Home Page: https://bremauer.cc

License: GNU General Public License v3.0

HTML 3.45% JavaScript 56.08% Svelte 38.27% SCSS 2.19%
chess svelte svelte-store javascript rollupjs chess-game

chess's Introduction

Chess

This is a fun project to play around with Svelte and then implement my own chess engine.

Implemented using Svelte, Rollup and plain JavaScript

Setup

Development

Install all dependencies

npm install

Start dev server using rollup

npm run dev

Additional scripts:

  • Build the project
    npm run build
  • Lint the code - config see .eslintrc.json
    npm run lint

Production

TODO Docker

Roadmap

The following roadmap contains all the planned features:

  • Chessfield
    • Field
    • Ranks
    • Pieces
  • Global store to track game state
  • Movement
    • General movement
    • Track turn count
    • Field restrictions
    • Piece restrictions
      • Rook
      • Knight
      • Bishop
      • Queen
      • King
      • Pond
    • Castling
    • EnPassant
    • Check
    • Checkmate
  • Visuals
    • Highlight last turn
    • Theme selection
    • Analysis tool to visualize future turns
    • Mirror board
  • FEN
    • Parse FEN
    • Generate board from FEN
    • Generate FEN from Board
    • FEN validation
    • FEN export

chess's People

Contributors

bremade avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.