Skip to content

Solutions for Advent of Code 2022, written in JavaScript using node.js

Notifications You must be signed in to change notification settings

johnbeech/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions for Advent of Code 2022.

Setup

Clone this repo, then run npm install to install dependencies.

Running

To run a solution by day, use:

npm start day1

If a solution exists for that day, then it will run with basic tests. If a solution does not exist, it will copy the template, and then try to download that day's puzzle input using AOCD.

If you don't have AOCD configured, populate input.txt with your solution input from the AOC website, and then start implementing your solution in the new folder for that day.

Once you have calculated a solution, you should manually submit your answer through the website.

Viewer

A local webserver has been provided to browse the solutions, and optionally create web based visualisations to go with the code.

To start the server run: npm run webserver - a new hardcoded index.html will be generated each time you browse the index.

If you enable github pages from your repo settings, and host from the root of the project, you'll be able to access this index and the solutions from the provided hosted URL. Please replace this message with a link to those pages if you do.

About

Solutions for Advent of Code 2022, written in JavaScript using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published