{"author_link":"\/author\/glowingsnail\/","author_name":"GlowingSnail","author_uid":"36700","comments":[{"author_name":"Indiestry","author_uid":"41883","time":"Apr 20, 2015 @ 1:28pm","epoch":1429536180,"text":"At the begining I couldnt figure how to properly swim, but then I somehow got it and swimming aroung became a lot of fun, also its surprisingly immersive because of the sound"},{"author_name":"joppiesaus","author_uid":"29014","time":"Apr 20, 2015 @ 1:29pm","epoch":1429536240,"text":"Interesting mechanics. You use their attack as your attack. Nice graphics. It was for me hard to figure out what I needed to do. You die really fast, which is itself not a problem, but the gameover screen is. Every time you need to see the screen going black all over again, which is to me annoying(polisshh) It's not really fun to me, but it's nice to do for some time.\r<br\/>Neat."},{"author_name":"jontturi","author_uid":"20402","time":"Apr 20, 2015 @ 1:31pm","epoch":1429536360,"text":"Errors on Mac OSX: main.lua:164: attempt to call method 'setLinearDamping' (a nil value)\r<br\/>\r<br\/>Traceback:\r<br\/>main.lua:164: in function 'InitInking'\r<br\/>main.lua:523: in function 'load'\r<br\/>[C]: in function 'xpcall'\r<br\/>\r<br\/>I'm using L&Ouml;VE 0.9.1."},{"author_name":"DKoding","author_uid":"33865","time":"Apr 20, 2015 @ 2:07pm","epoch":1429538520,"text":"Sometimes I start the game and it ends immediately as i am spawned atop the enemy. Firing seems to work some times but the firing direction seems to be kind of random. Maybe I just don't understand how to try to aim the bullets correctly. Maybe some more instructions? Otherwise the controls are smooth enough."},{"author_name":"Windmill Games","author_uid":"39002","time":"Apr 20, 2015 @ 2:55pm","epoch":1429541400,"text":"Another great game, the swimming is really well done. Movement is something that takes a lot of tweaking and finetuning to get right, and therefor is rare in gamejams. I am very impressed!\r<br\/>\r<br\/>I also found it extremely fun that you can bait the enemies to kill each other, I spent most of my time trying to do that :D\r<br\/>\r<br\/>Well done!"},{"author_name":"GlowingSnail","author_uid":"36700","time":"Apr 21, 2015 @ 6:42am","epoch":1429598220,"text":"jontturi: Please use L&ouml;ve 9.2, not 9.1.\r<br\/>\r<br\/>http:\/\/www.love2d.org\/wiki\/ParticleSystem:setLinearDamping is indeed only available in 9.2\r<br\/>\r<br\/>\r<br\/>\r<br\/>joppiesaus: I planned to have a health bar, because indeed death happens too quickly. Didn't make it though. I put a two seconds forced delay between the game over and the moment you can restart, because otherwise, if you happened to press a key at the same time, you wouldn't even see the game over screen. But maybe two seconds is too long.\r<br\/>\r<br\/>\r<br\/>\r<br\/>DKoding: Yeah, in V08 you spawn way too close to an enemy, so if its randomly chosen direction make it head toward you, you indeed die unfairly. I fixed that for the V09.\r<br\/>\r<br\/>\r<br\/>\r<br\/>Windmill Games: It's just a matter of adding a little inertia. Key press increase your speed in that direction, and speed is constantly slowly decreased.\r<br\/>\r<br\/>Something like:\r<br\/>\r<br\/>if key==&quot;up&quot; dy=dy+1\r<br\/>if key==&quot;down&quot; dy=dy-1\r<br\/>if key==&quot;left&quot; dx=dx-1\r<br\/>if key==&quot;right&quot; dx=dx+1\r<br\/>x=x+dx\r<br\/>y=y+dy\r<br\/>dx=dx*0.95\r<br\/>dy=dy*0.95"},{"author_name":"efux","author_uid":"36287","time":"Apr 21, 2015 @ 12:44pm","epoch":1429619940,"text":"The sound effects are great. Which tool did you use? Overall nice entry and great atmosphere."},{"author_name":"GlowingSnail","author_uid":"36700","time":"Apr 21, 2015 @ 1:11pm","epoch":1429621560,"text":"The bullet sounds are me dropping and pushing over a little metal stud. The spiny thing death sound is me clapping hand, played at a much slowed down speed. The wavy thing is me flapping a bag, at a lowered pitch.\r<br\/>\r<br\/>I used Audacity to record, clean, cut, denoise, amplify and tweak the pitch and speed of the sound clips."},{"author_name":"bentglasstube","author_uid":"50659","time":"Apr 21, 2015 @ 1:28pm","epoch":1429622580,"text":"I could not figure out how to use the weapon.  I pressed space a and e as the on screen text indicated but nothing seemed to happen.  It was fun to swim around anyway."},{"author_name":"SpringCabal","author_uid":"52862","time":"Apr 22, 2015 @ 7:55am","epoch":1429689000,"text":"(gajop here):\r<br\/>The controls were smooth, but a bit confusing (I seem to both fire and move using A?). I immediately get spawned on top of enemies which prevents me from learning the controls. I really had no idea how to fire initially (I think this was broken).\r<br\/>\r<br\/>I tried the post-compo version which fixes the spawning and firing issue. I still think it's confusing to bind attack and movement on the same key.\r<br\/>I didn't really understand how to play until I've looked at your gifs, and still it was more confusing than I would've liked.\r<br\/>The game is also a bit too hard (I died a lot), and the long Game overs (as well as the occasional enter-into-chat) makes me not want to play for long (I went as far as the crabs)."},{"author_name":"GlowingSnail","author_uid":"36700","time":"Apr 22, 2015 @ 2:44pm","epoch":1429713540,"text":"Thanks for trying!\r<br\/>\r<br\/>Because I play with arrows, I didn't notice I bound A to both fire and movement until the day after. Sorry for this silly error of me."},{"author_name":"Windmill Games","author_uid":"39002","time":"Apr 23, 2015 @ 1:41am","epoch":1429752960,"text":"Hey! Just wanted to let you know that I added your game to my list of awesome LD games!\r<br\/>\r<br\/>https:\/\/love2d.org\/forums\/viewtopic.php?f=3&amp;t=80063&amp;p=183192#p183192"},{"author_name":"josefnpat","author_uid":"11249","time":"Apr 24, 2015 @ 2:57am","epoch":1429843920,"text":"Solid little doge-em game! Great job!"},{"author_name":"VividReality","author_uid":"16139","time":"Apr 24, 2015 @ 12:03pm","epoch":1429876680,"text":"Nice game :) Well thought of. Like an aquatic version of Kirby."},{"author_name":"thaaks","author_uid":"3382","time":"Apr 25, 2015 @ 6:01pm","epoch":1429984560,"text":"I liked the graphics and the underwater scenario. Also the sound fitted very well.\r<br\/>Controls were confusing. I think the method left\/right\/accelerate\/decelerate would be better for a swimming game.\r<br\/>I completely failed to kill an enemy - I think you have to reflect their bullets?\r<br\/>Anyway, the mood was good and the game does fit the theme. Some tweaks and it'll be way more fun!\r<br\/>Nice one!"},{"author_name":"SySaNiN","author_uid":"50377","time":"Apr 25, 2015 @ 7:18pm","epoch":1429989180,"text":"Very nice game. but I didn't get how to shoot."},{"author_name":"KaiseanGames","author_uid":"44370","time":"May 6, 2015 @ 6:41pm","epoch":1430937360,"text":"Too hard for my taste, but otherwise very good idea."}],"images":["ld32\/36700-7fb2f4f7b0d60ffa4c27cb7600388283.jpg"],"links":[{"url":"http:\/\/zwzsg.luckz.de\/stuff\/love\/Archatrep%20v08.zip","text":"Windows  (compo)"},{"url":"http:\/\/zwzsg.luckz.de\/stuff\/love\/Archatrep%20v09.zip","text":"Windows (post-compo)"},{"url":"http:\/\/zwzsg.luckz.de\/stuff\/love\/archatrep9.4.tar.gz","text":"Linux (post-compo)"},{"url":"https:\/\/love2d.org\/forums\/download\/file.php?id=11599","text":".love file (require L&ouml;ve2D 0.9.2 framework)"},{"url":"http:\/\/pastebin.ca\/2977125","text":"Source"}],"metadata":{"g_key":"10515","g_author":"36700","g_event":"LD32","g_eventkey":"27","g_subevent":"COMPO","g_urlkey":"10549","g_title":"Archatrep","g_status":"UCHK1","g_place":"680","g_commentcount":"17","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/444368\/36700-shot0-1429494558.png-eq-900-500.jpg"],"text":"I kept on working a couple hours after the deadline, hence why there are two versions. Use the (compo) one if you want to be strict, or the (post-compo) if you want to try the new mechanic.\r\n\r\nThe difference is how the unconventional weapon work. One has http:\/\/cpc.cx\/bVX while the other has http:\/\/cpc.cx\/bVW . But for both, the aim is to create an attraction field in such a way that the bullets arc back toward the enemies.\r\n\r\nOh, and don't try too hard to complete the game. I did code a winning condition, but I doubt anyone can reach it. Earlier version had just the spinners, and would have been very hard but beatable. But then I added many new enemies, and didn't get the time to properly balance everything.\r\n\r\n\r\nFor Windows: Download one of the two window .zip, unzip, run the .exe\r\n\r\nFor Linux: Download the Linux version, unzip, untar, run \"run.sh\". It uses https:\/\/bitbucket.org\/funkeh\/love-linux-distribution so as to avoid issues with distribution don't have up to date Love2D version.\r\n\r\nFor OS\/X: You have to manually get the L\u00f6ve engine (version 0.9.2, not higher, not lower) at https:\/\/love2d.org and feed it the .love file I put in the download links.\r\n\r\n\r\n\r\nPlease note that the window executable (that is, the file \"Archatrep V0X.exe\") is both an exe and a zip. By opening it through winzip\/7zip, you get all the source code and art asset.\r\n\r\nSimilarly, the .love file is actually a renamed .zip file, containing all the source code, images and sounds.\r\n\r\nThe source code (without sounds & images) can also be viewed directly at http:\/\/pastebin.ca\/2977125","title":"Archatrep"}