A webapp that allows you do visualize, filter and display articles from the GameplayDesignPatterns.org wiki.
The the data comes from the files "AllGames.json" and "AllPatterns.json". These need to be placed in the same directory as the built webapp files and served to the user through some sort of webserver. These files are are outputted by GDPWikiscrape, which can be found here: https://github.com/minichris/GDPWikiscrape