No description
Find a file
2024-12-18 22:31:44 -05:00
contracts progress on Day 4 idiomatic 2021-01-06 03:56:46 +00:00
lyrics progress on Day 4 idiomatic 2021-01-06 03:56:46 +00:00
rockstar@6d768a40e2 running rockstar on input 2020-12-06 15:26:29 -05:00
.gitattributes Language detection 2020-12-09 15:59:09 +00:00
.gitignore no AOC inputs in repos 2024-12-18 22:31:44 -05:00
.gitmodules running rockstar on input 2020-12-06 15:26:29 -05:00
package-lock.json fix npm vuln 2021-01-05 22:58:15 -05:00
package.json Improve playground 2020-12-08 20:15:24 -05:00
README.md Improve playground 2020-12-08 20:15:24 -05:00
start.js Tidy project 2020-12-07 22:57:06 -05:00

Rockstar Playground

Purpose

To make it easy to develop Rockstar solutions to Advent of Code style problems (with an input file and no interactivity).

Setup

git submodule init
cd rockstar
npm i
cd -
npm i

Usage

node start <trackname> Rock source code named <trackname>.rock will be used first from the lyrics folder, or else from the contracts folder (intended for un-poetic works in progress). File input is expected as <trackname>.txt in the music folder.

Development

npx nodemon start <trackname> will re-run the program whenever it is altered.