HP Forums
3D-maze game - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: 3D-maze game (/thread-8473.html)



3D-maze game - wangchong01 - 06-09-2017 04:53 AM

Hello,
I have created a 3d game.You need to eat 3 red diamonds and then eat the diamond in cyan to win.Press alpha to step forward and shift to go backward.Use Mouse to rotate view.You can change the depth of the camera by pressing + and -for a better view.Hope you will like the game.
I have changed it to 1.6 to fix problem while running in a virtual calculator.


RE: 3D-maze game - Mic - 06-10-2017 01:51 PM

The emulator crashes with the game.


RE: 3D-maze game - wangchong01 - 06-10-2017 02:08 PM

try to use firmware above 10077 or real prime,if the problem still exists then reply to me.I think it may be due to 1/0 because the render on computer is too quick.


RE: 3D-maze game - Freire - 06-11-2017 02:35 PM

I don't know if it was expected, but up arrow and down arrow leads the game to go up and down instead of (what I suspect) should get you moving forward and backwards.


RE: 3D-maze game - wangchong01 - 06-12-2017 05:01 AM

Press alpha and shift to go forward or backward.Up and down arrow keys is only for debug.


RE: 3D-maze game - XY0797 - 02-25-2021 02:06 PM

Hello, I have improved your 3D maze 1.6. I set the up arrow and down arrow to forward and backward, and adjust the angle of view through the left arrow and right arrow, so that we can play with one hand.
I use the TICKS()WAIT() function to lock the refresh rate. When the refresh rate is less than 40ms, the refresh rate is locked at 40ms ± 10ms. In this way, the sensitivity of high-performance hardware such as virtual machine will not be too high to use the touch screen.
In addition, the up and down movement code and scaling code are commented.