Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonyec/aoc

๐ŸŽ„Advent of Code in Godot using GDScript
https://github.com/anthonyec/aoc

advent-of-code aoc gdscript

Last synced: 4 days ago
JSON representation

๐ŸŽ„Advent of Code in Godot using GDScript

Awesome Lists containing this project

README

        

# ๐ŸŽ„ 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.