Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 753 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 753 Bytes

Castlevania II: Simon's Quest Randomizer

Welcome to the codebase for the CV2R - Castlevania 2 Randomizer! This is the website that is the pretty face for the underlying cv2r cli the is actually the brains of the randomizer ROM generation.

Development

Requirements

Instructions for running locally

git clone https://github.com/tonylukasavage/cv2r.com.git
cd cv2r.com
npm install
npm start
open http://localhost:5000