This looks awesome! I remember playing line rider when I was in school!
Show HN: SineRider, a game inspired by my TI-86
21–30 of 33 posts
Re: Show HN: SineRider, a game inspired by my TI-86
#22Re: Show HN: SineRider, a game inspired by my TI-86
#23I'm not able to change the function on the second level. The input field is not responding. Seems like a great concept!
What OS and browser are you on? Does this persist when you refresh?
Re: Show HN: SineRider, a game inspired by my TI-86
#24Re: Show HN: SineRider, a game inspired by my TI-86
#25Re: Show HN: SineRider, a game inspired by my TI-86
#26My heuristic for evaluating a game for educational value is
"Is mastery of and success in the game directly proportional to understanding and comfort with the core academic proposition of the game."
This game scores brilliantly there. I hope educators learn to recognize the power of engagement in learning, and cultivate a sense of evaluating effective learning games.
Re: Show HN: SineRider, a game inspired by my TI-86
#27Re: Show HN: SineRider, a game inspired by my TI-86
#28Earlier quoted context omitted.
What do you mean by bug? It's true that you can get slightly different simulations at different zoom levels due to the sampling optimizations needed to draw a new graph every frame, is this keeping you from completing the level?
The graph goes crazy. The sine is spiky, like there were too few samples or some kind of sampling aliasing. This happens in the web plugin and standalone Windows exe. It's so hard to explain, but I loved the game so much I'll download a screen recording tool to show what's going on. Will edit as soon as I get the video captured. EDIT: Downloaded the worst video capture tool but here it is: - Default state, zooming in…
Re: Show HN: SineRider, a game inspired by my TI-86
#29Maybe you should consider using an arbitrary-precision math library to calculate the graph and physics rather than relying on doubles.
In the future I'd like to have a parser that's fast enough to sample at least every pixel, but until then it's going to be a little janky.