Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.05 KB

Advent of Code 2024 in GDScript 🎄✨

A collection of solutions for the Advent of Code 2024 challenges, implemented in GDScript. This repository aims to provide clear, efficient, and beginner-friendly solutions for each day's puzzles while showcasing the versatility of GDScript for problem-solving.

Features

  • 🎯 Daily puzzle solutions with detailed comments and explanations.
  • 🚀 Focus on performance and readability in GDScript.
  • 🛠️ Tools and utilities to visualize and test solutions in the Godot environment.
  • 🌟 Suitable for learning GDScript and algorithmic problem-solving.

How to Use

  1. Clone the repository.
  2. Create project in Godot 4.3 or later.
  3. move src/ folder into project
  4. Explore solutions for each day in the src/ folder.
  5. Run or modify the code to experiment with different approaches.

About Advent of Code

Advent of Code is an annual coding challenge event featuring daily programming puzzles from December 1st to 25th. It's a great way to improve your problem-solving skills and have fun during the holiday season!