{"author_link":"\/users\/shamzaa","author_name":"Shamzaa","author_uid":1009660,"comments":[{"author_name":"Richard Michael Smith","author_uid":"1013031","time":"2017-05-08T08:00:59Z","epoch":1494230459,"modified":1494230459,"text":"\"Game Over. Your score: BUTTON\" :grinning:\n\nThis is a very accomplished and complete game. There is a clear goal with clear rules and a nice touch with the \"sides of the square\" idea. My favourite part is when some of the enemies seem to be stuck and they look like they are shaking in fear! Not sure if it was a bug or intentional but it adds a little something.\n\nThere was one level where an enemy was inside a square that I could not possibly have gotten at but thankfully, because bullets pass through the blocks, it wasn't an issue.\n\nOverall this is a very complete entry. Congratulations!","likes":1,"format":"md"},{"author_name":"Shamzaa","author_uid":1009660,"time":"2017-05-09T00:12:08Z","epoch":1494288728,"modified":1494288728,"text":"The part of them being stuck and shaking is more of a \"did not think of this would be a problem\" when I added the block creations to the world generator at the end.\nA lot of stuff I wanted to work more on, enemies being stuck for instance and proper bug testing\/finding, but I assume that's the case with any Ludum Dare entry. \nAppreciate the feedback, neat to see what people think of something you have made. Will for sure do this again when I have time.","likes":0,"format":"md"},{"author_name":"Gama Croma","author_uid":"1026687","time":"2017-05-17T09:16:26Z","epoch":1495012586,"modified":1495012586,"text":"Really like the sides of the square, brings it closer to the theme, works well, looks great for pixel art, everything is clear and readable.","likes":0,"format":"md"}],"format":"md","images":["ld38\/16139-9320bcac09b4c5b8b2c60d5b2e35320a.png"],"links":[],"metadata":{"g_key":"48849","g_author":"1009660","g_event":"LD38","g_eventkey":"69","g_subevent":"COMPO","g_urlkey":"231898","g_title":"WorldWiper","g_status":"USEAR3","g_place":"99999","g_commentcount":"3","g_site2_node_id":"16139","g_hide":"Y","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"16139","n_urlkey":"231898","n_parent":"9405","n_path":"\/events\/ludum-dare\/38\/worldwiper","n_slug":"worldwiper","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"9660","n_created":"1492810836","n_modified":"1493056930","n_version":"51225","n_status":"COMMIT"},"node":{"id":16139,"parent":9405,"superparent":9,"author":9660,"type":"item","subtype":"game","subsubtype":"compo","published":"2017-04-23T20:50:07Z","created":"2017-04-21T21:40:36Z","modified":"2017-04-24T18:02:10Z","version":51225,"slug":"worldwiper","name":"WorldWiper","body":"An Attempt at LD38 with very to little no preperation.\n\nDownload:\nhttps:\/\/drive.google.com\/drive\/folders\/0BysW7hFWZ5olSlYxVUJMRXJOeGM\n\nSourceCode\/projectFiles\nhttps:\/\/github.com\/Shamzaa\/LudumDare\n\n\n\nGoal: kill all the enemies on the world to be able to jump to a new one to kill more enemies. continue this for as long as you can, to increase your score.\n\nControls:\n- W: jump\n- A\/D: Move left and right\n- Spacebar: shoot\n- left ctrl: jump to new world\n\n![SS.png](\/\/\/raw\/cb5\/2\/z\/13fe.png)\n\nScreenshot and elements explained:\nMarked areas explained:\n1. enemy, kill it fam.\n2. skulls surrounding the minimap, crossed skulls indicate that you have cleared the side.\n3. The player, that's you!\n4. minimap, highlighed area indicates which side of the world you are on.\n5. healthbar and current score.\n\n\nNotes:\n\n\n- Learned a lot about using unity to make games, which was the initial goal in the first place. :)\n- Probably didn't stay true to the theme as I hoped, but I got practice using unity to make schtuff.\n\nBackend and how stuff works:\n\n- world is created through code, probably should've used a map editor with tiles, as I figured out I suck at generated content.\n- 4 platforms that are spaced out, counts as the sides of the world, with teleporters placed at the edges so you can transition between the sides.\n- OOP structure between objects using managers that instantiate stuff.\n- entering a new world is the worldmanager replacing the old world with a new one, and since the world is somewhat randomly generated through code through selecting sprites and block count, the new one should be different from the old one.\n","meta":{"grade-07-out":"1","grade-08-out":"1","cover":"\/\/\/content\/cb5\/2\/z\/3ee5.png","author":[9660]},"path":"\/events\/ludum-dare\/38\/worldwiper","parents":[1,5,9,9405],"love":0,"notes":3,"notes-timestamp":"2017-05-17T09:16:26Z","grade":{"grade-01":2,"grade-02":2,"grade-03":2,"grade-04":2,"grade-05":2,"grade-06":2},"magic":{"cool":100,"feedback":3,"given":1,"grade":2,"smart":11.803398874989}},"text":"An Attempt at LD38 with very to little no preperation.\n\nDownload:\nhttps:\/\/drive.google.com\/drive\/folders\/0BysW7hFWZ5olSlYxVUJMRXJOeGM\n\nSourceCode\/projectFiles\nhttps:\/\/github.com\/Shamzaa\/LudumDare\n\n\n\nGoal: kill all the enemies on the world to be able to jump to a new one to kill more enemies. continue this for as long as you can, to increase your score.\n\nControls:\n- W: jump\n- A\/D: Move left and right\n- Spacebar: shoot\n- left ctrl: jump to new world\n\n![SS.png](\/\/\/raw\/cb5\/2\/z\/13fe.png)\n\nScreenshot and elements explained:\nMarked areas explained:\n1. enemy, kill it fam.\n2. skulls surrounding the minimap, crossed skulls indicate that you have cleared the side.\n3. The player, that's you!\n4. minimap, highlighed area indicates which side of the world you are on.\n5. healthbar and current score.\n\n\nNotes:\n\n\n- Learned a lot about using unity to make games, which was the initial goal in the first place. :)\n- Probably didn't stay true to the theme as I hoped, but I got practice using unity to make schtuff.\n\nBackend and how stuff works:\n\n- world is created through code, probably should've used a map editor with tiles, as I figured out I suck at generated content.\n- 4 platforms that are spaced out, counts as the sides of the world, with teleporters placed at the edges so you can transition between the sides.\n- OOP structure between objects using managers that instantiate stuff.\n- entering a new world is the worldmanager replacing the old world with a new one, and since the world is somewhat randomly generated through code through selecting sprites and block count, the new one should be different from the old one.\n","title":"WorldWiper"}