{"author_link":"\/users\/tfdiaz","author_name":"tfdiaz","author_uid":"1146305","comments":[{"author_name":"JunhoLee","author_uid":"1152831","time":"2019-04-29T04:17:07Z","epoch":1556511427,"modified":1556511427,"text":"This game is sickk! \ud83d\udc4d","likes":0,"format":"md"},{"author_name":"notb","author_uid":"1088525","time":"2019-04-29T05:14:50Z","epoch":1556514890,"modified":1556514890,"text":"Very cool almost like TRON interesting tool choice ! great job","likes":0,"format":"md"},{"author_name":"Mia Devs","author_uid":"1146060","time":"2019-04-29T17:29:45Z","epoch":1556558985,"modified":1556558985,"text":"Nice ","likes":0,"format":"md"},{"author_name":"Caspercaper17","author_uid":"1124935","time":"2019-04-29T18:27:03Z","epoch":1556562423,"modified":1556562423,"text":"Its ashame theres are no windows files.","likes":0,"format":"md"},{"author_name":"Antti Haavikko","author_uid":"1013537","time":"2019-04-29T18:55:40Z","epoch":1556564140,"modified":1556564140,"text":"Got this warning every time I ran it and it for some reason didn't work when I tried with terminal but ran just fine when I opened it from iTerm.\n\n![life.png](\/\/\/raw\/1e4\/3\/z\/221d7.png)\n\nThe whole giving and taking life thing wasn't very clear. I mean, if I was even doing it correctly (sure there was some color change I think) and what it did. I guess the bad red stuff was killing me and I could use the family members to get more life. But what is the point of taking their life, didn't seem to give any score or nothing.\n\nAnd one time the game opened with no red words at all, thanks for the infinite score! What is the max int in Rust, you can set that as my hi-score :sunglasses: \n\n![lifenored.png](\/\/\/raw\/1e4\/3\/z\/221fc.png)\n\nAnd yeah, gotta love to see some obscure engine choices in this se of Unity and Godot. Good job!","likes":1,"format":"md"},{"author_name":"tfdiaz","author_uid":"1146305","time":"2019-04-29T19:51:26Z","epoch":1556567486,"modified":1556567486,"text":"@antti-haavikko Thank you so much for taking the time to give me such great feed back. So yes, I turned off this amethst's logging system because it will flood your terminal with a bunch of debugging information. I suppose the executable wasn't much of a fan of that.\n\nSo what you achieved when you opened the game and no red words appeared means a red word probably spawned on your location. If you happen to crash into all the red words, the system will no longer be able to spawn new words and you \"win\" in the broadest sense of the word. This is a bug but I'm telling people this is a feature.\n\nAlso for the controls it really requires you to hold down the key and hover constantly over a family member.\n\nThank you again for playing my game.","likes":0,"format":"md"},{"author_name":"kuviman","author_uid":"1144359","time":"2019-04-30T06:42:43Z","epoch":1556606563,"modified":1556606563,"text":"Does amethyst not work on wasm yet? Compiling from source takes very long time. At least binary for Windows\/Linux shouldn't be hard.\n\nAnyway, nice job with Rust, Rust is cool :)","likes":0,"format":"md"},{"author_name":"tfdiaz","author_uid":"1146305","time":"2019-04-30T20:19:07Z","epoch":1556655547,"modified":1556655547,"text":"@kuviman Amethyst just got a grant to finish work on wasm so hopefully sometime soon. I'll work on getting a Windows\/Linux binary but targeting from Mac OS seems to require some Windows libraries. I'll update if I get it working. \n\nThank you. Rust is cool!","likes":0,"format":"md"},{"author_name":"rejocic","author_uid":"1143812","time":"2019-04-30T20:27:21Z","epoch":1556656041,"modified":1556656041,"text":"Cool game, reminds me of real life","likes":0,"format":"md"},{"author_name":"JofersGames","author_uid":"1126599","time":"2019-05-01T19:38:45Z","epoch":1556739525,"modified":1556739525,"text":"This game is dope, great jjob :) ","likes":1,"format":"md"},{"author_name":"gward2489","author_uid":"1091840","time":"2019-05-03T15:55:11Z","epoch":1556898911,"modified":1556898911,"text":"nice work, I enjoyed this one!","likes":0,"format":"md"}],"format":"md","images":["ld44\/148839-bbe4ccdff78e617cc3b94c803b99a848.png"],"links":[{"url":"https:\/\/github.com\/tfdiaz\/lifeless","text":"Source code"},{"url":"https:\/\/github.com\/tfdiaz\/lifeless\/releases\/download\/v.0.1\/Life.zip","text":"macOS"}],"metadata":{"g_key":"40613","g_author":"1146305","g_event":"LD44","g_eventkey":"75","g_subevent":"COMPO","g_urlkey":"254204","g_title":"Lifeless -- A Little Depressing Game","g_status":"USEAR3","g_place":"99999","g_commentcount":"11","g_site2_node_id":"148839","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0.909365"},"nds":{"n_key":"148839","n_urlkey":"254204","n_parent":"139254","n_path":"\/events\/ludum-dare\/44\/lifeless-a-very-depressing-game","n_slug":"lifeless-a-very-depressing-gam","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"146305","n_created":"1556324981","n_modified":"1556503102","n_version":"446264","n_status":"COMMIT"},"node":{"id":148839,"parent":139254,"superparent":9,"author":146305,"type":"item","subtype":"game","subsubtype":"compo","published":"2019-04-29T01:38:18Z","created":"2019-04-27T00:29:41Z","modified":"2019-04-29T01:58:22Z","version":446264,"slug":"lifeless-a-very-depressing-game","name":"Lifeless -- A Little Depressing Game","body":"Hi, this game was made using Amethyst with Rust. This was my first time using this engine and really my first time building anything substantial with Rust.\nThe game revolves around giving and taking health as life's unfortunately events come flying at you. Your score is based on how many family members are alive. Health is displayed as a color. Your final score gets printed out on the terminal.\n\n![Cover_image.png](\/\/\/raw\/18b\/32\/z\/21859.png)\n\n![cover3.png](\/\/\/raw\/18b\/32\/z\/218be.png)\n\n## Controls\n\n**Key T** - Take Life -- Move your character over one of your family members and hold the key\n\n**Key G** - Give Life -- Same as above\n\n**Arrow Keys** to move around.\n\n**Key ESC** -- exit game.\n\n### Notes\n\nTo compile from source code is kind of a pain because it takes so dang long.\n\n1. First acquire rust\n2. Then amethyst tools\n3. Then you can run\n\n```bash\nbrew install rust\ncargo install amethyst_tools\ngit clone https:\/\/github.com\/tfdiaz\/lifeless\ncd lifeless\ncargo run\n```\nFirst it will grab all the dependencies which takes a long time. Then it will finally compile. You will get a few warnings but the game should launch! You can also grab the binary and that should work. You need to decompress the file. A folder called Life will have the binary within along with 3 folders font, resources, and texture. Run the executable from that folder and the game should launch.\n\nThank you for taking the time to play my little sad game. It was a painful but very much a satisfying time.\n\nBest,\ntfdiaz","meta":{"author":[146305],"link-01-tag":"42332","grade-06-out":"1","link-01":"https:\/\/github.com\/tfdiaz\/lifeless","link-02":"https:\/\/github.com\/tfdiaz\/lifeless\/releases\/download\/v.0.1\/Life.zip","link-02-tag":"42339","cover":"\/\/\/content\/18b\/32\/z\/21851.png"},"path":"\/events\/ludum-dare\/44\/lifeless-a-very-depressing-game","parents":[1,5,9,139254],"love":0,"notes":11,"notes-timestamp":"2019-05-03T15:55:11Z","grade":{"grade-01":22,"grade-02":22,"grade-03":23,"grade-04":24,"grade-05":23,"grade-07":22,"grade-08":22},"magic":{"cool":114.01754250991,"feedback":17,"given":24.375,"grade":22.571428571429,"smart":19.370121915796}},"text":"Hi, this game was made using Amethyst with Rust. This was my first time using this engine and really my first time building anything substantial with Rust.\nThe game revolves around giving and taking health as life's unfortunately events come flying at you. Your score is based on how many family members are alive. Health is displayed as a color. Your final score gets printed out on the terminal.\n\n![Cover_image.png](\/\/\/raw\/18b\/32\/z\/21859.png)\n\n![cover3.png](\/\/\/raw\/18b\/32\/z\/218be.png)\n\n## Controls\n\n**Key T** - Take Life -- Move your character over one of your family members and hold the key\n\n**Key G** - Give Life -- Same as above\n\n**Arrow Keys** to move around.\n\n**Key ESC** -- exit game.\n\n### Notes\n\nTo compile from source code is kind of a pain because it takes so dang long.\n\n1. First acquire rust\n2. Then amethyst tools\n3. Then you can run\n\n```bash\nbrew install rust\ncargo install amethyst_tools\ngit clone https:\/\/github.com\/tfdiaz\/lifeless\ncd lifeless\ncargo run\n```\nFirst it will grab all the dependencies which takes a long time. Then it will finally compile. You will get a few warnings but the game should launch! You can also grab the binary and that should work. You need to decompress the file. A folder called Life will have the binary within along with 3 folders font, resources, and texture. Run the executable from that folder and the game should launch.\n\nThank you for taking the time to play my little sad game. It was a painful but very much a satisfying time.\n\nBest,\ntfdiaz","title":"Lifeless -- A Little Depressing Game"}