This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
|
Original author(s) | Stanislaw K. Skowronek |
---|---|
Developer(s) | jacob1, Simon, LBPHacker and various other GitHub contributors [1] |
Initial release | 2008 [A] |
Stable release | 98.2 / 1 April 2024 [3] |
Repository | |
Platform | Windows, macOS, Linux, Android |
Type | Single-player falling-sand game |
License | GPLv3 |
Website | powdertoy |
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. [4] A total of 193 (more may have been added since this data was gathered) different in-game materials (or "elements"), each with custom behavior and interactions, are available in the game. [5] In June 2024, The Powder Toy was released on Steam. [6]
The Powder Toy (abbreviated TPT), like most falling sand games, is a sandbox video game that allows users to create things in-game to share using its online level sharing system, which includes a Front Page (often referred to as FP).
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. [5] Content is rated using upvotes and downvotes, and can be reported to the moderators if it breaks the on-site rules or plagiarizes other works.
The Powder Toy allows users to change the game itself with Lua scripting [7] , and C++ coding [8] , as it was made using C++. The source code is available on GitHub and can be compiled using Meson.
A mod manager can be downloaded using the console with the following command: tpt.installScriptManager()
. [9] It works on all versions of The Powder Toy.
Many users have created C++ mods and Lua scripts. The most popular of which include: TPTMPV2 by LBPHacker, SpikeViper's Biology Mod by SpikeViper, Jacob1's Mod by jacob1, and TPT-Ultimata by Lord_Bowserinator. The former is a Lua script and the latter three are all C++ mods. [10]
The developers usually host an April Fools [11] joke every year. Notably, the 3D mode feature was added as an April Fools joke, alongside the addition of a new fake purchasable in game currency called Powdercoins. Normally all April Fools update features are removed very quickly after April Fools, and it is rare that any of them stay in TPT in the long term.
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. [12]
Lua is a lightweight, high-level, multi-paradigm programming language designed mainly for embedded use in applications. Lua is cross-platform software, since the interpreter of compiled bytecode is written in ANSI C, and Lua has a relatively simple C application programming interface (API) to embed it into applications.
Irrlicht is an open-source game engine written in C++. It is cross-platform, officially running on Windows, macOS, Linux and Windows CE and due to its open nature ports to other systems are available, including FreeBSD, Xbox, PlayStation Portable, Symbian, iPhone, AmigaOS 4, Sailfish OS via a Qt/QML wrapper, and Google Native Client.
Multi Theft Auto (MTA) is a multiplayer modification for the Microsoft Windows version of Rockstar North games Grand Theft Auto III, Grand Theft Auto: Vice City and Grand Theft Auto: San Andreas that adds online multiplayer functionality. For Grand Theft Auto: San Andreas, the mod also serves as a derivative engine to Rockstar's interpretation of RenderWare.
Squirrel is a high level imperative, object-oriented programming language, designed to be a lightweight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.
The Spring Engine is a game engine for real-time strategy (RTS) video games. The game engine is free and open-source software, subject to the terms of the GNU General Public License v2.0 or later.
The following tables compare general and technical information for a number of available applications supporting the eDonkey network.
Cheat Engine (CE) is a proprietary, closed source memory scanner/debugger created by Eric Heijnen for the Windows operating system in 2000. Cheat Engine is mostly used for cheating in computer games and is sometimes modified and recompiled to support new games. It searches for values input by the user with a wide variety of options that allow the user to find and sort through the computer's memory. Cheat Engine can also create standalone trainers that can operate independently of Cheat Engine, often found on user forums or at the request of another user.
Rigs of Rods (RoR) is a free and open source vehicle-simulation game which uses soft-body physics to simulate the motion destruction and deformation of vehicles. The game uses a soft-body physics engine to simulate a network of interconnected nodes and gives the ability to simulate deformable objects. With this engine, vehicles and their loads flex and deform as stresses are applied. Crashing into walls or terrain can permanently deform a vehicle until it is reset; however, not all vehicles in the game have flexible bodies.
LuaTeX is a TeX-based computer typesetting system which started as a version of pdfTeX with a Lua scripting engine embedded. After some experiments it was adopted by the TeX Live distribution as a successor to pdfTeX. Later in the project some functionality of Aleph was included. The project was originally sponsored by the Oriental TeX project, founded by Idris Samawi Hamid, Hans Hagen, and Taco Hoekwater.
Garry's Mod, commonly clipped as GMod, is a 2006 sandbox game developed by Facepunch Studios and published by Valve. The base game mode of Garry's Mod has no set objectives and provides the player with a world in which to freely manipulate objects. Other game modes, notably Trouble in Terrorist Town and Prop Hunt, are created by other developers as mods and are installed separately, by means such as the Steam Workshop. Garry's Mod was created by Garry Newman as a mod for Valve's Source game engine and released in December 2004, before being expanded into a standalone release that was published by Valve in November 2006. Ports of the original Windows version for Mac OS X and Linux followed in September 2010 and June 2013, respectively. As of September 2021, Garry's Mod has sold more than 20 million copies. A successor, Sandbox, has been in development since 2015.
A falling-sand game is a genre of video game and a sub-genre of sandbox games which typically utilize a two-dimensional particle or cellular automaton based game engine to simulate various materials interacting in a sandbox environment.
mpv is free and open-source media player software based on MPlayer, mplayer2 and FFmpeg. It runs on several operating systems, including Unix-like operating systems and Microsoft Windows, along with having an Android port called mpv-android. It is cross-platform, running on ARM, MIPS, PowerPC, RISC-V, s390x, x86/IA-32, x86-64, and some other by 3rd party.
A Minecraft mod is a mod that changes aspects of the sandbox game Minecraft. Minecraft mods can add additional content to the game, make tweaks to specific features, and optimize performance. Thousands of mods for the game have been created, with some mods even generating an income for their authors. While Mojang Studios does not provide an API for modding, community tools exist to help developers create and distribute mods. The popularity of Minecraft mods has been credited for helping Minecraft become one of the best-selling video games of all time.
Luanti is a free and open-source voxel game creation system. It is written primarily in C++ and makes use of the Irrlicht Engine. Luanti has a Lua API allowing users to write their own games and mods. It is cross-platform, being available for Microsoft Windows, macOS, Linux, some BSD descendants, some GNU variants and Android.
Colemak is a keyboard layout for Latin-script alphabets, designed to make typing more efficient and comfortable than QWERTY by placing the most frequently used letters of the English language on the home row while keeping many common keyboard shortcuts the same as in QWERTY. Released on 1 January 2006, it is named after its inventor, Shai Coleman.
Build the Earth (BTE) is a project dedicated to creating a 1:1 scale model of Earth within the sandbox video game Minecraft.
GDevelop is a 2D and 3D cross-platform, free and open-source game engine, which mainly focuses on creating PC and mobile games, as well as HTML5 games playable in the browser. Created by Florian Rival, a software engineer at Google, GDevelop is mainly aimed at non-programmers and game developers of all skillsets, employing event based visual programming similar to engines like Construct, Stencyl, and Tynker.
Termux is a free and open-source terminal emulator for Android which allows for running a Linux environment on an Android device. Termux installs a minimal base system automatically; additional packages are available using its package manager, based on Debian's.