Created
January 28, 2025 20:13
-
-
Save klazuka/b9f605e1fad88e57f08c10bbfff35487 to your computer and use it in GitHub Desktop.
Operator prompt to build a Vampire Survivors evolution lookup tool on jsbin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go to https://vampire-survivors.fandom.com/wiki/Evolution | |
and read about the evolution recipes in the game | |
then open jsbin.com in another tab | |
Write HTML in the left-side pane to make an interactive HTML tool to lookup Vampire Survivor evolutions for a given base weapon. Once the user picks a base weapon, show the passive item it requires and what item it turns into. Use the data from the wiki. | |
use the right-side frame to verify that the HTML program works correctly. | |
If it doesn't work, go back to the html and make the appropriate edits by completely replacing the old contents with the new HTML. Repeat until the HTML app you made works well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment