Skip to content

A web server that allows people to play Hanab, a cooperative card game of logic and reasoning.

License

Notifications You must be signed in to change notification settings

Hanabi-Live/hanabi-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfde802 · Dec 26, 2024
Sep 12, 2024
Oct 3, 2024
Sep 11, 2024
Feb 25, 2023
Oct 7, 2024
Oct 3, 2024
Aug 6, 2023
Nov 9, 2024
Nov 16, 2024
Dec 26, 2024
Dec 16, 2023
Nov 16, 2024
Sep 19, 2021
Nov 29, 2023
Nov 10, 2024
Dec 20, 2023
Aug 7, 2023
Sep 11, 2024
Sep 11, 2024
Nov 21, 2023
Nov 30, 2024
Aug 17, 2022
Sep 19, 2021
Aug 23, 2023
Feb 10, 2024
Sep 11, 2024
Oct 19, 2024
Aug 12, 2023
Jun 15, 2024
Aug 8, 2023
Sep 19, 2021
Sep 19, 2021
Sep 12, 2024
Feb 10, 2024
Nov 10, 2024
Sep 12, 2024
Nov 10, 2024
Nov 10, 2024
Sep 11, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Aug 10, 2023
Aug 18, 2023
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Sep 12, 2024
Sep 11, 2024
Sep 12, 2024
Jun 15, 2024

Repository files navigation

Logo


Description

  • This is the source code for Hanab Live, a website that allows people to play a cooperative card game online. It is similar to the card game Hanabi.
  • This project has no affiliation with the card game Hanabi, Antoine Bauza (the creator of Hanabi), or any of the the real-life publishers of the game (of which there are many).
  • The client is programmed in TypeScript. It is located in the packages/client directory.
    • A lot of the code was originally taken from Keldon Jones' implementation of the game. (His site no longer exists.)
  • The server is programmed in Go. It is located in the server subdirectory.
    • It uses a PostgreSQL database to store information about the users and games.
  • The core game logic is located in the packages/game directory.

Discord

Find teammates to play games with at the Discord server. We also discuss code changes here.


List of Variants

Hanab Live is different from normal Hanabi in that it implements many special variants, in which the rules are changed to make the game more difficult.


List of Features

See the features documentation.


Installation

See the installation documentation.


Credits

  • Antoine Bauza created Hanabi, which was the inspiration for this website. If you enjoy playing online, then you should purchase a physical copy of the game, since he will presumably receive a portion of the proceeds.
  • Keldon Jones was the original creator of the slick client-side user interface.
  • Hyphen-ated coded many useful add-on features for Keldon's site that are integrated into Hanab Live.