Skip to content

Commit

Permalink
Update readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie authored Aug 10, 2023
1 parent 5a91351 commit 2fa428d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.MD
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2fa428d

Please sign in to comment.