I am trying to make a game similar to The Battle Cats. I know something about programming, but i don’t know how to make the battle scene. The scene needs:
1 player and enemy unit
Player and enemy base
Win/lose condition
6 buttons to spawn player units (they have to be able to spawn any unit after configuring loadout(for later, because the game is a roguelike))
The base spawning enemy unit
The whole thing (base spawning enemy units) has to be configurable for later levels
Yes, this is a LOT, but this is the game I want to make.
Any help will be apprieciated.
Then would be easy!
First you have to make a player that can like shoot bullets/shoot smoke or whatever(I saw in the game) then make sure it can kill an enemy.
Let’s start by making a character :
Can you say will be the character controllable or not?
Those are quite general. You’re practically asking how to make the whole game. How do you expect people respond to such a broad question? As @Frozen_Fried suggested, go through the introductory tutorial in the official docs to familiarize yourself with key engine concepts and functionalities and then apply them to your specific problems.