Skip to content

k0T0z/gobblet

Repository files navigation

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.

About

My Gobblet game using Godot Game Engine.

Resources

Stars

Watchers

Forks