Skip to content

Latest commit

History

History
28 lines (22 loc) 路 601 Bytes

README.md

File metadata and controls

28 lines (22 loc) 路 601 Bytes

馃巹 Advent of Code 2023 in Godot

Using Godot's GDScript for my first advent of code

    *
    /.\
    /o..\
    /..o\
    /.o..o\
    /...o.\
    /..o....\
    /....o./..\
    ^^^^[_]^^^^

https://adventofcode.com/2023

Setup

  1. Install Godot 4.2
  2. Add this project
  3. Run the main scene!

Currently I just set the main scene's script to whatever challenge I want to run. For example, if I want to run day_02.gd, then I drag that script to the Main node.

I'll make it more fancy later. Maybe with some snow particles or something.