diff --git a/readme.MD b/readme.MD index d0e055a..c4e6605 100644 --- a/readme.MD +++ b/readme.MD @@ -1,13 +1,14 @@ # Xenosaga Enemy Database This is a modern, mobile optimized web application that hosts a searchable and sortable database of all the enemies in the Xenosaga PS2 series. Every enemy has detailed stats, weaknessess, loot drops, etc. Each game has been split into its own separate table/tab for organization. +Each column in the grid can be resized, filtered, sorted, and hidden as you'd like. Clicking anywhere on a row will make a modal pop up that contains that selected enemey's stats. -The data comes from the following sources, which I extracted using BeautifulSoup 4 and regex (except for Episode 2, which I had to do manually 🤮): +The data comes from the following sources, which I extracted using BeautifulSoup 4 and regex (except for Episode 2, which I had to do manually): * Episode 1 https://gamefaqs.gamespot.com/ps2/519264-xenosaga-episode-i-der-wille-zur-macht/faqs/22927 * Episode 2 https://www.ign.com/articles/2005/04/06/xenosaga-episode-ii-jenseits-von-gut-und-bose-enemy-faq-545281 * Episode 3 https://gamefaqs.gamespot.com/ps2/929933-xenosaga-episode-iii-also-sprach-zarathustra/faqs/45192 -I asked ChatGPT to craft the regexes for me, which worked pretty damn well. +I used ChatGPT to craft the regexes for me. ## Getting Started