{"author_link":"\/users\/lereveur","author_name":"LeReveur","author_uid":"1000059","comments":[{"author_name":"OhFiddleDiddle","author_uid":"1014772","time":"2019-04-30T04:33:10Z","epoch":1556598790,"modified":1556598790,"text":"Pretty cool take on the theme. I know you mentioned that you didn't want this theme, but you definitely made the most of it.\nNotes: I would recommend trying to put the Tips section, inside the actual game. I know that's often hard in game jams, but it means you don't have to rely on the play reading a big wall of text outside of the game, before playing.\nBugs: I did seem to run into a bug when I first started the game. The countdown began, but the blocks started coming at me straight away, before the counter hit 0. It didn't happen again, just on the very first run.\n\nOverall, well done! Keep up the great work. :)","likes":1,"format":"md"},{"author_name":"Ryan Westby","author_uid":"1145967","time":"2019-04-30T04:39:37Z","epoch":1556599177,"modified":1556599177,"text":"You did well with the mechanics and difficulty curve. I felt challenged enough to keep trying to beat the game, and I liked the way you locked off the levels and the difficulty progression you offered. Great job!","likes":1,"format":"md"},{"author_name":"Cody Foster","author_uid":"1073175","time":"2019-04-30T04:41:00Z","epoch":1556599260,"modified":1556599260,"text":"Hey! This wasnt a bad game! its like a better version of the google dinosaur game. I really enjoyed it even without reading any of the text wall.","likes":1,"format":"md"},{"author_name":"squirmonkey","author_uid":"1104353","time":"2019-04-30T04:42:52Z","epoch":1556599372,"modified":1556599372,"text":"Well done! I like the idea of using the theme as a gambling sort of thing, currency isn't just for spending. I don't think I understand the easy\/risky\/deadly thing. risky and deadly seem to have worse payoffs than easy?","likes":1,"format":"md"},{"author_name":"Josh Mcmillan","author_uid":"1145237","time":"2019-04-30T04:45:54Z","epoch":1556599554,"modified":1556599554,"text":"It was pretty good, did the theme very nicely. Collisions did feel a bit funny (might have been because I was using Chrome, not sure...) Glad you were able to complete as much as you could when you finally got the idea late Saturday\/early Sunday!","likes":1,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2019-04-30T04:56:22Z","epoch":1556600182,"modified":1556600233,"text":"@ohfiddlediddle  \nThank you for your nice comment!  \nI don't understand how this bug can exists, I hope it was just a lonely gremlin because I have no idea of how to search it :(  \nI know that help in game is way better, but I didn't implement yet in my engine something to easily handle long text, so actually all texts are implemented in hard way, one by one. And I wrote all of this explanations *after* the submission hour, because as almost every LD, the game itself was just finished as is on the very last minute. :sweat_smile: That said, tips are just tips, I wrote them to give some extra information before someone asks in the comments, but I think that all what is needed to play is in the game (maybe if one don't read the mini-story, they will wonder why they start with a shortenen lifebar, before realising that this is the target of the bet).","likes":2,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2019-04-30T05:11:43Z","epoch":1556601103,"modified":1556601103,"text":"@cody-foster  \n:laughing: I personnaly think it's just a very little better than the Google dinosaur\u2026  \nYou didn't miss a lot discarding the description. Maybe the first paragraph for the story, but, well, who cares about the story ? :wink:  \n  \n@squirmonkey  \nYou are totally right, the hardest modes have worst payoffs and it's silly. At first sight, I only saw that one could gain too much life in one play, but now I totally see that's a big mistake\u2026 Well, lets say that wanting to hurry the gain is a bad idea :laughing:  \n  \n@josh-mcmillan  \nYes, I see for a while now that my engine needs to be reworked on some things, but I worry that I could have to rework it from the start, or almost. I don't understand why this is so shaky in some cases, for exemple.  \n  \nThank you all for your comments!","likes":2,"format":"md"},{"author_name":"mouthlessgames","author_uid":"1002424","time":"2019-05-02T12:31:15Z","epoch":1556800275,"modified":1556800275,"text":"Wow, that game is pretty hard. It reminds me a lot of flappy bird because of the 1-button-control-timing-mechanic. You should definitely make this a mobile app where touching on the screen does the jump. \n\n![asd.png](\/\/\/raw\/879\/z\/2451b.png)\n\nIn the risky level I noticed that the obstacles in the level are always beatable by a high jump quickly followed by a small jump. You got my heartbeat rise up with the deadly level :-)\n\nSo after playing it for a few minutes I can say that what really stands out in your game is finding out about new combinations of obstacles. So for the future you might expand on more levels.\n\nWhat did you use to make the game?\n\nNice job, thank you for making this. :-)","likes":1,"format":"md"},{"author_name":"Leinades","author_uid":"1053097","time":"2019-05-02T15:00:25Z","epoch":1556809225,"modified":1556809225,"text":"Its very hard but this type of game always keeps me cursing and retrying for hours.","likes":1,"format":"md"},{"author_name":"LeReveur","author_uid":"1000059","time":"2019-05-02T21:57:09Z","epoch":1556834229,"modified":1556834413,"text":"@mouthlessgames For each kind of bet, I have pre-designed parts (this is just const arrays), that I have - sort of - balanced to almost the same difficulty, and then a random function take a defined number among those to make the level. But as I lost a lot of time finding the idea at first, I manage to make only five parts by difficulty (so, a total of 15). But if I want to make a post-LD version, I can add parts without any problem - I mean : except that I have to keep the same number for each difficulty (so, if I add two parts, I have to do so for the three levels, so six in a whole), and try to keep the balance with the others parts (so, whatever the random function pick, the level would deal an equivalent difficulty).  \nAnd I realized, about a day after the deadline, that all the game is handable with LMB (so, also with a touch screen), except\u2026 The runner. :face_palm: And it's not a big deal to add the LMB as another trigger to jump, but I think it would be fairer to do that in a post-LD version, because it's a significant improvement on the main gameplay.  \nTo make that game, I used\u2026 a text editor (Notepad++), and my own javascript engine, that I'm using and trying to improve, for now, exclusively for the LD, as an experiment and as a self teaching project. :smile:  \n*(and that's why whoever wants to see the code can do it just by exploring the html page and the scripts, because they are hand made)*  \n  \n@leinades You have no idea of how this simple comment is good to read, because they are very very very rare, the LDs for wich I make a game that challenges enough to keep at least one person trying it again and again. :laughing:  \n  \nThank you two for the kind comments. :smiley: ","likes":0,"format":"md"},{"author_name":"shaner421","author_uid":"1139473","time":"2019-05-02T23:34:06Z","epoch":1556840046,"modified":1556840046,"text":"good stuff! I liked the simplistic gameplay, it reminded me of the chrome dinosaur game. I had lots of fun, however I did die randomly by I guess hitting an invisible box or something. Other than that no issues to report, great work! :)","likes":1,"format":"md"},{"author_name":"Cactu5","author_uid":"1143253","time":"2019-05-05T18:15:35Z","epoch":1557080135,"modified":1557080135,"text":"Very interesting game, especially the betting system. It was quite hard though. \ud83d\udc4d\ud83d\udc4d\ud83d\udc4d","likes":1,"format":"md"},{"author_name":"WTG","author_uid":"1148763","time":"2019-05-05T18:22:22Z","epoch":1557080542,"modified":1557080542,"text":"A better filled out version of the no internet chrome dinosaur game, that has a good tie to the theme of the Jam!\nThanks for making this, I enjoyed it :thumbsup: ","likes":2,"format":"md"},{"author_name":"Dorkulon","author_uid":"1059246","time":"2019-05-05T19:06:55Z","epoch":1557083215,"modified":1557083215,"text":"Interesting idea. Had to play a couple of times to unlock 'Deadly'. Some more fleshed out graphics and sound would have been great to see (and hear). Overall, good job!","likes":1,"format":"md"}],"format":"md","images":["ld44\/139824-06e9c7584de593dbb37b5677969701f3.png"],"links":[{"url":"http:\/\/workshop.xenedon.com\/LD44\/index.html","text":"HTML5 (web)"}],"metadata":{"g_key":"54771","g_author":"1000059","g_event":"LD44","g_eventkey":"75","g_subevent":"JAM","g_urlkey":"255468","g_title":"Life Bet","g_status":"USEAR3","g_place":"99999","g_commentcount":"14","g_site2_node_id":"139824","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0.499131"},"nds":{"n_key":"139824","n_urlkey":"255468","n_parent":"139254","n_path":"\/events\/ludum-dare\/44\/life-bet","n_slug":"life-bet","n_type":"item","n_subtype":"game","n_subsubtype":"jam","n_author":"59","n_created":"1553002349","n_modified":"1556591617","n_version":"461051","n_status":"COMMIT"},"node":{"id":139824,"parent":139254,"superparent":9,"author":59,"type":"item","subtype":"game","subsubtype":"jam","published":"2019-04-30T01:37:05Z","created":"2019-03-19T13:32:29Z","modified":"2019-04-30T02:33:37Z","version":461051,"slug":"life-bet","name":"Life Bet","body":"![Cover image](\/\/\/content\/b3\/z\/23401.png)\n  \n**___**  \n  \n*- Hey dude! My demo\u2026 My pals and me, we like to make bets, are you interested? What kind of bets? \u2026Er, well, funny ones. Price? There's no price, hu hu\u2026 Says, here's the game : we want you to run along a big room, and you have to reach the other side without dying. What do you bet? You bet a part of your life. And you bet it just before you run, so\u2026 Well, that's the funny part : if you bet too much, you have more risk to fail, and give me your sou\u2026 Er\u2026 Make my pals and me very sad. But if you win, you gain more life, and so you will live longer\u2026 Or you can try another run, with better chances - and you can also bid more, to gain more, of course. So, interested?*  \n  \n**___**  \n  \nI'm not the only one who didn't wanted this theme, as almost every LD for a long time. And it's not because I suggested the one wich reached the second place (not sure I would have made a better game with it), but because I don't like this kind of very restricted theme, wich leads to two or three main ideas, all the same for almost everyone, and it's very difficult to find something not that boring, to twist any of those first ideas - plus, here, some of the main ideas are weird or disgusting. So, without any surprise, I didn't came up with a satisfaying idea before late saturday night (much more sunday morning, in fact), just before going to bed. Fortunately, this was not too hard to program, so I managed to finish something playable in time, but, well, there is a lack of juicy things, no sound, only procedural graphics barely better than programer art, no story in game, and the balance is very approximative. I hope you will have at least a little fun playing it - I will have fun for sure trying yours.  \n:smile:  \n  \n**___**  \n  \nControls are on the game page, under the game.  \n  \nTips :  \n  \n\u2022 All the obstacles make different damage (for ex. crates hurts more than lamps, but less than cactus - yes, the green things are cactus, I swear)  \n  \n\u2022 The more you gain life, the more the difficulty raise, even for easy choice (the runs will be longer, and from times to times, the minimum bet will raise too)  \n  \n\u2022 If you finish a run without losing any life, you'll gain a safe bonus (function of the run long, but same whatever the bet difficulty)  \n  \n\u2022 Your best score is the longer life you reached. It's saved, even if you quit the game (as the *bookmaker* said, you can stop anytime :rolling_eyes:)  \n  \n**___**  \n  ","meta":{"author":[59],"grade-06-out":"1","allow-anonymous-comments":"1","cover":"\/\/\/content\/b3\/z\/23401.png","link-01":"http:\/\/workshop.xenedon.com\/LD44\/index.html","link-01-tag":"42336"},"path":"\/events\/ludum-dare\/44\/life-bet","parents":[1,5,9,139254],"love":0,"notes":14,"notes-timestamp":"2019-05-05T19:06:55Z","grade":{"grade-01":23,"grade-02":23,"grade-03":23,"grade-04":23,"grade-05":23,"grade-07":20,"grade-08":21},"magic":{"cool":119.68426932694,"feedback":5,"given":26.5,"grade":22.285714285714,"smart":12.815214963553}},"text":"![Cover image](\/\/\/content\/b3\/z\/23401.png)\n  \n**___**  \n  \n*- Hey dude! My demo\u2026 My pals and me, we like to make bets, are you interested? What kind of bets? \u2026Er, well, funny ones. Price? There's no price, hu hu\u2026 Says, here's the game : we want you to run along a big room, and you have to reach the other side without dying. What do you bet? You bet a part of your life. And you bet it just before you run, so\u2026 Well, that's the funny part : if you bet too much, you have more risk to fail, and give me your sou\u2026 Er\u2026 Make my pals and me very sad. But if you win, you gain more life, and so you will live longer\u2026 Or you can try another run, with better chances - and you can also bid more, to gain more, of course. So, interested?*  \n  \n**___**  \n  \nI'm not the only one who didn't wanted this theme, as almost every LD for a long time. And it's not because I suggested the one wich reached the second place (not sure I would have made a better game with it), but because I don't like this kind of very restricted theme, wich leads to two or three main ideas, all the same for almost everyone, and it's very difficult to find something not that boring, to twist any of those first ideas - plus, here, some of the main ideas are weird or disgusting. So, without any surprise, I didn't came up with a satisfaying idea before late saturday night (much more sunday morning, in fact), just before going to bed. Fortunately, this was not too hard to program, so I managed to finish something playable in time, but, well, there is a lack of juicy things, no sound, only procedural graphics barely better than programer art, no story in game, and the balance is very approximative. I hope you will have at least a little fun playing it - I will have fun for sure trying yours.  \n:smile:  \n  \n**___**  \n  \nControls are on the game page, under the game.  \n  \nTips :  \n  \n\u2022 All the obstacles make different damage (for ex. crates hurts more than lamps, but less than cactus - yes, the green things are cactus, I swear)  \n  \n\u2022 The more you gain life, the more the difficulty raise, even for easy choice (the runs will be longer, and from times to times, the minimum bet will raise too)  \n  \n\u2022 If you finish a run without losing any life, you'll gain a safe bonus (function of the run long, but same whatever the bet difficulty)  \n  \n\u2022 Your best score is the longer life you reached. It's saved, even if you quit the game (as the *bookmaker* said, you can stop anytime :rolling_eyes:)  \n  \n**___**  \n  ","title":"Life Bet"}