Jump to content

Game for desktops via Steam? Full resolution available?


grumpygamer
 Share

Recommended Posts

Ok, the title is a bit preposterous :)

 

If I can I'd like to - later on in my years - release the game I'm making as a desktop version somewhere, maybe free; not sure yet.

It's not mobile optimised at all and, naively enough, I don't want to make it mobile.

Under this light do you think I can take advantage of a full resolution screen for UI elements?

If so what res do you think would be the best? I was hoping a 1920*1080 default res.

 

Also will I be able to port it to a proper game?

There will be ajax calls to database, etc...

 

Thanks for your opinions.

 

Link to comment
Share on other sites

That's kinda my plan with my game, so I'm going to answer "yes". My game scales as much as it can while maintaining the correct aspect ratio and my UI elements are going to be sprites within the game anyway.

 

As for publishing it, my current plan is to wrap it in node-webkit for desktop and probably not publish for mobile (which I realize is dumb).

Link to comment
Share on other sites

Ha! Sounds interesting!

I read about that Node Webkit that it will have to run in browsers, which sparks some questions:

- Will the code be editable in the dom?

  I'm not sure I want people to tamper with all my carefully crafted values, multipliers and modificators :)

- Will I be able to trigger a full screen like normal games do?

 

Maybe better to use a full game framework such as unity?

Link to comment
Share on other sites

NW runs your app/game in a standalone process, not in a browser. It also lets you run fullscreen and can to a degree hide/obfuscate your code (you can't just open the developer tools inside NW) though it's probably not going to deter hackers if you're really worried about people seeing your code.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...