{"author_link":"\/users\/sarneh","author_name":"SaRNEh","author_uid":"1050770","comments":[{"author_name":"peringo","author_uid":"1003607","time":"2018-08-14T19:06:17Z","epoch":1534273577,"modified":1534273577,"text":"As an expert RAM technician I can confirm that this software is an accurate portrayal of what happens in an average RAM chip.\n\nThe way you used the theme and the array of tasks connected to it are great and the high score loop was surprisingly effective; I gave it more tries than I expected.\nThe game over screen is a great detail too.\nSadly, the task screen often overlaps with the chips and makes it a bit more difficult than it should be, but still a neat game!","likes":1,"format":"md"},{"author_name":"SeaBlu","author_uid":"1004944","time":"2018-08-14T21:07:12Z","epoch":1534280832,"modified":1534280832,"text":"This was a lot of fun! I liked the challenge of trying to keep up with the constant demand of tasks and prioritizing jobs, but it might be a little too fast at the beginning and so it was hard to get used to the controls before becoming insane. The art was nice though and the sound effects are simple but add a lot!","likes":1,"format":"md"},{"author_name":"SaRNEh","author_uid":"1050770","time":"2018-08-15T05:53:02Z","epoch":1534312382,"modified":1534312382,"text":"@peringo Haha! Are you really a technician? We tried to portray how DRAM works, but it would be even harder with the refresh mechanism. So we went for a typical SRAM :) Thank you for the comment!\n\n@seablu That's true. At the beginning it's very hard. But as soon as you get along with the controls it gets easier. We wanted to add some levels (one easy, one harder) but unfortunately didn't have time for that :( Anyways, awesome that you like it and thank you for the comment! :)","likes":0,"format":"md"},{"author_name":"KnithGuris","author_uid":"1111598","time":"2018-08-15T11:53:21Z","epoch":1534334001,"modified":1534334001,"text":"It took me a little while to really start the game. Finding memory cell was really confusing. :confounded: As a CS grad student, I should spread this game to my colleagues. I had fun playing!","likes":1,"format":"md"},{"author_name":"RyanJavanshir","author_uid":"1114276","time":"2018-08-15T14:28:45Z","epoch":1534343325,"modified":1534343325,"text":"Excellent graphics. The character looked like their arms were flailing too which was funny. Quite fast paced at the start but once i understood it, was very fun. Good job!","likes":1,"format":"md"},{"author_name":"Ryan Wickman","author_uid":"1110580","time":"2018-08-15T14:59:31Z","epoch":1534345171,"modified":1534345171,"text":"Very interesting concept! The graphics were well done as well. Had to play a couple of times to understand the controls\/where each memory bit was.","likes":1,"format":"md"},{"author_name":"Kromzem","author_uid":"1049787","time":"2018-08-15T15:01:56Z","epoch":1534345316,"modified":1534345316,"text":"I should definitly read the controls first. Just read all data and never write anything. It was fun and pretty challenging. Good job so far ;)","likes":1,"format":"md"},{"author_name":"Plukers","author_uid":"1098858","time":"2018-08-15T15:09:31Z","epoch":1534345771,"modified":1534345771,"text":"Great game, its very creative! I like the idea and the graphics. The gameplay is really hard. Finding the cells is not easy, because you only see the addresses when you are close. I think the visual representation could support the player a little bit more.\nBut generally, it's a great submission and fun game! Thank you!","likes":1,"format":"md"},{"author_name":"Beelzeboss","author_uid":"1074628","time":"2018-08-15T15:11:22Z","epoch":1534345882,"modified":1534345882,"text":"Really cool way to incorporate the theme. ","likes":1,"format":"md"},{"author_name":"SaRNEh","author_uid":"1050770","time":"2018-08-15T18:50:06Z","epoch":1534359006,"modified":1534359006,"text":"@knithguris Yeah, we've already found that the game is way too hard at the start :D And a little bit difficult to understand. We'll think about this case next time :) Thank you for your comment!\n\n@ryanjavanshir Glad you liked it! :)\n\n@ryan-wickman Well, it could have some tutorial at start, I agree :)\n\n@kromzem Haha, you're not the only one! Everyone had problem with it. It's a valuable feedback for us :) Thanks!\n\n@plukers We'll totally remember about the difficulty next time :) Thank you!\n\n@beelzeboss Thanks! :)","likes":1,"format":"md"},{"author_name":"Timbelion","author_uid":"1074788","time":"2018-08-15T19:20:39Z","epoch":1534360839,"modified":1534360839,"text":"I like the idea... too hard for me :(","likes":1,"format":"md"},{"author_name":"alex.kurasov","author_uid":"1104918","time":"2018-08-15T19:22:23Z","epoch":1534360943,"modified":1534360943,"text":"Interesting theme of the game, fun implementation, but the controls seemed uncomfortable + at the beginning of the game did not immediately understand what to do","likes":1,"format":"md"},{"author_name":"NobleDemon","author_uid":"1113445","time":"2018-08-15T19:22:29Z","epoch":1534360949,"modified":1534360949,"text":"Nice, though I have to admit I found it quite challenging. Also loved the character, does he have a name? :3","likes":1,"format":"md"},{"author_name":"CrawlingRevo","author_uid":"1072677","time":"2018-08-15T19:22:56Z","epoch":1534360976,"modified":1534360976,"text":"Funny idea and good implementation. Maybe some tweaking is required to fix the difficulty of the game and a better graphic can further improve its quality.","likes":1,"format":"md"},{"author_name":"realmar","author_uid":"1104117","time":"2018-08-15T19:27:11Z","epoch":1534361231,"modified":1534361231,"text":"I like the pixel art and the bluescreen! :D","likes":1,"format":"md"},{"author_name":"mrsylar59","author_uid":"1005792","time":"2018-08-15T19:29:06Z","epoch":1534361346,"modified":1534361346,"text":"I liked the idea, however I found it to be quite frustrating, there is too many things going on and not enough time to act. While I try to find a memory adress 3 tasks fail and sometime I can't read the adress as the screen is overcrowded. The music is way too repetitive and got on my nerve pretty quickly. I still enjoyed the graphics and the overall sound design. Nice entry, well done on your end.","likes":1,"format":"md"},{"author_name":"Alfie275","author_uid":"1002275","time":"2018-08-15T19:38:12Z","epoch":1534361892,"modified":1534361892,"text":"An interesting idea, but certainly too hectic atleast at the start. The controls were also quite annoying considering it didn't seem to work with the numpad 0 and 1. Next time perhaps use Input.GetAxis rather than Input.GetKeyDown, it does require tracking state yourself to detect rising edges, but it allows users to rebind controls in the launcher. Alternatively have a key rebind screen and use Input.anyKeyDown and Input.inputString (which you can then cast to a KeyCode enum) to allow users to rebind keys.","likes":1,"format":"md"},{"author_name":"DevEmil","author_uid":"1011800","time":"2018-08-15T19:55:10Z","epoch":1534362910,"modified":1534363420,"text":"Hey, could you tell me how to execute that .x86_64 file? I don't now how to run it...\nEDIT: Nevermind, I accidentally downloaded the linux file. *Facepalm*","likes":1,"format":"md"},{"author_name":"DevEmil","author_uid":"1011800","time":"2018-08-15T20:18:33Z","epoch":1534364313,"modified":1534364417,"text":"Great job on this one, it's a great game! The only thing that I dislike, is that you are gonna lose about 5 times within 10 seconds because you have no clue what you have to do. The numbers are also quite confusing, maybe they should be displayed permanently next to the nodes. The input could be better (numpad working, because 0 totally out of range, E and R confusing because 'reset' and 'read' both start with R, lol), but anyways, great game!","likes":1,"format":"md"},{"author_name":"Riccardo Sioni","author_uid":"1003200","time":"2018-08-16T08:17:01Z","epoch":1534407421,"modified":1534407421,"text":"Great idea! However, I think it's confusing at first, as many others commented, but I'm sure that by playing a few more times it will all become clearer! Good work!! ;)","likes":1,"format":"md"},{"author_name":"Vekstr","author_uid":"1010095","time":"2018-08-16T10:57:42Z","epoch":1534417062,"modified":1534417062,"text":"Nice concept! But too difficult for me.. Oh and I suggest enabling the arrow keys s well as the 1 and 0 on the numpad as well so that we can play with both hands.","likes":1,"format":"md"},{"author_name":"SaRNEh","author_uid":"1050770","time":"2018-08-16T14:17:32Z","epoch":1534429052,"modified":1534429094,"text":"@timbelion @alex-kurasov @nobledemon @crawlingrevo @realmar @mrsylar59 @alfie275 @devemil @riccardo-sioni @vekstr Thank you everyone for your feedback and comments! It's very valuable and means a lot! :)\n\nYeah, we've already noticed that the game is way to hard at the beginning and it's very unclear to understand. We will surely think about these issues on our next game. We could maybe add some tutorials if it's unclear or add multiple levels with different difficulties if it's too hard :)","likes":1,"format":"md"},{"author_name":"ursagames","author_uid":"1007359","time":"2018-08-30T23:36:55Z","epoch":1535672215,"modified":1535672215,"text":"Oh no, I just noticed the control description. I should have read more before playing this. Whoops! Still I enjoyed it even without knowing how to play. Thanks for sharing your game with my stream awhile back. Your game was played around 3:35 into this vod: https:\/\/www.twitch.tv\/videos\/297885983","likes":0,"format":"md"}],"format":"md","images":["ld42\/99341-abaec8cda9c90e24b2f4c6767ce9771b.jpg"],"links":[{"url":"https:\/\/machinode.itch.io\/random-access-memory","text":"Other (web)"}],"metadata":{"g_key":"50289","g_author":"1050770","g_event":"LD42","g_eventkey":"73","g_subevent":"JAM","g_urlkey":"233458","g_title":"Random Access Memory","g_status":"USEAR3","g_place":"375","g_commentcount":"23","g_site2_node_id":"99341","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"99341","n_urlkey":"233458","n_parent":"97793","n_path":"\/events\/ludum-dare\/42\/random-access-memory","n_slug":"random-access-memory","n_type":"item","n_subtype":"game","n_subsubtype":"jam","n_author":"50770","n_created":"1532414690","n_modified":"1534271430","n_version":"343035","n_status":"COMMIT"},"node":{"id":99341,"parent":97793,"superparent":9,"author":50770,"type":"item","subtype":"game","subsubtype":"jam","published":"2018-08-14T17:56:46Z","created":"2018-07-24T06:44:50Z","modified":"2018-08-14T18:30:30Z","version":343035,"slug":"random-access-memory","name":"Random Access Memory","body":"![cover_big.jpg](\/\/\/raw\/256\/c\/z\/195cb.jpg)\n\nInspired by how the computer RAM works and the experiences of having Windows 95 out of memory blue screens... we've created **Random Access Memory**! It's a simple game where you are a memory operations worker and have to complete tasks coming from different places of the PC. Write, read and release your data! \n\nBut watch out! You can run out of memory very fast!\n\n## Goal\nThe goal of the game is pretty simple: complete as many tasks as you can! But remember: **don't get out of memory**!\n\nYou can also compete on scores with others in an in-game **leaderboard!**\n\n## Rules\n1. You are given to complete **X** amount of tasks\n2. You have limited time for that\n3. You can't accept more tasks if there's no more memory\n\n## Controls:\n\n| Key | Description |\n| --- | --- |\n| WASD | Movement |\n| 1 | Write value of 1 |\n| 0 | Write value of 0 |\n| E | Read value |\n| R | Reset value |\n\n## Screenshots\n\n![Zrzut ekranu 2018-08-14 o 20.26.00.png](\/\/\/raw\/256\/c\/z\/195c3.png)\n![Zrzut ekranu 2018-08-14 o 20.26.13.png](\/\/\/raw\/256\/c\/z\/195c4.png)\n![Zrzut ekranu 2018-08-14 o 20.26.23.png](\/\/\/raw\/256\/c\/z\/195c5.png)\n\n## Credits\n\n**Background music:**\n\nSource: Looperman\n\nAuthor: https:\/\/www.looperman.com\/loops?mid=Fanto8BC\n\nLink: https:\/\/www.looperman.com\/loops\/detail\/132374\/8-bit-cls-120bpm-8bit-chiptune-synth-loop\n\n**In-game sounds:**\n\nSource: Freesound\n\nAuthor: https:\/\/freesound.org\/people\/LittleRobotSoundFactory\/\n\nLink: https:\/\/freesound.org\/people\/LittleRobotSoundFactory\/packs\/16681\/\n","meta":{"author":[50770,50772,50773,50774],"link-01-tag":"42440","cover":"\/\/\/content\/256\/c\/z\/19564.jpg","allow-anonymous-comments":"1","grade-06-out":"1","link-01":"https:\/\/machinode.itch.io\/random-access-memory","link-01-name":"Windows\/Mac\/Linux"},"path":"\/events\/ludum-dare\/42\/random-access-memory","parents":[1,5,9,97793],"love":0,"notes":23,"notes-timestamp":"2018-08-30T23:36:55Z","grade":{"grade-01":32,"grade-02":32,"grade-03":32,"grade-04":32,"grade-05":32,"grade-07":32,"grade-08":30},"magic":{"cool":110.01274352691,"feedback":11,"given":32.375,"grade":31.714285714286,"grade-01-average":3.583,"grade-01-result":375,"grade-02-average":3.133,"grade-02-result":697,"grade-03-average":3.9,"grade-03-result":76,"grade-04-average":3.933,"grade-04-result":226,"grade-05-average":3.767,"grade-05-result":368,"grade-07-average":2.967,"grade-07-result":396,"grade-08-average":3.357,"grade-08-result":383,"smart":9.2820551031484}},"text":"![cover_big.jpg](\/\/\/raw\/256\/c\/z\/195cb.jpg)\n\nInspired by how the computer RAM works and the experiences of having Windows 95 out of memory blue screens... we've created **Random Access Memory**! It's a simple game where you are a memory operations worker and have to complete tasks coming from different places of the PC. Write, read and release your data! \n\nBut watch out! You can run out of memory very fast!\n\n## Goal\nThe goal of the game is pretty simple: complete as many tasks as you can! But remember: **don't get out of memory**!\n\nYou can also compete on scores with others in an in-game **leaderboard!**\n\n## Rules\n1. You are given to complete **X** amount of tasks\n2. You have limited time for that\n3. You can't accept more tasks if there's no more memory\n\n## Controls:\n\n| Key | Description |\n| --- | --- |\n| WASD | Movement |\n| 1 | Write value of 1 |\n| 0 | Write value of 0 |\n| E | Read value |\n| R | Reset value |\n\n## Screenshots\n\n![Zrzut ekranu 2018-08-14 o 20.26.00.png](\/\/\/raw\/256\/c\/z\/195c3.png)\n![Zrzut ekranu 2018-08-14 o 20.26.13.png](\/\/\/raw\/256\/c\/z\/195c4.png)\n![Zrzut ekranu 2018-08-14 o 20.26.23.png](\/\/\/raw\/256\/c\/z\/195c5.png)\n\n## Credits\n\n**Background music:**\n\nSource: Looperman\n\nAuthor: https:\/\/www.looperman.com\/loops?mid=Fanto8BC\n\nLink: https:\/\/www.looperman.com\/loops\/detail\/132374\/8-bit-cls-120bpm-8bit-chiptune-synth-loop\n\n**In-game sounds:**\n\nSource: Freesound\n\nAuthor: https:\/\/freesound.org\/people\/LittleRobotSoundFactory\/\n\nLink: https:\/\/freesound.org\/people\/LittleRobotSoundFactory\/packs\/16681\/\n","title":"Random Access Memory"}