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
2 votes
1 answer
138 views

I've recently come up with a decently hard video game concept where the player needs to figure out concepts and abilities in order to use them. There is no tutorial or anything similar showing them ...
AussieNote's user avatar
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
20 votes
2 answers
3k views

Interactive in-game tutorials often interrupt game flow and override standard behavior in a way that can be difficult to implement cleanly. For example, imagine we have an action game and we want a ...
Kevin's user avatar
  • 6,976
2 votes
2 answers
317 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
6 votes
5 answers
741 views

We have released our new game to a closed alpha group. It's a browser-based MMO RTS, however some aspects of the game are slightly different from the "standards" you'd expect to see in traditional RTS'...
Arj's user avatar
  • 349
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
1 vote
0 answers
76 views

My game has similar mechanics as Flappy Bird game. When you tap or hold the screen with your finger, character goes up. Everybody who tested the game forgot to hold touching the screen, instead they ...
berkc's user avatar
  • 123
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
2 votes
2 answers
1k views

I've created a new RPG and tested it with some players. They like it, but get lost at certain points. For example, I'm using hotkeys to open modals, T to talk, ...
user3871's user avatar
  • 1,065
3 votes
2 answers
317 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
22 votes
8 answers
2k views

I have tutorial text (which I plan to augment with voice-over later, but it must be text for now, because I have not contracted a VO actor yet). The text presents itself in dialogs, which are like ...
bobobobo's user avatar
  • 17.2k
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
13 votes
4 answers
2k views

I've been thinking about how puzzle platformers teach players how to play. I like Super Meat Boy, particularly the way in which it teaches you without noticing you are being taught. It kept me ...
MatzWhat's user avatar
  • 133
2 votes
2 answers
324 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
15 votes
2 answers
592 views

Has there been any research into how to maximize in-game tutorials effectiveness? Any blogs, articles or research papers would be appreciated.
benregn's user avatar
  • 253