No description
Find a file
2023-12-14 14:57:58 -03:00
day01 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day02 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day03 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day04 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day05 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day06 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day07 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day08 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day09 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day10 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day11 Remove all input files from the tree 2023-12-14 14:57:58 -03:00
day12 Day 12 - Part 1, very bad and no good 2023-12-14 14:53:51 -03:00
.gitignore Added ignore rule for input files 2023-12-14 14:53:37 -03:00
README.md Undo 2023-12-03 04:42:15 -03:00
template.gd Add template 2023-12-02 16:11:54 -03:00

This is my attempt to do Advent of Code 2023 using only Godot's GDScript language.

To use these scripts, simply open up a terminal and run:

<godot-executable> --headless -s <script-path>