{"author_link":"\/users\/lereveur","author_name":"LeReveur","author_uid":"1000059","comments":[{"author_name":"Pixel Game Wizard","author_uid":"1038274","time":"2017-08-01T04:08:30Z","epoch":1501560510,"modified":1501560510,"text":"Thanks for this game! I think overall it's fun. I think the map is well-designed. It takes a bit of figuring out and I find I can get immersed in trying to find my way.\n\nPersonally, I found the path-finding to be acceptable, because I only wanted to move short distances at a time. So the path-finding you mentioned in your post did not bother me at all. :-)\n\nI also liked the behaviour of the robots once they saw you because: a) It's exciting, and b) it's possible to run away and eventually lose them if you choose your path carefully.\n\nThere was one question I found myself asking frequently during my play: How can I know what areas the robots can see? Are the thin grey things glass that they can see through? Can they see past the diagonal blocks in the middle? If you're thinking of taking this game farther (and if the following idea is compatible with your vision for the game), then I think having a visual cue of some kind (maybe spotlights or lighting tiles?) might be helpful. Just a thought though!\n\nAnyway, was fun! Very happy to have played it. :-)","likes":4,"format":"md"},{"author_name":"sugarbyte","author_uid":"1002721","time":"2017-08-01T04:38:41Z","epoch":1501562321,"modified":1501562321,"text":"I thought this was really fun! It played well and made sense, the indicators on the guards are perfect. Nice job! (and thank you for the charming, flattering comment on my game, too!) :heart:","likes":3,"format":"md"},{"author_name":"PeachTreeOath","author_uid":"1006470","time":"2017-08-01T04:40:43Z","epoch":1501562443,"modified":1501562443,"text":"This is a cool stealth game.  I agree that some kind of vision indicator or warning when they are close to seeing you would be nice, but the running from an aggro is also pretty fun. I would maybe have preferred arrow controls to clicking, but it isn't bad, and the pathfinding seems pretty good.","likes":2,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-01T05:15:45Z","epoch":1501564545,"modified":1501564545,"text":"Hi, and thank you to played my game!  \n  \nFirst, I have to say that it was an exercise to learn how to make a pathfinder (each time I tried before, I failed, so I really had to understand how it works), and after I succeed to make it, I wanted to test another of my leaks : basic enemy IA. And in the middle of that, I find out that I didn't have to change my test configuration, with player character moving with pathfinding too - that's why I warn out about it. ;)  \n  \nAbout the robot-guards : be careful, the more you have stolen power, the faster they patrol!  \n  \nThen, the problematic part : the sight of the robot-guards. Theorically, I thinked it that way : they see 6 tiles far, while not moving, they watch 360\u00b0 around for 3 seconds, and when moving they watch 120\u00b0 (60 each side) in the direction they are moving. But in reality, even after debugging it long and hard, I'm not totally sure that they fulfill completly this task\u2026 And, yes, they can see throught the glass (I should have mentioned it, the bluish grey thin walls are glass). In the way I have coded this, they should not can see trought diagonals, but I had this feeling some times, so, as I said, I'm not sure of what they can do or not - what is kindly ironic for the one who coded them\u2026 Ha ha!  \nYes, I could try to materialize their sight, but I'm not sure this would be accurate (and easy, notably because of the walls - I'm afraid it's yet out of my competance today).  \n  \nI join you about the exciting of play hide and seek with the guards, I barely not passed the submission time, trying to get more points to make the entry game screen ha ha!","likes":0,"format":"md"},{"author_name":"DayDreamerStudios","author_uid":"1035330","time":"2017-08-01T15:20:48Z","epoch":1501600848,"modified":1501600848,"text":"The pathfinding worked quite well and the AIs are damn good programmed. Good luck for your future games! ","likes":2,"format":"md"},{"author_name":"DayDreamerStudios","author_uid":"1035330","time":"2017-08-01T15:20:53Z","epoch":1501600853,"modified":1501600854,"text":"The pathfinding worked quite well and the AIs are damn good programmed. Good luck for your future games! ","likes":0,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-01T19:30:01Z","epoch":1501615801,"modified":1501615801,"text":"I corrected a bug with the guards's sight, added a debug mode (hit F6 to activate), and added some tips & infos in the description up there.","likes":0,"format":"md"},{"author_name":"TyGuy","author_uid":"1032789","time":"2017-08-01T21:21:12Z","epoch":1501622472,"modified":1501622472,"text":"It took me a while to figure out but when I did it was challenging (it took me like 10 tries to capture my first charge)! I agree with an earlier post, materializing sight may have been out of the scope of a project in Ludum Dare but I think it would be a very helpful component for players. I am glad you were able to capture the frustration of having my TV shut off while drinking my oil beer :joy:","likes":2,"format":"md"},{"author_name":"blaster391","author_uid":"1014518","time":"2017-08-01T21:24:11Z","epoch":1501622651,"modified":1501622651,"text":"The pathfinding is really good, with both the player and AI, but man this game is unforgiving, the vision of enemies seem to spot you if you stand too close to corners.\n\nStill, despite the difficulty I still wanted to try again and again to score a point, so it is pretty addictive.\n\nThe only improvement I could think of is to open up the middle area of the map, as on a couple of attempts I ended up stuck in there, sandwiched between too enemies","likes":2,"format":"md"},{"author_name":"pjnovas","author_uid":"1005030","time":"2017-08-01T21:35:12Z","epoch":1501623312,"modified":1501623312,"text":"At first I tried to move with ASDW and arrows and then discovered the clicking which lead me to find out the cool pathfinding you built there, nice entry!","likes":3,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-01T22:26:48Z","epoch":1501626408,"modified":1501626408,"text":"Thank you all to play my game, and, yeah, it's the hardiest one I made, I think XD  \n  \n@ blaster : it's not very good looking, but as I said, I added a debug mode wich shows the sight of the guards when they are moving (hit F6 to activate the d.m.), and yes, they see fairly far away (6 tiles).  \n  \nIf I find some spare time, I will try to make other levels (I designed this one in short time to test, and didn't have time to make a better one before the deadline)","likes":0,"format":"md"},{"author_name":"mspawa","author_uid":"1035970","time":"2017-08-01T22:49:38Z","epoch":1501627778,"modified":1501627778,"text":"Nice game, I like the concept :) \nI know you said that you haven't had enough time, but I kinda miss some music or sound effect.\nIt was fun to find the way go and back without getting catched!\n\nBut good work! :)","likes":2,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-01T23:33:59Z","epoch":1501630439,"modified":1501630581,"text":"Yes, I agree, I lost a lot of time to understand the concepts and make the pathfinder and IA, and if I had finished them earlier, I would have added at least some funny sounds, and maybe a quick-made little music, but with 14 LD, I learnt at least one thing : this *never* gonna be like you wanted to. There are always something that goes wrong. XD","likes":0,"format":"md"},{"author_name":"Pixel Game Wizard","author_uid":"1038274","time":"2017-08-02T15:14:46Z","epoch":1501686886,"modified":1501686886,"text":"@lereveur Yep it plays a bit better with the bug fix! Thanks for the update!. :-)","likes":2,"format":"md"},{"author_name":"MatKubik","author_uid":"1005129","time":"2017-08-02T21:39:00Z","epoch":1501709940,"modified":1501709940,"text":"Overall a great game with simple ideas but efficent. It lacks just some sound environment. Otherwise It's pretty well-thought I like it !","likes":2,"format":"md"},{"author_name":"D-Studios","author_uid":"1010025","time":"2017-08-02T22:00:10Z","epoch":1501711210,"modified":1501711210,"text":"This game is extremely good! This game's unique stealth mechanics (like the enemy's field of vision is sometimes 120 degrees or 360 degrees and also the pathfinding is pretty creative too) is awesome! The game's intro scene is also pretty funny! However, the theme in this game isn't really used that much and it could have been used to make the game even cooler(like there are lights in the level and the lights start to dim when you steal power, making it harder for the player to see). However, this game is a solid piece of good work and I am impressed!","likes":1,"format":"md"},{"author_name":"Jacksendary","author_uid":"1000201","time":"2017-08-02T22:14:18Z","epoch":1501712058,"modified":1501712058,"text":"the intro was pretty fun but the game it self could do with some polishing and different challenges other than going back and forth, or did I get impatient too fast?","likes":1,"format":"md"},{"author_name":"pfeyffer","author_uid":"1002522","time":"2017-08-02T22:14:21Z","epoch":1501712061,"modified":1501712061,"text":"A fun game to play! The graphics are very basic and it sure would help to know what the robots can see.","likes":1,"format":"md"},{"author_name":"Natrium729","author_uid":"1007095","time":"2017-08-03T18:19:45Z","epoch":1501784385,"modified":1501784385,"text":"The feel of the game is quite good and, as other said, the pathfinding worked well.\n\nIt doesn't trouble me not to have a indication of the guards field of view since it's pretty clear when they are looking in a direction or in 360\u00b0 (and it would be too easy otherwise).\n\nI would have prefered arrows to move, though. I'm less reactive with the mouse. But that's not a major problem.","likes":1,"format":"md"},{"author_name":"Badly Drawn Rod","author_uid":"1039808","time":"2017-08-04T18:30:37Z","epoch":1501871437,"modified":1501871437,"text":"Like pacman with robotic ashes and path-finding! I actually quite liked the path-finding, as I didn't have to micro-manage every move the character made. It's a pity that you weren't able to develop it further in the time, but I get it - life gets in the way!","likes":1,"format":"md"},{"author_name":"bveeramani","author_uid":"1039187","time":"2017-08-04T20:58:23Z","epoch":1501880303,"modified":1501880303,"text":"I loved the intro! The gameplay is challenging and simple, and the AI and pathfinding works flawlessly. Great job with the programming. I would've liked to have keyboard controls since I didn't have a mouse with me, but still, it was a great entry. Nice job! ","likes":1,"format":"md"},{"author_name":"Logicon211","author_uid":"1001356","time":"2017-08-04T21:12:37Z","epoch":1501881157,"modified":1501881196,"text":"Game was hard. I only got to 2 points. Would have been cool if there were different levels","likes":1,"format":"md"},{"author_name":"xqwzts251","author_uid":"1036839","time":"2017-08-04T22:21:30Z","epoch":1501885290,"modified":1501885290,"text":"Nice plot :D .\nAlso cool mechanics, I would rather play without mouse, but is just my opinion.\nYup, it's not easy, but fun :) .","likes":2,"format":"md"},{"author_name":"caranha","author_uid":"1006622","time":"2017-08-06T14:53:39Z","epoch":1502031219,"modified":1502031219,"text":"I am getting a screen \"Made with Superpowers\", but the game does not start. Do I have to download anything to play with it? ","likes":0,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-06T19:19:40Z","epoch":1502047180,"modified":1502047180,"text":"Under the text, there is a thin grey loading line - it's not obvious because the progression colour is a little darkest grey than pending one. But, it should not take more than one or two minutes\u2026","likes":0,"format":"md"},{"author_name":"Scrumplesplunge","author_uid":"1015661","time":"2017-08-06T20:50:11Z","epoch":1502052611,"modified":1502052611,"text":"I was very much not expecting to control this with the mouse :) The idea is neat, but I think it would have been nice to have more than one objective.","likes":1,"format":"md"},{"author_name":"Demi","author_uid":"1036912","time":"2017-08-06T20:58:46Z","epoch":1502053126,"modified":1502053126,"text":"Cool Mechanics. Easy to understand but hard to master. Really nice way to control the Player. ","likes":1,"format":"md"},{"author_name":"drmargarido","author_uid":"1011174","time":"2017-08-06T21:09:08Z","epoch":1502053748,"modified":1502053748,"text":"I like the pathfinding, but since it will not always go the path to avoid robots I find myself always using the mouse in short distances. \nAnyway, it is a really cool game with nice mechanics! :smile:","likes":1,"format":"md"},{"author_name":"bombjack","author_uid":"1034791","time":"2017-08-07T09:48:20Z","epoch":1502099300,"modified":1502099300,"text":"I like the ided of this game. Nice work!","likes":1,"format":"md"},{"author_name":"TheFlyingKeyboard","author_uid":"1011878","time":"2017-08-07T09:54:24Z","epoch":1502099664,"modified":1502099664,"text":"Really fun game to play, but gameplay needs polishing. I think, that the game is a little bit too hard. ","likes":1,"format":"md"},{"author_name":"Thinkofname","author_uid":"1010322","time":"2017-08-07T10:31:29Z","epoch":1502101889,"modified":1502101889,"text":"Fun idea for a game. The guards seem to see me when I don't think they should. WASD movement might have also been a better idea instead of pathfinding (although pathfinding may work better for mobile devices). ","likes":1,"format":"md"},{"author_name":"christina-antoinette-neofotistou","author_uid":"1010726","time":"2017-08-07T13:55:48Z","epoch":1502114148,"modified":1502114148,"text":"Yes pathfinding worked great! I was burned to robotic ashes a LOT, but managed to get back to base after charging. Kudos for making it in such a short time!","likes":1,"format":"md"},{"author_name":"aeveis","author_uid":"1004834","time":"2017-08-08T06:22:01Z","epoch":1502173321,"modified":1502173321,"text":"I got to steal 2 before I got burned. Pretty nice stealth, though there is some \"ok they see me now and I will run for my life\" which made it exciting\/scary. It is a good base!","likes":1,"format":"md"},{"author_name":"tyranosaw","author_uid":"1005119","time":"2017-08-08T10:24:46Z","epoch":1502187886,"modified":1502187886,"text":"The concept is definitely there. The game works really well. But there could be a lot of polish added to it. Maybe some extra particles when you stole power or a trail that you leave behind. Whatever it is, don't add things that change the gameplay, instead add things that makes the game feel better. \n\nHere is a video more about this topic: https:\/\/www.youtube.com\/watch?v=Fy0aCDmgnxg\n\nAll in all, Great Work and Congratulations! :smiley:","likes":2,"format":"md"},{"author_name":"TurbotFish","author_uid":"1002470","time":"2017-08-08T14:20:20Z","epoch":1502202020,"modified":1502202020,"text":"Nice scenario, I like the way you used the given theme. Nice game too, it was fun playing it, and the controls were smooth which made it very enjoyable. Congrats!","likes":1,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-08T20:12:37Z","epoch":1502223157,"modified":1502226085,"text":"@tyranosaw : I didn't even have enough time to add some *blips* and others *bowink*, so, I was very far away of adding juicy parts XD  \nFun fact is that, few weeks ago, I watched a video precisely about juicy in games.  \nOh, and it was a little hard for me to understand all what was said in the video you shared, because I'm french and I'm not really fluent in english, but it was very interesting because of the good exemple choice, so thank you for sharing this :)","likes":0,"format":"md"},{"author_name":"TheFunAttic","author_uid":"1019123","time":"2017-08-08T21:51:44Z","epoch":1502229104,"modified":1502229104,"text":"Hey !\n\nThat was very fun. The concept is quite original, and even though simple, very fun to play with. I especially liked when I had to figure out if the best was to run for it or be patient.. :p\n\nWell done !","likes":1,"format":"md"},{"author_name":"tddawson","author_uid":"1010008","time":"2017-08-09T02:32:57Z","epoch":1502245977,"modified":1502245977,"text":"I'm going to comment without reading any of the other comments so it's only based on my experience. So apologies if I add nothing new :)\n\nI really liked the gameplay. It feels so different than the other games I've played in this and previous jams, which I found refreshing. I liked that it was a mix of moving quickly and also planning ahead. Trying to do both at the same time--especially after you've been seen--is an exciting and fun challenge. I think it might be nice to have a clearer idea of where the guards are looking and what they can see. I think it's great that you added the variety in what they can see based off of movement, status, and presence of windows. Mentally, it was just hard to put that all together and so sometimes I was surprised that I could be seen. That might get better with practice, just my two cents. It sounds like you have a number of ideas in mind for improvement, which I think would be fun to see. But great job on getting this done with all the constraints of a game jam!","likes":1,"format":"md"},{"author_name":"g12345","author_uid":"1000231","time":"2017-08-09T08:35:31Z","epoch":1502267731,"modified":1502267731,"text":"This was an interesting game, the pathfinding and how the guards still can see you even if you shouldnt be seen.\n\nIt's also interesting that your ball can only move to the centre of a tile and not near a corner or near a wall.\n\nThere were also times that when you click, nothing happens, but i think it just makes the game more challenging.\n\nAs for the maze, there seems to be only a few routes from A to B. But that's fine.\n\nIt was fun to play.","likes":1,"format":"md"},{"author_name":"urbanhelsing","author_uid":"1001093","time":"2017-08-10T18:53:57Z","epoch":1502391237,"modified":1502391237,"text":"I normally do not like stealth games but this one is minimalistic enough for me to enjoy. It was much more challenging than I first though. My suggestions of things to improve the game would be adding some sounds and a few more levels.","likes":1,"format":"md"},{"author_name":"CodeChomper","author_uid":"1009518","time":"2017-08-10T18:56:52Z","epoch":1502391412,"modified":1502391412,"text":"I Recently played your game during a live stream at your request.  You can find the video [here](https:\/\/www.youtube.com\/watch?v=sEKsM8vugRs) .\n\nI really thought the click adventure \/ path finding was awesome! I have avoided that in my own games because I know it is isn't easy. Great job\n\nif you haven't already please give my game a try [Zombie Power Station](https:\/\/ldjam.com\/events\/ludum-dare\/39\/zombie-power-station) HTML5 Thanks","likes":1,"format":"md"},{"author_name":"CTTFOW","author_uid":"1026507","time":"2017-08-11T08:04:36Z","epoch":1502438676,"modified":1502438676,"text":"I personally wasn't a fan of pathfinding but apparently a lot of people thought it worked well in this game, so maybe it's just me. The guards work very nicely though, they're definitely smarter than you average stealth game guards!","likes":1,"format":"md"},{"author_name":"SaraMartins","author_uid":"1009959","time":"2017-08-11T20:26:59Z","epoch":1502483219,"modified":1502483246,"text":"Wow this was a simple game but sooo clever. So clever! The search algorithm, the pathfinding, amazing! Amazing application of AI. That allows it to be ported to smartphones really easily, you just need yourself some cool art and bam! Also missed sounds, but with AI who can blame you for not having the time? Overall really clever, simple and tricky gameplay that complemet eachother really well. Congratulations, great job! Let me know when you release it on Google Play ;)","likes":1,"format":"md"},{"author_name":"Geckoo1337","author_uid":"1000409","time":"2017-08-12T14:59:51Z","epoch":1502549991,"modified":1502550015,"text":"C'est un bon jeu - la prog est vraiment bien faite, particuli\u00e8rement l'IA. The pathfinding works well and the AI is good enough. I would like to play with keyboard, but I could'nt. No sounds? A clever game. Bravo ++ ","likes":1,"format":"md"},{"author_name":"quadtree","author_uid":"1001298","time":"2017-08-14T06:13:08Z","epoch":1502691188,"modified":1502691188,"text":"Simple, yet pretty good stealth game. You certainly don't see that many stealth games in the LD. I often found that just running from the guards was a better strategy that trying to outwit them, but that's probably intentional.","likes":1,"format":"md"},{"author_name":"Belga54","author_uid":"1022926","time":"2017-08-15T23:09:57Z","epoch":1502838597,"modified":1502838597,"text":"Est ce que tu est francais ? Je ne suis pas francais mais je suis un francophone. Anyways ! This was a great stealth game that needs a lot of concentration ! Would be better if you added some sounds. Otherwise, good entry!","likes":1,"format":"md"},{"author_name":"axoona","author_uid":"1000707","time":"2017-08-17T13:31:32Z","epoch":1502976692,"modified":1502976692,"text":"It's a pretty hard game (at least for me ;) the AI of the enemies is very good! *chapeau bas!*\n\nit surely has potential it there was more stuff (more levels, mucic & sounds, objectives.. but I think you already said this yourself :)\n","likes":1,"format":"md"},{"author_name":"Shell Pirate","author_uid":"1039096","time":"2017-08-17T15:26:32Z","epoch":1502983592,"modified":1502983592,"text":"Pathfinding is definitely challenging stuff as I discovered back in my first Ludum Dare some years ago, so congratulations on implementing it! It's obviously not perfect and sometimes the player and enemies don't quite move as intended but for the most part, it worked well enough. The graphics were nothing to write home about, but I understand not everyone is an artist. Sound would have helped giving the game some much needed character. A lot can be done on making things more clear as well (such as for example giving the enemies an FoV cone). The main objective is also pretty simple and not very engaging. I did like the opening screen, though. While I didn't love the experience as a whole, as a pathfinding exercise it worked well enough, so I commend you on that front!","likes":1,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-18T11:49:51Z","epoch":1503056991,"modified":1503057685,"text":"Thank you all for your comments, I read it with great attention, even if I do not answer (mainly because many of the comments are about something I do know and\/or I yet answered previously).  \n  \nI just wanna say something about the art : even if it was not intended to be refined nor polished, I did it as a kind of pixel-art, but I got an issue that I didn't find out how to fix it, nor if I could : Superpowers have some intersting tools, and definitly is a good html5 game maker, that I probably will never use full of its potential, but I could not figure how to get a _fixed-size_ result. And with the auto-sized result, you'll probably never see the art as I draw it, instead of that you have a half-blured thing, that is not good looking at all, especially with pixel-art sprites. :\/","likes":0,"format":"md"},{"author_name":"Coauctor","author_uid":"1003829","time":"2017-08-19T20:35:48Z","epoch":1503174948,"modified":1503174948,"text":"Funny enough to steal some energy! It's great that robots pursue you upon spotting. I suppose there's an optimal level solving algorithm, but that did not spoil the fun. Thanks for the game!","likes":1,"format":"md"},{"author_name":"Igor KinGamer","author_uid":"1000299","time":"2017-08-19T21:39:24Z","epoch":1503178764,"modified":1503178895,"text":"One of the funniest entries I've played. It was an immersive challenge to run away from the guards, nice AI :)","likes":1,"format":"md"},{"author_name":"Duck_Games","author_uid":"1034871","time":"2017-08-21T19:37:34Z","epoch":1503344254,"modified":1503344254,"text":"I loved this game. One of the games a played for the longest time yet. AI was great. Nice Humor. And it was very challenging(I've yet to beat the first level). I hope you update it and add some controls or tips and possibly make the first level a tad easier. Good work!! :smile:","likes":1,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2017-08-21T21:41:59Z","epoch":1503351719,"modified":1503351719,"text":"I'm afraid that there is only one level for now. XD  \nBut after reading all the comments I had for this LD, I'm seriously considering about working on this entry to make a more complete and polished game with it. This would be a serious improvement of my habits regarding LD's ha ha :D","likes":0,"format":"md"},{"author_name":"Jupiter_Hadley","author_uid":"1000562","time":"2017-11-07T15:57:34Z","epoch":1510070254,"modified":1510070254,"text":"Tough game! I included it in my Ludum Dare 39 compilation video series, if you\u2019d like to take a look :) https:\/\/www.youtube.com\/watch?v=zr1O4LytQqQ","likes":1,"format":"md"}],"format":"md","images":["ld39\/35948-f3d3e73d69ed636839c2350e623d8c9d.png"],"links":[{"url":"http:\/\/workshop.xenedon.com\/LD39\/index.html","text":"HTML5 (web)"},{"url":"http:\/\/workshop.xenedon.com\/LD39\/fixsz.html","text":"Other (web)"}],"metadata":{"g_key":"45307","g_author":"1000059","g_event":"LD39","g_eventkey":"74","g_subevent":"JAM","g_urlkey":"227904","g_title":"Tax Rebel","g_status":"USEAR3","g_place":"731","g_commentcount":"54","g_site2_node_id":"35948","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"35948","n_urlkey":"227904","n_parent":"32802","n_path":"\/events\/ludum-dare\/39\/tax-rebel","n_slug":"tax-rebel","n_type":"item","n_subtype":"game","n_subsubtype":"jam","n_author":"59","n_created":"1500942970","n_modified":"1503340610","n_version":"141116","n_status":"COMMIT"},"node":{"id":35948,"parent":32802,"superparent":9,"author":59,"type":"item","subtype":"game","subsubtype":"jam","published":"2017-08-01T01:18:55Z","created":"2017-07-25T00:36:10Z","modified":"2017-08-21T18:36:50Z","version":141116,"slug":"tax-rebel","name":"Tax Rebel","body":"![Cover image](\/\/\/content\/b3\/z\/7ee7.png)  \n  \n![Cover image](\/\/\/content\/b3\/z\/83b3.png)  \n  \n  \nHi!  \n  \nAs always, I was in a rush to finish my entry, so it's very raw. You'll not find any help nor tips in game, but this is very simple : your goal is to steal power on the upper-right corner of the level, and to get back to the lower-left corner (where you started) to take it. Each power charge is counted on the bottom, and there is no limit nor win condition. You have to avoid the robot-guards, if they see you they pursue you, and if they catch you, you're dead (surprised?) Click on a floor tile to move, but be careful : the automatic path do not avoid guards\u2026  \n  \nSome useful informations :  \n  \n \u2022 guards can't see through concrete walls, but they can see through glass (and bluish grey thin walls *are* made of glass)  \n \u2022 guards vision is 6 tiles long  \n \u2022 when they stay somewhere, guards can see 360\u00b0  \n \u2022 while moving, guards have a 120\u00b0 wide vision, centered on the direction they go  \n \u2022 while in alert mode, if they don't see you for 20 seconds, they go back to their nearest patrol point  \n \u2022 alert a guard is a good way to extract it from his patrol path ;) (but it will be faster and will activly search you for a while, so act carefuly with that in mind)  \n \u2022 each stolen power charge adds 0.1 tile\/second to the guards patrol speed (wich is 1 tile\/second at start)  \n \n  \n  \n*Edit : There was a bug with the way the guards detects player presence, it's fixed now. To catch it, I had to add a debug mode, wich is showing basic detections points while moving - so, if you want to have a visible clue of the guards's sight, hit F6 ;)  \n(but, please, keep in mind that this \"function\" was not existing in published version, so don't take that in count for judging)*  \n  \n*Edit 2 : Added a 2nd web link to a fixed size version (framed to have one pixel drawn = one pixel shown)*\n","meta":{"grade-06-out":"1","cover":"\/\/\/content\/b3\/z\/83b3.png","link-01":"http:\/\/workshop.xenedon.com\/LD39\/index.html","link-01-tag":"42336","link-02":"http:\/\/workshop.xenedon.com\/LD39\/fixsz.html","link-02-tag":"42440","author":[59]},"path":"\/events\/ludum-dare\/39\/tax-rebel","parents":[1,5,9,32802],"love":0,"notes":54,"notes-timestamp":"2017-11-07T15:57:34Z","grade":{"grade-01":65,"grade-02":65,"grade-03":65,"grade-04":63,"grade-05":65,"grade-07":61,"grade-08":62},"magic":{"cool":135.1474756799,"feedback":93,"given":106.375,"grade":63.714285714286,"grade-01-average":2.873,"grade-01-result":731,"grade-02-average":2.952,"grade-02-result":547,"grade-03-average":2.937,"grade-03-result":503,"grade-04-average":2.787,"grade-04-result":757,"grade-05-average":2.333,"grade-05-result":758,"grade-07-average":2.458,"grade-07-result":390,"grade-08-average":2.467,"grade-08-result":744,"smart":16.000755595836}},"text":"![Cover image](\/\/\/content\/b3\/z\/7ee7.png)  \n  \n![Cover image](\/\/\/content\/b3\/z\/83b3.png)  \n  \n  \nHi!  \n  \nAs always, I was in a rush to finish my entry, so it's very raw. You'll not find any help nor tips in game, but this is very simple : your goal is to steal power on the upper-right corner of the level, and to get back to the lower-left corner (where you started) to take it. Each power charge is counted on the bottom, and there is no limit nor win condition. You have to avoid the robot-guards, if they see you they pursue you, and if they catch you, you're dead (surprised?) Click on a floor tile to move, but be careful : the automatic path do not avoid guards\u2026  \n  \nSome useful informations :  \n  \n \u2022 guards can't see through concrete walls, but they can see through glass (and bluish grey thin walls *are* made of glass)  \n \u2022 guards vision is 6 tiles long  \n \u2022 when they stay somewhere, guards can see 360\u00b0  \n \u2022 while moving, guards have a 120\u00b0 wide vision, centered on the direction they go  \n \u2022 while in alert mode, if they don't see you for 20 seconds, they go back to their nearest patrol point  \n \u2022 alert a guard is a good way to extract it from his patrol path ;) (but it will be faster and will activly search you for a while, so act carefuly with that in mind)  \n \u2022 each stolen power charge adds 0.1 tile\/second to the guards patrol speed (wich is 1 tile\/second at start)  \n \n  \n  \n*Edit : There was a bug with the way the guards detects player presence, it's fixed now. To catch it, I had to add a debug mode, wich is showing basic detections points while moving - so, if you want to have a visible clue of the guards's sight, hit F6 ;)  \n(but, please, keep in mind that this \"function\" was not existing in published version, so don't take that in count for judging)*  \n  \n*Edit 2 : Added a 2nd web link to a fixed size version (framed to have one pixel drawn = one pixel shown)*\n","title":"Tax Rebel"}