I have just uploaded my latest game onto my website: Space Cadets. A two player game in which the two players must shoot at each other in order to get more points to win the match.
The game features 10 characters and their spacecraft to choose from, also selectable time intervals for the rounds, 3, 5, 7 or 9 rounds and multi-language support.
Making the game
After finishing my previous game in the summer I fired up a Commodore Plus 4 emulator just to have some fun. While I was browsing my collection of games I found one called Wildfire ( https://plus4world.powweb.com/software/Wildfire ). I liked the gameplay so I decided to create something similar. The core worked after 3 hours of design and code, but unfortunately it took me more time than I expected to finish and fine tune the game because of work.
Technical notes
My previous games all support different aspect ratios but when I tested this game with different aspect ratios I found that the gameplay is not what I had planned, so I decided to take a different approach. When you run the game, it checks your aspect ratio and if it is not 16:9, the game opens a windowed screen instead of going fullscreen or borderless. In this case you cannot change the screenmode in the Settings menu. May not be the best solution, but for now it works.
I would also appreciate any feedback on the Linux version as I ran into some difficulties I had never experienced before. When I start the game by clicking on the executable file, it works fine. But when I try to add the game to the menu, something I do with all my games, the game won’t start. It seems that it cannot find some files, but I am not sure.
How to install
The game is available as an install package or as a zip archive. You can find a DirectX 9 and a DirectX 11 version. If you choose to install the game using the installer, the icon/shortcut will start the DirectX 9 version. Of course this can easily be changed.
The Linux version is also available as a tar.gz package. I compiled it on Ubuntu 20.04.
Download
You can download it from my website: www.nightloversgamestudio.net
Have fun playing the game!
