Helicopter Game 1
A downloadable game for Windows and Linux
So it's barely a game, but there is a helicopter. You can fly around and stuff.
I was just messing around and wanted to release something so here it is. It's kinda awful, but it is something, so that's cool yk. If you do, thanks for playing.
__________________________________
You can see the worst code I've ever written here.
Install instructions
Extract the .zip file and start an executable.
Comments
Log in with itch.io to leave a comment.
Good work! Kinda demanding, but gives fun after a bit of practice! I liked the most a way to control a heli - with a mouse buttons plus a keyboard. Pls consider my few remarks:
1) I tried three times before my first successful take off. Why three? In the "flight school" you haven't mentioned abt 1,2,3 keys to start the engine! Only 'c' key, which apparent didn't work at all. So I couldn't fly. But I liked what I could see and tried once more, reading carefully the instructions - but still, not a single word abt 1,2,3 keys (as u see - I played on keyboard).
2) add instructions from "flight school" to the game page, could be usefull
3) technical one: you have prepared the project in Forward+ renderer, but my laptop with i915 for some reasons got some problems and I got only ~30 FPS! but I noticed this:
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
Vulkan API 1.2.182 - Forward+ - Using Vulkan Device #0: Intel - Intel(R) UHD Graphics (CML GT2)
Requested V-Sync mode: Disabled
As you see it tells "Forward+". So in a command line I addedProject FPS: 38 (26.31 mspf)
Project FPS: 38 (26.31 mspf)
--rendering-driver opengl3
and switched to OpenGL (not Vulcan). That gave me 60 FPS.
So I like your work. Keep going with the project!