Difference between revisions of "Game design"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 33: Line 33:
 
* [http://en.wikipedia.org/wiki/Game_design Game design] @ Wikipedia.com
 
* [http://en.wikipedia.org/wiki/Game_design Game design] @ Wikipedia.com
  
== Computer game design ==
+
== Algorithm games ==
 +
 
 +
* [https://www.topcoder.com/community/data-science/data-science-tutorials/algorithm-games/ Algorithm games]
 +
* [https://www.khanacademy.org/computing/computer-science/algorithms/intro-to-algorithms/a/a-guessing-game Intro to algorithms - guess game] @ khanacademy.org
 +
* [https://www.reddit.com/r/gamedev/comments/1aw8am/collection_of_game_algorithms/ Collection of Game algorithms]
 +
 
 +
=== Computer game design ===
  
 
* [http://www-cs-students.stanford.edu/~amitp/gameprog.html Amit’s Game Programming Information] by Amit  
 
* [http://www-cs-students.stanford.edu/~amitp/gameprog.html Amit’s Game Programming Information] by Amit  

Revision as of 16:45, 4 May 2016

Game design is the art of applying design and aesthetics to create a game.

For original games by myself and others, see: Games by Karl Jones and Friends.

Description

Game design facilitates interaction between players for playful, healthful, educational, or simulation purposes.

Game design can be applied both to games and, increasingly, to other interactions, particularly virtual ones (see gamification).

Game design creates goals, rules, and challenges to define a sport, tabletop game, casino game, video game, role-playing game, or simulation that produces desirable interactions among its participants and, possibly, spectators.

Academically, game design is part of game studies, while game theory studies strategic decision making (primarily in non-game situations).

Games have historically inspired seminal research in the fields of probability, artificial intelligence, economics, and optimization theory.

Applying game design to itself is a current research topic in metadesign.

See also

External links

Algorithm games

Computer game design