parent
51c4db334f
commit
11591efdcd
331 changed files with 10296 additions and 0 deletions
7
marble_race.md
Normal file
7
marble_race.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Marble Race
|
||||
|
||||
Marble race is a simple [real life](irl.md) [game](game.md) in which marbles (small glass balls) are released onto a prepared track to race from start to finish by the force of gravity. This game is great because it is [suckless](suckless.md), cheap (i.e. accessible), [fun](fun.md) and has almost no [dependencies](dependency.md), not even a [computer](computer.md) -- such a game will be playable even after the technological [collapse](collapse.md).
|
||||
|
||||
Even though this is a real life game, a computer version can be made too, in different forms: [2D](2d.md), [3D](3d.md), realistic or with added elements that would be impossible in real life, such as teleports. And indeed, there have been many games and mini-games made based on this form of entertainment.
|
||||
|
||||
From the implementation point of view it is very convenient that marbles are of spherical shape as this is one of the simplest shapes to handle in physics engines.
|
Loading…
Add table
Add a link
Reference in a new issue