Giter VIP home page Giter VIP logo

mahjong's Introduction

麻雀 - Mahjong

Checks Deploy

Proof of concept project to practice Rust and TypeScript programming. The idea is to include these subpackages:

  1. Core library with the game utilities and tests
  2. Service that persists and handles games for clients
    • Can be communicated via an HTTP API
    • It creates a WebSocket per active game, to process the game and communicate with clients
    • It has a GraphQL endpoint to reduce the number of requests
  3. Scripts to handle different tasks related to the code deployment and tests
    • For example running linting, tests, and deploying to Docker
  4. Web client to play, both for desktop and mobile web
    • It uses a drag-n-drop UI to play, and it has translated texts
    • Includes E2E tests
  5. React Native apps which reuse some code with the web code
  6. A Rust TUI application as a prototype for playing games and running simulations

The game uses Hong Kong style Mahjong. The goal is to write it as much as possible in Rust, except the web client frontend where it uses TypeScript.

This is WIP, the subprojects will remain v0.x until the project reaches the MVP state

mahjong's People

Contributors

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