The Powder Toy

From RetroWikipedia
Revision as of 14:33, 29 April 2025 by imported>KatnissEverdeen (Reverted 3 edits by 2601:548:C100:67E0:E0CB:D276:CC75:41B7 (talk) to last revision by 174.92.45.167)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search




{{#if:|<td styl_

The Powder Toy is a falling-sand game originally created by Stanislaw K. Skowronek (also known as Skylark). It is now developed and maintained by LBPHacker, Simon, jacob1 and other contributors on GitHub. The Powder Toy is free and open-source software licensed under the GNU General Public License version 3.0.[2] A total of 258 (as of February 2025) different in-game materials (or "elements"), each with custom behavior and interactions, are available in the game.[3] In June 2024, The Powder Toy was released on Steam.[4]

Gameplay

The Powder Toy, (abbreviated TPT), is a sandbox video game programmed primarily in C++ that allows users to create content in-game to share using its online level sharing system.

A public server for sharing in-game creations is provided as part of the game itself, allowing users to share anything that abides by the rules. Examples of player shared creations include functioning circulatory systems, nuclear power plants, nuclear bombs, and computers.[3] Content is rated using upvotes and downvotes, and can be reported to the moderators if it breaks the on-site rules.

Modding

The Powder Toy allows users to add plugins and mods to the game with Lua scripting[5] and change the mainly C++ code base. The source code is available on GitHub and can be compiled using Meson.[6]

A mod manager can be installed using the built-in console using the tpt.installScriptManager()[7] command.

Users have created many forks and mods. The most popular of which include:

The former is a Lua script and the latter two are all forks of the source code.[8]

April Fools

The Powder Toy features annual April fools update, most notably the 3D Mode update, alongside the addition of a fake currency called Powdercoins. The April Fools updates are usually removed shortly following April Fools. These updates remaining in the game is very rare.

Reception

edgalaxy.com called The Powder Toy a "great science game" for its potential use as a learning aid through its accurate portrayal of physics, chemical reactions and more.[9]

References

  1. "ThePowderToy: Readme". GitHub. Archived from the original on 2018-03-29. Retrieved 2018-03-28.
  2. "ThePowderToy: License". GitHub. Archived from the original on 2018-03-29. Retrieved 2018-03-28.
  3. 3.0 3.1 Cox, Matt (2019-10-10). "From falling sand to Falling Everything: the simulation games that inspired Noita". Rock, Paper, Shotgun. Archived from the original on 2019-11-15. Retrieved 2019-11-15.
  4. "Classic free physics sandbox game The Powder Toy is now on Steam". GamingOnLinux. 2024-06-17. Retrieved 2024-07-22.
  5. "Powder Toy Lua API". The Official Powder Toy Wiki, Retrieved 10/28/2024.
  6. "Building TPT with Meson". The Official Powder Toy Wiki, Retrieved 10/28/2024.
  7. "Running Lua Scripts". The Official Powder Toy Wiki, Retrieved 10/28/2024.
  8. "Mod Collection". The Official Powder Toy Wiki, Retrieved 10/28/2024.
  9. Explosive fun for students with THE POWDER TOY a great science game Archived 2012-04-17 at the Wayback Machine on edgalaxy.com (2010-09-03)
A user interacting with community-produced content.
Developerjacob1, Simon, LBPHacker and various other GitHub contributors[1]
Operating system