Your cart is currently empty!
Category: Integration Hub
-
Presenting my SN App at Knowledge!
โ
by
It has been a VERY long time since Iโve updated this blog but I wanted to give a bit of an overview of what happened with my Knowledge 24 presentation about the Marvel Snap clone Iโve been creating now called SN App. You may recall I mentioned that I submitted a talk to the ServiceNow…
-
Part 9: Finishing the Deck Builder prototype
Once Iโd cracked the repeater system for the card grid for my Marvel Snap game on the deck builder page, it unlocked the final parts of that page for me. ย Having been able to define the grid for selecting cards to ADD to the deck, I could use a smaller-scale version of the same…
-
Part 3: Importing Images using Flow Designer
Part of building out my Marvel Snap clone involved finding a source for the Card data. ย As mentioned earlier, I found a great database of cards that had an API that I could use to get the card records. ย The next thing I needed to do was import the images themselves. ย I created an Image…
-
Part 2: Modelling the Data in my Marvel Snap Clone
Building out the tables in ServiceNow for my Marvel Snap clone has been interesting. ย ย I started with the most atomic object Iโd need – a Card Definition. ย This needs to house the Cost, Power and Ability data for all the cards that exist in Marvel Snap. ย I found a webpage with a database of…
-
Part 1: Making a Marvel Snap Clone in ServiceNow
Iโve been asked to talk at a ServiceNow User Group about Flow Designer so Iโve had a bit of a think about what sort of Flow Designer topics might be interesting. ย Something I try to do every time I create a system is look at ways to make it extensible from the get-go. ย With…