Git Product home page Git Product logo

beastlounge's Introduction

BeastLounge

Description

This is a multi-user gaming server which allows users to register and play Blackjack against the dealer with up to 5 other players at each table. The game is run on a server written in C++ using Boost.Beast, and a client written in JavaScript which runs in the browser and is delivered by the game server.

The WebSocket protocol is used to communicate between the client and server. This allows for full-duplex unsolicited messaging. WebSocket is built-in to JavaScript and a natural choice. Each message contains in the payload a complete JSON-RPC object as described here: https://www.jsonrpc.org/specification

A lobby area offers multiple public and private chat rooms similar to IRC where users can meet, add each other to their friends list, send direct messages (whispers), and join games together. The lobby lists games in progress or games starting and gives users the option to join.

Design Goals

  • Clean source file organization

  • Fast build times

    • Using template heavy, header-only libraries

beastlounge's People

Contributors

djarek avatar doumanash avatar grafikrobot avatar vinniefalco 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.