GithubHelp home page GithubHelp logo

chess's Introduction

♕ Chess

 ██████╗██╗  ██╗███████╗███████╗███████╗
██╔════╝██║  ██║██╔════╝██╔════╝██╔════╝
██║     ███████║█████╗  ███████╗███████╗
██║     ██╔══██║██╔══╝  ╚════██║╚════██║
╚██████╗██║  ██║███████╗███████║███████║
 ╚═════╝╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝

This project is a chess application that allows users to play chess online. It is built using Rust with WebAssembly.
Play the game at here

chess demo

Introduction

The chess project is an interactive web-based chess game that enables users to play against each other online. The application provides a visually appealing chessboard interface with intuitive controls, allowing players to make moves and track the game's progress.

Technologies

The chess project utilizes the following technologies:

  • Rust: The core chess logic and game engine are implemented in Rust using the chess_engine crate, providing efficient and reliable game processing.
  • WebAssembly (WASM): The Rust code is compiled into WebAssembly to run in the browser environment.
  • JavaScript: The interactive features and user interface enhancements are implemented using JavaScript.
  • HTML: The web pages and layout structure of the application are defined using HTML.
  • CSS: The visual styling and presentation of the application are achieved through CSS.

Getting Started

Prerequisites

Before we get started, make sure you have the following tools installed:

To run the chess project locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/WR104/chess.git
  2. Navigate to the project directory: cd chess
  3. Build the wasm files: wasm-pack build
  4. Navigate to web dictionary: cd www
  5. Install dependencies: npm install
  6. Start the local development server: npm run start
  7. Open your web browser and visit http://localhost:8080 to access the chess application.

chess's People

Contributors

wr104 avatar

Watchers

 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.