Skip to content

anthonyec/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 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.

About

🎄Advent of Code in Godot using GDScript

Topics

Resources

Stars

Watchers

Forks