Gametoolkits Wiki
Register
(Created page with "video|right|300px right|300px from puzzle script (temporary page info, place holder, no permission to use) http://www.puzzlescrip...")
 
No edit summary
 
Line 1: Line 1:
[[File:Placeholder|video|right|300px]] [[File:Placeholder|right|300px]]
+
[[File:Placeholder|video|right|300px]] [[File:Placeholder|right|300px]]
  +
  +
<p style="margin-top:0.5em;margin-bottom:0.5em;line-height:22.399999618530273px;color:rgb(37,37,37);font-family:sans-serif;">A '''tile-based video game''' is a type of video or [http://en.wikipedia.org/wiki/Video_game video game] where the playing area consists of small rectangular, square, or hexagonal graphic images, referred to as ''tiles''. The complete set of tiles available for use in a playing area is called a [http://en.wikipedia.org/wiki/Tileset tileset]. Tiles are laid out adjacent to one another in a grid; usually, some tiles are allowed to overlap, for example, when a tile representing a unit is overlaid onto a tile representing terrain. Tile-based games usually simulate a [http://en.wikipedia.org/wiki/Top-down_perspective top-down] or "[http://en.wikipedia.org/wiki/2.5D 2.5D]" view of the playing area, and are almost always [http://en.wikipedia.org/wiki/2D_computer_graphics two-dimensional].</p>
  +
  +
<p style="margin-top:0.5em;margin-bottom:0.5em;line-height:22.399999618530273px;color:rgb(37,37,37);font-family:sans-serif;">Tile-based games are not a distinct [http://en.wikipedia.org/wiki/Video_game_genre video game genre]; rather, the term refers to the technology a [http://en.wikipedia.org/wiki/Game_engine game engine] uses for its visual representation. For example, ''[http://en.wikipedia.org/wiki/Ultima_III Ultima III]'' is a [http://en.wikipedia.org/wiki/Role-playing_video_game role-playing video game] and ''[http://en.wikipedia.org/wiki/Civilization_(video_game) Civilization]'' is a [http://en.wikipedia.org/wiki/Turn-based_strategy turn-based strategy] game, but both use tile-based graphic engines. Tile-based engines allow developers to create large, complex gameworlds efficiently and with relatively few [http://en.wikipedia.org/wiki/Art_asset art assets].</p>
  +
  +
  +
  +
  +
 
from puzzle script (temporary page info, place holder, no permission to use)
 
from puzzle script (temporary page info, place holder, no permission to use)
   
Line 8: Line 17:
   
   
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:'HelveticaNeue',Helvetica,Arial,sans-serif;line-height:20px;">PuzzleScript is a game engine designed to help you make tile-based puzzle games. The most famous tile-based puzzle game is sokoban:</p>
+
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:HelveticaNeue,Helvetica,Arial,sans-serif;line-height:20px;">PuzzleScript is a game engine designed to help you make tile-based puzzle games. The most famous tile-based puzzle game is sokoban:</p>
  +
 
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:'HelveticaNeue',Helvetica,Arial,sans-serif;line-height:20px;">
  +
</p>
   
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:'HelveticaNeue',Helvetica,Arial,sans-serif;line-height:20px;"></p>
+
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:HelveticaNeue,Helvetica,Arial,sans-serif;line-height:20px;">Sokoban has one rule:</p>
   
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:'HelveticaNeue',Helvetica,Arial,sans-serif;line-height:20px;">Sokoban has one rule:</p>
 
 
*If a player is trying to walk into a crate, try to push that crate.
 
*If a player is trying to walk into a crate, try to push that crate.
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:'HelveticaNeue',Helvetica,Arial,sans-serif;line-height:20px;">PuzzleScript allows you to express this succinctly:</p>
+
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:rgb(51,51,51);font-family:HelveticaNeue,Helvetica,Arial,sans-serif;line-height:20px;">PuzzleScript allows you to express this succinctly:</p>
   
 
==Section heading==
 
==Section heading==

Latest revision as of 00:31, 25 June 2014

tile-based video game is a type of video or video game where the playing area consists of small rectangular, square, or hexagonal graphic images, referred to as tiles. The complete set of tiles available for use in a playing area is called a tileset. Tiles are laid out adjacent to one another in a grid; usually, some tiles are allowed to overlap, for example, when a tile representing a unit is overlaid onto a tile representing terrain. Tile-based games usually simulate a top-down or "2.5D" view of the playing area, and are almost always two-dimensional.

Tile-based games are not a distinct video game genre; rather, the term refers to the technology a game engine uses for its visual representation. For example, Ultima III is a role-playing video game and Civilization is a turn-based strategy game, but both use tile-based graphic engines. Tile-based engines allow developers to create large, complex gameworlds efficiently and with relatively few art assets.



from puzzle script (temporary page info, place holder, no permission to use)


http://www.puzzlescript.net/Documentation/rules101.html


PuzzleScript is a game engine designed to help you make tile-based puzzle games. The most famous tile-based puzzle game is sokoban:

Sokoban has one rule:

  • If a player is trying to walk into a crate, try to push that crate.

PuzzleScript allows you to express this succinctly:

Section heading[]

Write the first section of your page here.

Section heading[]

Write the second section of your page here.