No description
Find a file
Joshua Seigler 24e478d214 Day 3
2020-12-09 02:29:23 -05:00
contracts Day 3 2020-12-09 02:29:23 -05:00
lyrics Day 3 2020-12-09 02:29:23 -05:00
music Day 3 2020-12-09 02:29:23 -05:00
rockstar@6d768a40e2 running rockstar on input 2020-12-06 15:26:29 -05:00
.gitignore Polished day 2 lyrics 2020-12-08 16:56:35 +00:00
.gitmodules running rockstar on input 2020-12-06 15:26:29 -05:00
package-lock.json Improve playground 2020-12-08 20:15:24 -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.