Please enable JavaScript.
Coggle requires JavaScript to display documents.
Start with game making : - Coggle Diagram
Start with game making :
Basic of element for game
Graphics – Refer to
images or graphics
effects that draw players
to the game
Sound – Refers to music
and sound effects that
make the game more
interesting.
Interface – Determines
how the game is played,
for example using a
mouse or keyboard.
Story – Refers to the
storyline and objective(s)
of the game.
Gameplay – Refers to the engagement level and
playability of the game. For example, a single-player
game compared to a multiplayer game.
Basic Components of a game algorithm
Initialisation
Displaying instructions
Actual game play
Conditions
Scoring
Movement
Game loop
Writing game instructions
• the objective(s) of the game;
• which keys or mouse controls to use; and
• the win/lose conditions.