Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.42 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.42 KB

Godot Blackjack AI

Created using the Godot engine, this AI is adept in the turn-based card game blackjack. Use the model to assist you in beating the dealer!

Overview

This repository contains a blackjack game created in Godot. It includes an AI dealer and a button for the user to make optimal moves, which acts on suggestions from the AI.

The game ends when either the player or the dealer goes above 21, or both turns are finished. Whoever has the highest score without exceeding 21 wins the game.

Usage

  1. Ensure Godot 4 is installed on your PC
  2. Clone the Github repository
  3. Navigate to ./Godot_Blackjack_AI/project.godot and open
  4. In the upper right hand of the project, click the Run button

References