Show HN: Rocket Drone, a lunar lander type game for the web
91–96 of 96 posts
Re: Show HN: Rocket Drone, a lunar lander type game for the web
#92Re: Show HN: Rocket Drone, a lunar lander type game for the web
#93I ran this full screen and let other people play. Some notes: It's a really easy game if you have a slow computer, the physics has to be separated from the graphics. Add a splash screen with the "Rocket drone" name when you die so it's easier to know what's being played. The instructions for using P and Q was not obvious for three people who tried it. (non native speakers and children). N=5 Fun as a fast game or as a…
Thanks for the user test :) I updated the game loop to be separate from the rendering loop. Any chance you can tell me if it is still slow?
Just tried it on my son's machine, which is the same hardware as mine (but running Windows rather than Linux, both of us using Brave for browsing) and it's fast there too. On my machine, even the clock rendering is dramatically slower than real-time; I'm not sure what's going on.
Re: Show HN: Rocket Drone, a lunar lander type game for the web
#94Always been a huge fan of these types of games, and I think this one nails the frustration-that-means-you-appreciate-the-wins-more feeling that lots of arcade games had, and that so many modern games miss.
Re: Show HN: Rocket Drone, a lunar lander type game for the web
#95Hi all, thanks for all the great feedback so far! Here is a bit more context: I (also go by wavy) made this game while taking a break from my work project. It was inspired by the old-school lunar lander games as well as drone racing. I wanted to build something that illustrates the difficulty of drone flight. It was made in p5.js over the course of several weekends. I never really intended on publishing it until I sh…
Re: Show HN: Rocket Drone, a lunar lander type game for the web
#96I ran this full screen and let other people play. Some notes: It's a really easy game if you have a slow computer, the physics has to be separated from the graphics. Add a splash screen with the "Rocket drone" name when you die so it's easier to know what's being played. The instructions for using P and Q was not obvious for three people who tried it. (non native speakers and children). N=5 Fun as a fast game or as a…
Thanks for the user test :) I updated the game loop to be separate from the rendering loop. Any chance you can tell me if it is still slow?