RaynerLucent's recent activity

  1. Comment on I, like many of you came from Reddit. But what brought you to Reddit? in ~tech

    RaynerLucent
    Link
    I started by browsing the Starcraft 2 and League of Legends communities, but I only made my account when I wanted to talk about Diablo 3. I've been finding it especially pertinent that the timing...

    I started by browsing the Starcraft 2 and League of Legends communities, but I only made my account when I wanted to talk about Diablo 3. I've been finding it especially pertinent that the timing of me leaving reddit comes with the launch of a Diablo game, given how I ended up starting my time on the site.

    1 vote
  2. Comment on What programming/technical projects have you been working on? in ~comp

    RaynerLucent
    Link
    Currently building a web app to help with finding the optimal move in the board game Can't Stop. I'm trying to program everything in React and Python, but I keep finding myself in the weeds...

    Currently building a web app to help with finding the optimal move in the board game Can't Stop. I'm trying to program everything in React and Python, but I keep finding myself in the weeds fiddling with CSS when I should be working on adding more functionality. So far, I've set up the functions to check and display the valid dice rolls given sums chosen, and express what percentage of the overall number of rolls that is. Next I want to add the ability to add a third sum given the first two, tell the player which third sum is the best to choose, and finally roll them all together and give optimal strategies based on your initial dice roll.