Add a basic web app (currently only Rank Calc works)
This commit is contained in:
parent
4ec8b10216
commit
e40ac65186
30 changed files with 31758 additions and 1 deletions
10
README.md
10
README.md
|
@ -4,7 +4,7 @@ By Donald Burr <dburr@DonaldBurr.com>
|
|||
|
||||
## What is this?
|
||||
|
||||
This is a set of Python scripts to help players who play the mobile rhythm game [Love Live School Idol Festival](http://www.school-fes.klabgames.net).
|
||||
This is a set of Python scripts **(and now a Web app too!)** to help players who play the mobile rhythm game [Love Live School Idol Festival](http://www.school-fes.klabgames.net).
|
||||
Love Live School Idol Festival (SIF) is a free-to-play (with in-app purchases) rhythm and card collection game available for iOS and Android
|
||||
and is based on the [Love Live!](http://www.lovelive-anime.jp/worldwide/) media franchise.
|
||||
|
||||
|
@ -20,6 +20,8 @@ You will need the [Python](https://www.python.org) scripting language installed
|
|||
|
||||
## The Scripts
|
||||
|
||||
All scripts are located in the [command_line](command_line) directory.
|
||||
|
||||
### Event Time-Remaining Calculator
|
||||
|
||||
```
|
||||
|
@ -179,6 +181,12 @@ Today is 10/12/2015 and you currently have 18 love gems.
|
|||
You will have 50 love gems on 01/16/2016. Good things come to those who wait!
|
||||
```
|
||||
|
||||
## The Web App
|
||||
|
||||
You asked for a web app, and here it is! The [web_app](web_app) directory contains a (mostly) fully featured web app version of SIF Tools. The best part is, you don't need a web server to run it. You should just be able to open the [sif_tools.html](web_app/sif_tools.html) file in your local web browser and run it right on your own computer. You will need to have JavaScript enabled in your browser however. (Of course you can host these files on a web server just like any other website, if you happen to have access to a web server.)
|
||||
|
||||
**Right now the only part of the web app that works is the Rank Calculator. I am working on finishing the rest of the calculators (Love Gem, Card Level-up and Event End.) Stay tuned!**
|
||||
|
||||
## Bugs? Need help? Got any suggestions/ideas for new features? Or want to chat?
|
||||
|
||||
I wouldn't be surprised if there are any bugs, and/or if I got some of the calculations wrong. If you have any bug reports (or better yet, bug fixes!), suggestions/ideas for new features, or if you need help using these (or if you just want to say hi and/or chat) please feel free to send them my way. Create a pull request on Github or just drop me an email.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue