From 8802c45e4f29a1e8950c8005a3a2fd1e5b89c75f Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 16 Jul 2017 16:41:15 -0400 Subject: [PATCH] Create README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..abb3d53 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Borderlands 2 skill calculator + +This project was one of my first publicly-used websites. I am a big fan of the Borderlands franchise, and when Borderlands 2 came out, I really wanted a better skill calculator than the official one. + +I put this together in, like, a week or so, using some assets from the original skill calculator and some high resolution character renders. I wanted something fully client-side with few or no external dependencies. I didn't know about Knockout or any similar tech so I stored the data in the DOM (!). + +Please feel free to submit pull requests or even to fork this for your own uses.