I want to create strategy game and sell it online but how?

I want to create strategy game normally I created my own program on C# using directx but that will take long time and I think if I use a ready engine I can do it faster. Naturally, I have some concerns in my mind.

1-I used C# and if I use unreal engine will I get difficulties to write scripts for my game ?
2-Can UE4 be used for strategy games ?
3-If they all okay I do not have enough money to pay anyone If I sell it example on steam how will the licensing be for my game ? Steam will take something and what about unreal tech. ?

  1. I’d recommend asking that question on a different AnswerHub page not related to licensing questions.
  2. It’s certainly ok under the Unreal Engine EULA to develop a strategy game.
  3. Royalty to Epic is 5% of the game’s gross revenue (after the first $3000 in revenue per quarter). So you won’t have to pay anything until you’re already making money.

Thank you very much.

  1. Pick your genre. While every successful game is unique in its own way, almost all of them fit into a specific genre. Decide what kind of game you want to create, and look at what other games in the same genre do. Some common genres include:
    Arcade games
    Shooters
    Puzzles
    Platformers
    Racing
    Adventures
    Endless runners
    RPGs
    First person shooter
    Story/Manga driven JRPG
    Tower Defenses
    Horror
    Fighters
    Comedy
    Survival
  2. Pick your platform. The platform that you choose to develop your game for will significantly impact the way it is developed. The platform dictates the way the game is controlled; smartphone games are typically touch- and tilt-based, PC games typically use a keyboard and mouse, and console games use gamepads.
    There are exceptions to all these rules, but you will generally find it easier to design the game around a specific control method.
    If you want to make an iPhone game, you will need to submit it to the Apple store from a Mac computer.
  3. Write out the preliminary design. This should just be at least one page, but will be the heart of the gameplay experience you create. It contains the fundamental concepts of your game, and will allow you to see if your idea is really viable as a video game.
  4. Start with a core philosophy. This statement will serve as the motivating force behind the game. These are very simple statements that get to the heart of what the game is. Revisit it often to ensure that your game is still meeting its basic goals. Some example core philosophies:
    This game simulates a space station economy
    This game lets you play as a living car
    This game is about testing the player’s reflexes
  5. Write down your features. The features are what sets your game apart from others in the same genre. Start by listing your ideas and concepts. Turn those concepts into action-driven sentences. Shoot for between 5-15 features. For example:
    Concept: space station construction.
    Feature: Build and manage your own personal space station.
    Concept: damage from asteroids
    Feature: Struggle to survive against environmental hazards, including asteroids, solar flares, and comets.
    Writing down your features first will allow you to flesh each one of them out later in the design document. Having your features listed in the beginning will keep your project focused and prevent “feature-creep”, where ideas keep getting added later on in the process.
    Continue to revise these features until you are satisfied that they represent the game that you want to make.
  6. Take a break. Put the preliminary design in a drawer and try not to think about it for a week or two. You want to be able to go back to it with a fresh perspective. This will help you determine if the project is really worth pursuing, or if you need to go back to the drawing board.