Animal Crossing: Wild World is a video game for the Nintendo DS in which you play as a human character in your own town, with anthropomorphic animal neighbors. You can do various activities, like catching fish and bugs and collecting items. The game uses the DS's clock functionality to allow for different wild bugs and fish to be available at different times of the day and year.
Unfortunately, the game does not provide the player with a function that tells them what fish and bugs are catchable at the moment they are playing; they have to use user-written guides online to know what animals are available if they want to catch one of every animal (there is a museum one can donate caught bugs/fish to, so there is incentive to do this). Wild-world-clock is a command-line python script that takes a database of fish and bug time/stat data and interactively charts the data:
The "Options" dialog in this screenshot describes the program usage (note all the [C]'s; I caught all the fish for this month, being a long-time player). The list of caught wild animals is kept in a separate file; the database is also in a separate raw text file.
The project is open source and is hosted on Google Code here: https://code.google.com/p/wild-world-clock/source/browse/
More screenshots of other dialogs:
No comments:
Post a Comment