hi
i am working on an old NES game remake. i played this game a lot on my old NES.
i really liked this game and i wanted to make it for a long time. i must admit that i thought it would be a piece of cake but i found it that even such a simple looking game can be sometimes though.
i had small issues with making the level run in a loop so there is only 1 level and the bunny can drive in one direction always in a loop without creating 1000000 objects. so i managed to do that but it took me a lot of thinking and time.
here are the results (zoomed out to see the loop process): (Note that the nodes amount stay the same !!! (very important for good performance))
zoomed in (FOR NOW NOW ANIMATION OR ANYTHING ELSE, ITS STILL THE TESTING STAGE):
some notes i did to find the solution
i am working on an old NES game remake. i played this game a lot on my old NES.
i really liked this game and i wanted to make it for a long time. i must admit that i thought it would be a piece of cake but i found it that even such a simple looking game can be sometimes though.
i had small issues with making the level run in a loop so there is only 1 level and the bunny can drive in one direction always in a loop without creating 1000000 objects. so i managed to do that but it took me a lot of thinking and time.
here are the results (zoomed out to see the loop process): (Note that the nodes amount stay the same !!! (very important for good performance))
zoomed in (FOR NOW NOW ANIMATION OR ANYTHING ELSE, ITS STILL THE TESTING STAGE):
some notes i did to find the solution