Skip to main content

Questions tagged [tutorials]

Tutorials are mechanisms for teaching a player about some game mechanic. This tag should be used for questions about implementing tutorials in a game project, not for questions about find tutorials for tasks (such questions are off-topic).

Filter by
Sorted by
Tagged with
1 vote
3 answers
212 views

I'm making a game where the player can move about by moving the mouse left and right. In particular, the speed at which you move the mouse controls how fast you move left or right in game. The problem ...
Robin's user avatar
  • 724
0 votes
0 answers
93 views

I was wondering how I could make an instruction panel for the users of my game in Unity. I will add a photo to this post that shows an instruction panel. Any explanations would be much appreciated!
Cezar P's user avatar
  • 45
2 votes
2 answers
316 views

A lot of my play-testers miss the tutorial notifications in my game. The notifications fade into the screen and fade out after the player progresses away from where the tutorial was relevant. I've ...
super potato's user avatar
18 votes
5 answers
7k views

I have an HTML game I built with Phaser 3, and I can't decide what to do with the controls. I've changed them several times, and now I feel like I've hit a sweet spot between usability and fun. ...
Cannabijoy's user avatar
3 votes
4 answers
447 views

I am making a game based on a grid and filling in certain squares with certain colors according to some rules. It is level-based, and the difficulty of a level is determined by the size of the grid ...
user avatar
3 votes
2 answers
315 views

I am making a game that only has a single level. It is a survival game. If there were multiple levels, I can have the player learn new skills gradually. For example, level one requires jumping, level ...
Evorlor's user avatar
  • 5,881
2 votes
1 answer
282 views

I'm creating one for my game and I'm confused a bit. I made special TutorialManager class and a number of steps to pass for player first time entered the game. The ...
Nbooo's user avatar
  • 123
2 votes
2 answers
323 views

I'm finishing my first browser game. I really don't know if I have to develop a "first login" tutorial or not. Do you think it's important? I hate the image-based tutorials, with just few screenshot ...
julian33's user avatar