Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 457 Bytes

File metadata and controls

5 lines (4 loc) · 457 Bytes

GDPVis

A webapp that allows you do visualize, filter and display articles from the GameplayDesignPatterns.org wiki.

Inputting the data

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