43 pointsby toilet7 hours ago6 comments
  • wxw6 hours ago
    I've not heard of Neverball. From the site, https://neverball.org/

    > Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill.

    Nice map/level tool!

    • toilet4 hours ago
      Everybody must play Neverball at least once in their lives, it's a fantastic game I've come back to so many times throughout the years. I recommend using the arrow keys to control the ball and optionally the S and D keys to turn the camera, also if you go to the settings you can play as a globe or an eyeball.
    • doublerabbit15 minutes ago
      Xorg version is broken for me :( although you can play in browser.

      https://play.neverball.org/

    • jdw644 hours ago
      thanks!
  • icase18 minutes ago
    >”written in rust hehehe!” >tab closed
  • mappuan hour ago
    Blender has all these curve tools and more, it might be interesting to write an exporter to the Neverball file format if one doesn't exist yet.
  • kidfiji4 hours ago
    Played a lot of this game on PC during the good ol' days of Super Monkey Ball :)
  • ilvez4 hours ago
    Oh the lost hours in Neverball..
  • bobbytheblkbear6 hours ago
    17 megabytes of sloppy Rust (I am so tired of this crappy language) code to accomplish what can be done in 4mb or less of C++.

    "curveball"|"curve generator" it's called a spline, felicia.

    • egeozcan5 hours ago
      > "curveball"|"curve generator" it's called a spline, felicia.

      While I have nothing against you personally, obviously because I don't know you, I'll be honest, reading this made me want to make a JS version using Electron and make an "isomorphic" curve generator library, just to get your reaction :)

    • dahart2 hours ago
      > it’s called a spline, felicia.

      This project looks like it uses piecewise circular arc curves, no? Those usually aren’t called splines, FWIW. I’m sure the terminology is not absolute, but splines are typically defined as piecewise polynomial curves.