Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.59 KB

README.md

File metadata and controls

52 lines (28 loc) · 1.59 KB

Gobblet

Gobblet.DEBUG.2024-01-14.21-28-06.mp4

State

  • Board with pieces' positions.
  • Whose turn it is.

Number of actions at each state (worst case)

  • 3 * 16 = 48 actions: When picking a piece from side boards.
  • 8 * 8 = 64 actions: When moving a piece on the board (biggest piece).

Building the project

Requirements

Ubuntu Linux 64-bit

Windows

Building

Windows

  1. Download and install the requirements.
  2. Open the project in Godot.
  3. Run the project.

Rules

Screenshots

References

  1. Game Rules.
  2. Gather Together Games Gobblet Presentation.
  3. These fresh Godot tutorials by Alphredo M were very helpful to me.