A level creator and editor for the 2008 flash game Dirk Valentine, published by Nitrome
The program works on 64-bit versions of Windows.
Download the DVLC-win32-x64 zip from the releases page.
Simply extract the zip file and run DVLC.exe - You can then follow the instructions in the app.
If you would like to share levels, export your project as a .dvpack file. You can then share it in the #dvlc-level-share channel in my discord
If you are a developer and would like to contribute to the project:
- You need to have Node.JS installed
- simply pull the repo and run
npm install, all dependencies will be installed - to run the program in your dev environment run
npm run start - if you want to build an executable run
npm run make- there is currently an issue which means you will have to install node modules in theresources/appfolder yourself.