| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A web clone of the classic DOS game Dangerous Dave, with a twist!
Note: This version has been modernized to work with Node.js v22+ and no longer requires Bower.
First, install all the dependencies:
npm installTo run the game in development mode with live reload:
npm run devThis will start a development server at http://localhost:5000
To build the game for production:
npm run buildThe built files will be in the package/ directory.
To clean the build directory:
npm run cleanTo deploy the game to GitHub Pages:
git checkout -b gh-pages
cp -r package/* .
git add .
git commit -m "Deploy to GitHub Pages"
git push origin gh-pagesEnjoy 😃
Credits:
| Back | FazBrowse Home | New Git URL |