Projekt "W" (for Weltherrscher = World ruler) - "Phase 2" is a turn-based strategy game set in the not-so-distant future. You take control over one of the five big remaining nations and your goal is lead it to world domination. During this task you - Manage regions by constructing buildings - Manage divisions and military units - Attack enemy regions / defend your regions on hex-based 3D battle fields - Research dozens of technologies (to unlock new buildings and units) - Work on global projects to unleash them onto your enemies or use them for your own advantage - Hire agents, scientists and generals - Do espionage and sabotage on your enemies (including counter-espionage) The game uses OpenGL to render it's state-of-the art visuals and can be played either against human players (via hotseat) or against the AI.

Report RSS Projekt W - Dev diary: Going multiplatform

Projekt "W" is going multi-platform. Read the first developer diary on the hurdles to get a windows-only game ported to different platforms. The first new target will be Linux, followed by MacOS and maybe also Android in the (far) future.

Posted by on

Projekt "W" is going multi-platform! Step 1: Linux


Every developer knows that it's not easy developing a game for multiple platforms, especially if you don't have the manpower to do so. And since Projekt W is a spare time project I'm working on all alone after my daytime job as a programmer, making big decisions, like adding new platforms need to be well planned.

Now when using a programming language that's only available on a single platform (the game is developed with Delphi, which is pretty much windows only) it's a hard way getting your project onto other platforms. But since adding other platforms was soemthing I always had on my mind for this game I started porting the game to linux. And after almost two weeks of hard work and coding 'till late in the night I can announce the first successfull build of the game for linux!

So the first step was to get the game compile with a "different" programming language that supports multiple operating systems. Luckily there is the great free pascal compiler (with a nice IDE called "Lazarus") that is in many parts compatible to Delphi and offers support for many different platforms. So in the first run I made the code to compile with Delphi and free pascal. This meant replacing all libraries that are only available for Delphi and replace them with something that works on both compilers.

Next step now was to set up a development environment under linux. I went for Ubuntu (though I don't like their new user interface) in a virtual machine, installed free pascal and lazarus and imported my project. I also installed all necessary OpenGL packages to have the necessary extensions (compressed textures, frame buffer objects, etc.) at my disposal, so that the game actually loads.


As expected, I couldn't just compile the game under linux as it included stuff that only works under windows (reading operating system information, switchting display settings, creating render contexts, etc.). So the third step now was to make the code compatible with Linux. That's not as trivial as it may sound, as you need to use different functions to get user paths, create a render context, gather OpenGL extensions and get operating system information. But after a complete weekend of coding I finally got the game to compile under linux! Making this the first ever native linux build for my game!

There is still a lot of work to do as several code passages have been commented out for linux, and as you can see on the screenshot there are visual glitches, but that's nothing that can't be fixed.

So a linux version will be released some time in the future, and getting it over to MacOSX shouldn't be a problem now that linux is supported.

And maybe I'll even get around porting it to android tablets at some point in the future ;)

Post comment Comments
suve
suve - - 2 comments

Once a Linux version comes out, I am definitely going to check this one out. Keep up the good work!

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: