Neon DFence remade in javascript.
- install npm ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm )
- clone Neon-DFence-Javascript-main files, then extract, and navigate to that folder
- open a terminal, powershell, or Visual Studio Code, then run this command to install
npm i
- and this command to play
npm start
( if you'd prefer to make a stand alone game instead run install electron-builder )
npm i -g electron-builder
- Then run this command to build executable
electron-builder build
( you'll find the executable / AppImage in the "dist" folder )
