Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Controller or Keyboard

A topic by Brother Daniel created Aug 24, 2019 Views: 231 Replies: 3
Viewing posts 1 to 3

I already have my game idea and am currently building the game engine. I am working on implementing controls and want you ask everyone's opinion.

Do you use/prefer gamepad or keyboard controls? I ask because my plan is to set up my game to ask if the player has an Xbox gamepad plugged in and if they want to use it. If so, then it will turn on an alert that activates the gamepad controls. If not, then it makes the keyboard the main controller.

Submitted

Keyboard first then add a controller possibility if you want, most of the testers won't be able to test it otherwise :)

Submitted

Why don't you add a bool that says: Use Controller and then you can Play with a Controller.

I'm not using Unity. I'm using a different engine.