Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.98 KB

File metadata and controls

49 lines (35 loc) · 1.98 KB

Judgment / Kachuful

The Game of Judgment

The Game of Judgment is a simple, minimalist card game built with vanilla HTML, CSS, and JavaScript. It allows multiple players to track their card hands and scores across multiple rounds, with the goal of determining the winner based on total card values.

NOTE THIS IS A OLD PROJECT MADE PRE AI

Links

Features

  • Multiplayer Support: Add and manage multiple players with customizable names.
  • Round-Based Gameplay: Play through multiple rounds with different trump cards each round.
  • Hand Tracking: Easily increment or decrement each player's hand value with +/- buttons.
  • Trump Card System: Five unique trump cards rotate each round (Spades, Diamonds, Clubs, Hearts, Joker).
  • Score Calculation: Automatic scoring based on hand values (0 = 10 points, otherwise hand × 10).
  • Player Selection: Select which players succeed each round via checkbox modal.
  • Unified Score Table: Track all players' scores across all rounds in a single table.
  • Final Rankings: Display final scores with player rankings at game end.
  • Responsive Design: A clean and responsive layout that works on all devices.

Demo / Screenshots

TBD

How to Play

  1. Enter the number of players and click Start Game.
  2. Enter each player's name.
  3. Use the + and - buttons to set each player's hand value.
  4. Click Next Round and select the players who succeeded.
  5. Click Confirm to calculate scores and advance to the next round.
  6. Repeat until the game ends, then click End Game to view final rankings.

Release Notes

v0.1.0 (Initial Release)

  • Multiplayer score tracking for card game.
  • Add and remove players dynamically.
  • Round-based gameplay with rotating trump cards.
  • Manual score calculation and player selection.
  • Unified score table for tracking all rounds.

License

This project is licensed under the MIT License.