A sorter site for Idolm@ster Characters
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1 from james7132/patch-1

Create README.md

authored by

Frelia and committed by
GitHub
5e1b5c8f f3608070

+20
+20
README.md
··· 1 + # charasort 2 + A web based character sorter. Allows users to run through a manual merge sort of their favorite 3 + characters from a set 4 + 5 + **Features** 6 + * Entirely client side, no backend server required. 7 + * Filtering out characters based on JSON based filters. 8 + * Shareable links of sorter results. 9 + * Versioning of sorter data - you may want to add characters and resources over time. Versioning keeps 10 + shareable links valid even if the base character data is changed. 11 + 12 + The version in this repo is built for characters from the [Touhou Project](https://en.wikipedia.org/wiki/Touhou_Project) 13 + game series, but the sorter can be easily edited to create any custom sorter desired. 14 + 15 + ## Creating your own Sorter 16 + TODO(execfera): Document 17 + 18 + ## Known Issues 19 + 20 + * Does not work with CloudFlare's Rocket Loader.