Best strat: enjoy the game, play what you feel like when you feel like it. Don't think about what you are doing or why, enjoy the gameplay, the artistry behind the stepfile, and enjoy the music.
When the game isn't fun for you anymore, take a break. It's not a job, nobody here is professional and getting paid to play and force themselves to constantly improve... it's a game.
Originally posted by Shashakiro
Yeah, FFR is addicting...I don't think I'll get bored with this game unless I somehow become the best at it, which won't happen.
Hah, interesting. This was the output from mine, more function-oriented (for the person running the event) than display-oriented (for the participants, other than to see what they won). I just put in the list from the OP and the winning numbers and the result is sorted by amount won and then by the order in the OP (I assume entry order). Updating payouts might be a pain the way I did it, dunno how to improve that. But oh well :P
One-handers unite! ~~~~~ Blackflags: 49 and counting.
Best AAAs: Enchanting Venus [50], Yukitsuki-yashou [49], Faces [47], Lunar Eclipse [47], Pulling Through [46], Pinkie's Castle (<3) [41].
Hah, interesting. This was the output from mine, more function-oriented (for the person running the event) than display-oriented (for the participants, other than to see what they won). I just put in the list from the OP and the winning numbers and the result is sorted by amount won and then by the order in the OP (I assume entry order). Updating payouts might be a pain the way I did it, dunno how to improve that. But oh well :P
Intriguing, indeed. I could probably organize it by payout if I spent the time to actually run it all through a sort, but didn't feel like it lmao. In terms of the format... I want to rewrite it to read it with the format he has, but even then spacing would be super important within the brackets.
Intriguing, indeed. I could probably organize it by payout if I spent the time to actually run it all through a sort, but didn't feel like it lmao. In terms of the format... I want to rewrite it to read it with the format he has, but even then spacing would be super important within the brackets.
Yeah, I have a pretty easy-to-use sort function from class so that was easy to do. I dunno what language you're using or what all the different languages can do, but I'm using Python and used eval() for the main five picks so it didn't matter (did have to fix one number that was "06" manually though). Same for the other two since int() removes any spaces.
One-handers unite! ~~~~~ Blackflags: 49 and counting.
Best AAAs: Enchanting Venus [50], Yukitsuki-yashou [49], Faces [47], Lunar Eclipse [47], Pulling Through [46], Pinkie's Castle (<3) [41].
Comment