Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anthonyec/aoc
- Owner: anthonyec
- Created: 2023-12-01T15:39:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T21:55:01.000Z (11 months ago)
- Last Synced: 2024-10-10T23:53:06.149Z (26 days ago)
- Topics: advent-of-code, aoc, gdscript
- Language: GDScript
- Homepage: https://adventofcode.com/2023
- Size: 68.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.