Update
This commit is contained in:
parent
3feba5f984
commit
ddf82add81
17 changed files with 104 additions and 26 deletions
|
@ -1,6 +1,8 @@
|
|||
# Minigame
|
||||
|
||||
Minigame is a very small and simple [game](game.md) intended to entertain the player for just a short amount of time, unlike a full fledged game. Minigames may a lot of times be embedded into a bigger game (as an [easter egg](easter_egg.md) or as a part of a game mechanic such as lock picking), they may come as an extra feature on primarily non-gaming systems, or appear in collections of many minigames as a bigger package (e.g. various party game collections). Minigames include e.g. [minesweeper](minesweeper.md), [sokoban](sokoban.md), the Google [Chrome](chrome.md) T-rex game, [Simon Tatham's Portable Puzzle Collection](stppc.md), as well as many of the primitive old games like [Pong](pong.md) and [Tetris](tetris.md). Minigames are nice from the [LRS](lrs.md) point of view as they are [minimalist](minimalism.md), simple to create, often [portable](portability.md), while offering a potential for great [fun](fun.md) nevertheless.
|
||||
Minigame is a very small and simple [game](game.md) intended to entertain the player in a simple way, usually for only a short amount of time, unlike a full fledged game. Minigames may a lot of times be embedded into a bigger game (as an [easter egg](easter_egg.md) or as a part of a game mechanic such as lock picking), they may come as an extra feature on primarily non-gaming systems, or appear in collections of many minigames as a bigger package (e.g. various party game collections). Minigames include e.g. [minesweeper](minesweeper.md), [sokoban](sokoban.md), the Google [Chrome](chrome.md) T-rex game, [Simon Tatham's Portable Puzzle Collection](stppc.md), as well as many of the primitive old games like [Pong](pong.md) and [Tetris](tetris.md). Minigames are nice from the [LRS](lrs.md) point of view as they are [minimalist](minimalism.md), simple to create, often [portable](portability.md), while offering a potential for great [fun](fun.md) nevertheless.
|
||||
|
||||
Minigame is an ideal project for learning [programming](programming.md).
|
||||
|
||||
Despite the primary purpose of minigames many players invest huge amounts of time into playing them, usually competitively e.g. as part of [speedrunning](speedrun.md).
|
||||
|
||||
|
@ -47,8 +49,9 @@ This is a list of just some of many minigames and minigame types.
|
|||
- **[solitaire](solitaire.md)**
|
||||
- **[snake](snake.md)**
|
||||
- **[sudoku](sudoku.md)**
|
||||
- **[tangram](tangram.md)**
|
||||
- **[tetris](tetris.md)** (block game, "tetris" is trademarked)
|
||||
- **The Witness puzzles**: The kind of puzzles that appear in the game The Witness.
|
||||
- **[The Witness](the_witness.md) puzzles**: The kind of puzzles that appear in the game The Witness.
|
||||
- **[tic-tac-toe](tic_tac_toe.md)**
|
||||
- **[tower of hanoi](tower_of_hanoi.md)**
|
||||
- **[tron](tron.md)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue