Skip to content

minihack-editor/minihack-editor.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniHack Level Editor

This tool can be used to create simple DES files for minihack environments.

Installation

Firstly install the node version manager

then run the following command to get the latest stable version of npm/node:

nvm install stable && nvm use stable

Install node dependencies

After we have the latest stable versions of node and npm installed, we need to install the dependencies for the level editor tool. We can do this with the following command:

npm install

Running

Finally we can start the server locally which hosts the level editor tool!

npm run start

This will start a local server on port 3000 which you can use to access the level editor

About

Simple editor for making minihack DES files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published