
{"id":1123,"date":"2015-08-22T23:53:11","date_gmt":"2015-08-22T21:53:11","guid":{"rendered":"http:\/\/matosimi.websupport.sk\/atari\/?p=1123"},"modified":"2021-03-14T22:18:19","modified_gmt":"2021-03-14T21:18:19","slug":"the-bitchy-witchy-dead-game-project","status":"publish","type":"post","link":"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/","title":{"rendered":"The Bitchy Witchy (DEAD) game project"},"content":{"rendered":"<p>I started working on The Bitchy Witchy around year 2007. It is already 8 years ago &#8211; pretty unbelievable. It supposed to be point&amp;click adventure like&nbsp;no other on Atari. Basic idea was&nbsp;to create game that will be similar to Gobliiins where you control hero on single screen and after you solve&nbsp;puzzle you will be able to move to next screen.<\/p>\n<p>I introduced <a href=\"http:\/\/atariage.com\/forums\/topic\/241820-the-bitchy-witchy-dead-game-project\/\" target=\"_blank\" rel=\"noopener noreferrer\">this project on AtariAge <\/a>couple days ago also with screens so you can find some info there. This blogpost is mainly behind the scenes.<\/p>\n<p><!--more--><\/p>\n<p>Whole game&nbsp;was idea of Vladimir Vostenak,&nbsp;he somehow &#8220;appeared&#8221; in 2007 and started to literally pouring one&nbsp;graph2font picture after another.&nbsp;His&nbsp;pictures were quite impressive because&nbsp;he often (maybe always)&nbsp;used DLI changes of background color so there was not single color register&nbsp;same in whole picture. Also his pictures were not exactly pixel-precise, which somehow added kind of artistic style.<\/p>\n<p>Anyway, Vladimir prepared many&nbsp;in-game screens which were basically g2f pictures, my job was to make game of them. What a&nbsp;crazy idea&#8230;&nbsp;It required many hours spend on what could be possible and what it means to code it.&nbsp;There were&nbsp;several ideas floating around, but we decided to make it&nbsp;really point&amp;click so I had to find and implement some nice&nbsp;algorithm that will calculate path between actual position of player and position that was clicked by cursor.&nbsp;As we have already learned in&nbsp;elementary school, shortest path&nbsp;between to points is line&#8230; but that is something&nbsp;we could not use, because&nbsp;our game character is human and there were obstacles on&nbsp;every location so it&nbsp;had to look like in reality so we said that our hero&nbsp;must be able to avoid obstacles and find way to target position.<\/p>\n<p>This of course required some&nbsp;underlying mask that would&nbsp;define which places are&nbsp;reachable and which are not. I created small tool just for this&nbsp;called PathMaker:<\/p>\n<p><center><a href=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathmaker.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-1124\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathmaker.png\" alt=\"bw_pathmaker\" width=\"418\" height=\"276\" srcset=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathmaker.png 523w, http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathmaker-300x198.png 300w\" sizes=\"(max-width: 418px) 100vw, 418px\" \/><\/a><\/center>I just loaded&nbsp;BMP of game location and&nbsp;selected&nbsp;reachable&nbsp;positions with mouse. Then I&nbsp;transferred it to mask in GR.5 mode&#8230; and then I started working on pathfinding engine.&nbsp;I don&#8217;t really remember where&nbsp;I found&nbsp;algorithm that I&nbsp;eventually used, but it&nbsp;was sort of flooding algorithm that&nbsp;also kept information about distance from source point so&nbsp;it was able to&nbsp;follow shortest path to target.<\/p>\n<p>You can see it&nbsp;working here, first binary has delay between two steps so you can see how it proceeds:<\/p>\n<p><center><a href=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathalgor.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-1125\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathalgor.png\" alt=\"bw_pathalgor\" width=\"336\" height=\"240\" srcset=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathalgor.png 336w, http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_pathalgor-300x214.png 300w\" sizes=\"(max-width: 336px) 100vw, 336px\" \/><\/a><\/center><div style=\"background: #fff8f0;border-radius: 5px;border: solid 2px #f92;margin-bottom: 1px;\">\r\n <div class=\"wpfilebase-fileicon\"><a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/pathTest_s_animaciou.xex\" title=\"Download PathTest S Animaciou\"><img align=\"middle\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-includes\/images\/crystal\/xex.png\" alt=\"PathTest S Animaciou\" \/><\/a><\/div>\r\n <div class=\"wpfilebase-rightcol\">\r\n  <div class=\"wpfilebase-filetitle\">\r\n   <a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/pathTest_s_animaciou.xex\" title=\"Download PathTest S Animaciou\" style=\"font-weight:bold;\">PathTest S Animaciou<\/a><br \/>\r\n   pathTest_s_animaciou.xex<br \/>\r\n   \r\n   \r\n  <\/div>\r\n  <div class=\"wpfilebase-filedetails\" id=\"wpfilebase-filedetails1\" style=\"display: none;\">\r\n  <p><\/p>\r\n  <table border=\"0\">\r\n   \r\n   \r\n   \r\n   \r\n   <tr><td><strong>Category:<\/strong><\/td><td>Others Atari<\/td><\/tr>\r\n   \r\n   <tr><td><strong>Date:<\/strong><\/td><td>August 22, 2015<\/td><\/tr>\r\n   \n  <\/table>\r\n  <\/div>\r\n <\/div>\r\n <div class=\"wpfilebase-fileinfo\">\r\n  5.9 KiB<br \/>\r\n  1029 Downloads<br \/>\r\n  <a href=\"#\" onclick=\"return wpfilebase_filedetails(1);\">Details...<\/a>\r\n <\/div>\r\n <div style=\"clear: both;\"><\/div>\r\n<\/div><\/p>\n<p>Second binary is running full speed:<\/p>\n<div style=\"background: #fff8f0;border-radius: 5px;border: solid 2px #f92;margin-bottom: 1px;\">\r\n <div class=\"wpfilebase-fileicon\"><a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/pathTest_bez_animacie.xex\" title=\"Download PathTest Bez Animacie\"><img align=\"middle\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-includes\/images\/crystal\/xex.png\" alt=\"PathTest Bez Animacie\" \/><\/a><\/div>\r\n <div class=\"wpfilebase-rightcol\">\r\n  <div class=\"wpfilebase-filetitle\">\r\n   <a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/pathTest_bez_animacie.xex\" title=\"Download PathTest Bez Animacie\" style=\"font-weight:bold;\">PathTest Bez Animacie<\/a><br \/>\r\n   pathTest_bez_animacie.xex<br \/>\r\n   \r\n   \r\n  <\/div>\r\n  <div class=\"wpfilebase-filedetails\" id=\"wpfilebase-filedetails2\" style=\"display: none;\">\r\n  <p><\/p>\r\n  <table border=\"0\">\r\n   \r\n   \r\n   \r\n   \r\n   <tr><td><strong>Category:<\/strong><\/td><td>Others Atari<\/td><\/tr>\r\n   \r\n   <tr><td><strong>Date:<\/strong><\/td><td>August 22, 2015<\/td><\/tr>\r\n   \n  <\/table>\r\n  <\/div>\r\n <\/div>\r\n <div class=\"wpfilebase-fileinfo\">\r\n  5.9 KiB<br \/>\r\n  1168 Downloads<br \/>\r\n  <a href=\"#\" onclick=\"return wpfilebase_filedetails(2);\">Details...<\/a>\r\n <\/div>\r\n <div style=\"clear: both;\"><\/div>\r\n<\/div>\n<p>Here is also binary that has&nbsp;joystick control implemented, but&nbsp;it&nbsp;will&nbsp;allow you&nbsp;to make only&nbsp;one&nbsp;target point (there is no loop, it just hangs):<\/p>\n<div style=\"background: #fff8f0;border-radius: 5px;border: solid 2px #f92;margin-bottom: 1px;\">\r\n <div class=\"wpfilebase-fileicon\"><a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/pathTest.xex\" title=\"Download PathTest\"><img align=\"middle\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-includes\/images\/crystal\/xex.png\" alt=\"PathTest\" \/><\/a><\/div>\r\n <div class=\"wpfilebase-rightcol\">\r\n  <div class=\"wpfilebase-filetitle\">\r\n   <a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/pathTest.xex\" title=\"Download PathTest\" style=\"font-weight:bold;\">PathTest<\/a><br \/>\r\n   pathTest.xex<br \/>\r\n   \r\n   \r\n  <\/div>\r\n  <div class=\"wpfilebase-filedetails\" id=\"wpfilebase-filedetails3\" style=\"display: none;\">\r\n  <p><\/p>\r\n  <table border=\"0\">\r\n   \r\n   \r\n   \r\n   \r\n   <tr><td><strong>Category:<\/strong><\/td><td>Others Atari<\/td><\/tr>\r\n   \r\n   <tr><td><strong>Date:<\/strong><\/td><td>August 22, 2015<\/td><\/tr>\r\n   \n  <\/table>\r\n  <\/div>\r\n <\/div>\r\n <div class=\"wpfilebase-fileinfo\">\r\n  3.8 KiB<br \/>\r\n  1056 Downloads<br \/>\r\n  <a href=\"#\" onclick=\"return wpfilebase_filedetails(3);\">Details...<\/a>\r\n <\/div>\r\n <div style=\"clear: both;\"><\/div>\r\n<\/div>\n<p>Hmm.. that&#8217;s basically all that was implemented in this stage. This path &#8220;engine&#8221; was never actually used together with g2f picture (in real game screen).<\/p>\n<p>For some time I was occupied by coding intro sequence that contained 6 g2f pictures and some story texts:<\/p>\n<p><iframe loading=\"lazy\" title=\"Atari 8-bit XL\/XE - The Bitchy Witchy project intro (2007)\" width=\"640\" height=\"480\" src=\"https:\/\/www.youtube.com\/embed\/7BMUAsif04k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<p>That time I was not able to implement g2f into my projects using actual g2f ASM export so I coded my own DLI generator that was used in this intro and also in <a href=\"http:\/\/matosimi.websupport.sk\/atari\/2009\/03\/summertime-demo\/\" target=\"_blank\" rel=\"noopener noreferrer\">Summertime demo<\/a>.<\/p>\n<p>Couple of changes to original game idea was made, specifically we decided not to do that Gobliiins style game&nbsp;(single screen), but something&nbsp;different where player can go from one screen to another so he can explore several&nbsp;locations, collect items and use them in different location.&nbsp;Problem was that this approach required robust engine, it was never intended to be like i.e. Goonies where every screen was prescripted and coded separately, basically every &#8220;level&#8221; in Goonies is different game &#8211; this might be possible if we would stay with that Gobliiins style, but it was quite hard to prepare puzzles in single screens. It looked like player will be able to crack all those puzzles very fast so game will be very short.<\/p>\n<p>So I had to think of some engine that will be under those g2f pictures running our magical world of Bitchy Witchy. This was very hard to decide and I was quite afraid what might I ran into. I was not ready to do reworking to I tried to think thoroughly every aspect&#8230; and basically that was the reason I put this game on &#8220;shelf&#8221;. I was thinking about additional hotspots that&nbsp;might be added into pathmap so there would be clickable areas that will&nbsp;cause some action other than&nbsp;walk. But&nbsp;it always went into prescripted stuff and I really wanted to&nbsp;avoid such approach.<\/p>\n<p>BTW Jakub Debski (a.k.a Ilmenit) later created his own adventure framework called <a href=\"http:\/\/atariage.com\/forums\/topic\/156871-adventure-studio\/?hl=adventure studio\" target=\"_blank\" rel=\"noopener noreferrer\">Adventure Studio<\/a>, which&nbsp;output was&nbsp;sort of similar to what we&nbsp;wanted to achieve.&nbsp;Unfortunately no one except him ever created&nbsp;game using his framework. I spent one evening studying how it works, but it was quite evil :D.&nbsp;Of course we did not plan to make cross platform&nbsp;framework that will generate&nbsp;Atari binary according to XML configuration files like Adventure Studio, we planned to do something much simpler, it just could not be simpler, but I did not realize it before&#8230; so I had to start working on it and found so many problems to solve&#8230;<\/p>\n<p>So this project was frozen for 1 year.<\/p>\n<p>I tried to get back to this game in 2008 by complete change of game idea. I abandoned whole path engine and created tool for prescripted paths:<\/p>\n<p><center><a href=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/adv_route.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-1126\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/adv_route.png\" alt=\"adv_route\" width=\"427\" height=\"257\" srcset=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/adv_route.png 855w, http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/adv_route-300x180.png 300w\" sizes=\"(max-width: 427px) 100vw, 427px\" \/><\/a><\/center>Using this tool I was able to add waypoints and link them into routes so player will &#8220;walk&#8221; only by these routes. Heh, I really like the bottom text that was inspired by H.P.Lovecrafts Call Of Cthullhu and Scooter (yes, that German rave band) :D.<\/p>\n<p>Anyway, idea was to change player controls, leave pathmask and retain only those hotspots. Game was in meantime changed to text adventure:<\/p>\n<p><center><a href=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_textadv.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-1127\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_textadv.png\" alt=\"bw_textadv\" width=\"336\" height=\"240\" srcset=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_textadv.png 336w, http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_textadv-300x214.png 300w\" sizes=\"(max-width: 336px) 100vw, 336px\" \/><\/a><\/center>Here is also version of this first screen with routing engine example:<\/p>\n<div style=\"background: #fff8f0;border-radius: 5px;border: solid 2px #f92;margin-bottom: 1px;\">\r\n <div class=\"wpfilebase-fileicon\"><a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/BW_adv02.xex\" title=\"Download BW Adv02 (routing)\"><img align=\"middle\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-includes\/images\/crystal\/xex.png\" alt=\"BW Adv02 (routing)\" \/><\/a><\/div>\r\n <div class=\"wpfilebase-rightcol\">\r\n  <div class=\"wpfilebase-filetitle\">\r\n   <a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/BW_adv02.xex\" title=\"Download BW Adv02 (routing)\" style=\"font-weight:bold;\">BW Adv02 (routing)<\/a><br \/>\r\n   BW_adv02.xex<br \/>\r\n   \r\n   \r\n  <\/div>\r\n  <div class=\"wpfilebase-filedetails\" id=\"wpfilebase-filedetails4\" style=\"display: none;\">\r\n  <p><\/p>\r\n  <table border=\"0\">\r\n   \r\n   \r\n   \r\n   \r\n   <tr><td><strong>Category:<\/strong><\/td><td>Others Atari<\/td><\/tr>\r\n   \r\n   <tr><td><strong>Date:<\/strong><\/td><td>August 22, 2015<\/td><\/tr>\r\n   \n  <\/table>\r\n  <\/div>\r\n <\/div>\r\n <div class=\"wpfilebase-fileinfo\">\r\n  9.2 KiB<br \/>\r\n  987 Downloads<br \/>\r\n  <a href=\"#\" onclick=\"return wpfilebase_filedetails(4);\">Details...<\/a>\r\n <\/div>\r\n <div style=\"clear: both;\"><\/div>\r\n<\/div>\n<p>&#8230;and that&#8217;s all folks!<\/p>\n<p>Not a single byte was added to&nbsp;this game since then.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I started working on The Bitchy Witchy around year 2007. It is already 8 years ago &#8211; pretty unbelievable. It [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1127,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3,4],"tags":[14,102,100,101,103],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Bitchy Witchy (DEAD) game project - MatoSimi<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/\" \/>\n<meta property=\"og:locale\" content=\"sk_SK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Bitchy Witchy (DEAD) game project - MatoSimi\" \/>\n<meta property=\"og:description\" content=\"I started working on The Bitchy Witchy around year 2007. It is already 8 years ago &#8211; pretty unbelievable. It [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/\" \/>\n<meta property=\"og:site_name\" content=\"MatoSimi\" \/>\n<meta property=\"article:published_time\" content=\"2015-08-22T21:53:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-14T21:18:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_textadv.png\" \/>\n\t<meta property=\"og:image:width\" content=\"336\" \/>\n\t<meta property=\"og:image:height\" content=\"240\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"MatoSimi\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"MatoSimi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/\",\"url\":\"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/\",\"name\":\"The Bitchy Witchy (DEAD) game project - MatoSimi\",\"isPartOf\":{\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#website\"},\"datePublished\":\"2015-08-22T21:53:11+00:00\",\"dateModified\":\"2021-03-14T21:18:19+00:00\",\"author\":{\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697\"},\"inLanguage\":\"sk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#website\",\"url\":\"http:\/\/matosimi.websupport.sk\/atari\/\",\"name\":\"MatoSimi\",\"description\":\"8-bit Atari and other stuff\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/matosimi.websupport.sk\/atari\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"sk\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697\",\"name\":\"MatoSimi\",\"url\":\"http:\/\/matosimi.websupport.sk\/atari\/author\/matosimi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Bitchy Witchy (DEAD) game project - MatoSimi","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/","og_locale":"sk_SK","og_type":"article","og_title":"The Bitchy Witchy (DEAD) game project - MatoSimi","og_description":"I started working on The Bitchy Witchy around year 2007. It is already 8 years ago &#8211; pretty unbelievable. It [&hellip;]","og_url":"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/","og_site_name":"MatoSimi","article_published_time":"2015-08-22T21:53:11+00:00","article_modified_time":"2021-03-14T21:18:19+00:00","og_image":[{"width":336,"height":240,"url":"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2015\/08\/bw_textadv.png","type":"image\/png"}],"author":"MatoSimi","twitter_misc":{"Written by":"MatoSimi","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/","url":"http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/","name":"The Bitchy Witchy (DEAD) game project - MatoSimi","isPartOf":{"@id":"http:\/\/matosimi.websupport.sk\/atari\/#website"},"datePublished":"2015-08-22T21:53:11+00:00","dateModified":"2021-03-14T21:18:19+00:00","author":{"@id":"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697"},"inLanguage":"sk","potentialAction":[{"@type":"ReadAction","target":["http:\/\/matosimi.websupport.sk\/atari\/2015\/08\/the-bitchy-witchy-dead-game-project\/"]}]},{"@type":"WebSite","@id":"http:\/\/matosimi.websupport.sk\/atari\/#website","url":"http:\/\/matosimi.websupport.sk\/atari\/","name":"MatoSimi","description":"8-bit Atari and other stuff","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/matosimi.websupport.sk\/atari\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"sk"},{"@type":"Person","@id":"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697","name":"MatoSimi","url":"http:\/\/matosimi.websupport.sk\/atari\/author\/matosimi\/"}]}},"_links":{"self":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts\/1123"}],"collection":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/comments?post=1123"}],"version-history":[{"count":6,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts\/1123\/revisions"}],"predecessor-version":[{"id":1685,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts\/1123\/revisions\/1685"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/media\/1127"}],"wp:attachment":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/media?parent=1123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/categories?post=1123"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/tags?post=1123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}