{"version":3,"file":"component---src-pages-work-dungeon-maker-js-bc60806a12703cf65b1c.js","mappings":"qJAkEA,IA9DiB,SAAC,GAAe,IAAdA,EAAa,EAAbA,QACjB,OACE,2BACE,uBAAKC,MAAM,0CACT,sBACEC,UAAU,uBACVC,MAAO,CAACC,SAAU,WAAYC,IAAK,SAEjCL,EAAQM,OAId,uBAAKJ,UAAU,mDACb,sBAAIA,UAAU,iBAAd,eACA,qBAAGA,UAAU,4CAA6CF,EAAQO,aAElE,sBAAIL,UAAU,uBAAd,iBACA,qBAAGA,UAAU,4CAA6CF,EAAQQ,WAElE,sBAAIN,UAAU,uBAAd,gBACA,qBAAGA,UAAU,4CAA6CF,EAAQS,UAElE,uBAAKP,UAAU,0CACb,uBAAKA,UAAU,8CAEXF,EAAQU,OAAOC,KAAI,SAAAC,GACjB,OACE,uBAAKV,UAAU,QACb,uBAAKW,IAAG,qBAAuBD,UAQ3C,uBAAKV,UAAU,SACb,uBAAKA,UAAU,aACb,sBAAIA,UAAU,gBAAd,aACA,uBAAKA,UAAU,aACb,qBAAGY,KAAOd,EAAQe,KAAOf,EAAQe,OAGrC,uBAAKb,UAAU,QACb,sBAAIA,UAAU,gBAAd,cAEEF,EAAQgB,KAAKL,KAAI,SAAAM,GACf,OACE,uBAAKf,UAAU,mDACXe,Y,4FCjCtB,UAXkB,SAAC,GAAkB,IAAhBC,EAAe,EAAfA,SAEnB,OACE,gBAAC,IAAD,CAAQA,SAAUA,GAChB,gBAAC,IAAD,CAAKC,MAAM,qDACX,gBAAC,IAAD,CAAUnB,QAASoB,EAAAA,O,qDCdlB,IAAMA,EAAe,CAC1Bd,KAAM,gBACNe,QAAS,8BACTT,MAAO,yBACPU,SAAU,gBACVC,UAAU,EACVR,IAAK,IACLR,YAAa,mHACbC,UAAW,0MACXC,SAAU,+SACVO,KAAM,CAAC,gBAAiB,UAAW,aACnCN,OAAQ,CAAC,yBAA0B,yBAA0B","sources":["webpack://gatsby-starter-blog/./src/components/workPage.js","webpack://gatsby-starter-blog/./src/pages/work/dungeon-maker.js","webpack://gatsby-starter-blog/./src/portfolio/dungeonMaker.js"],"sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\n\nconst WorkPage = ({project}) => {\n return (\n
\n
\n \n { project.name }\n \n
\n\n
\n

The Project

\n

{ project.description }

\n\n

The Challenge

\n

{ project.challenge }

\n\n

The Solution

\n

{ project.solution }

\n\n
\n
\n {\n project.images.map(image => {\n return (\n
\n \n
\n )\n })\n }\n
\n
\n\n
\n
\n

Live Url:

\n
\n {project.url}\n
\n
\n
\n

Tech Used:

\n {\n project.tech.map(item => {\n return (\n
\n { item }\n
\n )\n })\n }\n
\n
\n
\n\n
\n )\n}\n\nexport default WorkPage\n","import * as React from \"react\"\nimport { Link, graphql } from \"gatsby\"\n\nimport Layout from \"../../components/layout\"\nimport WorkPage from \"../../components/workPage\"\nimport Seo from \"../../components/seo\"\n\nimport { dungeonMaker } from '../../portfolio/dungeonMaker'\n\nconst BlogIndex = ({ location }) => {\n\n return (\n \n \n \n\n \n )\n}\n\nexport default BlogIndex\n","export const dungeonMaker = {\n name: \"Dungeon Maker\",\n excerpt: \"Dungeon Building Mobile App\",\n image: \"simpleLeadTracker.webp\",\n localUrl: \"dungeon-maker\",\n featured: true,\n url: \"#\",\n description: \"Dugeon Maker is a mobile app for buidling tiled dungeons. The perfect tool for any dungeon master and RPG lover.\",\n challenge: \"Building a map editor that is easy to use on mobile is not easy, but we were up for the challenge. A map editing tool is inherently complex, and this can make creating a mobile friendly UI difficult.\",\n solution: \"Our end solution creates a separation between drawing and moving. This gives the user control without introducing lots of complex touch interactions. We also provide multiple drop-down panels to help control core functionality. We've further updated the app with new features inclduing terrain tiles.\",\n tech: [\"Clojurescript\", \"Cordova\", \"MySqlLite\"],\n images: [\"simpleLeadTracker.webp\", \"simpleLeadTracker.webp\", \"simpleLeadTracker.webp\"]\n}\n"],"names":["project","class","className","style","position","top","name","description","challenge","solution","images","map","image","src","href","url","tech","item","location","title","dungeonMaker","excerpt","localUrl","featured"],"sourceRoot":""}