/battle-inf

Fork of version 1 of Battle INF (https://github.com/zephren/battle-inf).

Primary LanguageJavaScript

Battle INF v1+

This project is a fork of version 1 of Battle INF.

Much credit goes to Jason Boone (zephren) for all of the work he put into the original project.

Goals of this project

This project is meant to extend and fix the original Battle INF, to understand how the original system was designed.

How to run this project

Clone the repo and then point a web server to the root directory.

If you have Node installed, I use http-server:

  1. Run npm install http-server -g if you don't already have it installed.
  2. Run http-server.

What this project fixes

  • On the Heroes Action page, the Test functionality now works.
  • External resources now load over HTTPS.

What this project adds

WIP

  • Node support. Run npm install when first pulling down the project.
  • eslint
    • Run npm run lint to list issues.

What this project changes

WIP