AppGameKit
   HOME

TheInfoList



OR:

The Game Creators Ltd (TGC; formerly Dark Basic Software Limited) is a British software house based in
Macclesfield Macclesfield () is a market town and civil parish in the unitary authority of Cheshire East, Cheshire, England. It is sited on the River Bollin and the edge of the Cheshire Plain, with Macclesfield Forest to its east; the town lies south of Ma ...
,
Cheshire Cheshire ( ) is a Ceremonial counties of England, ceremonial county in North West England. It is bordered by Merseyside to the north-west, Greater Manchester to the north-east, Derbyshire to the east, Staffordshire to the south-east, and Shrop ...
, England, which specialises in software for
video game development Video game development (sometimes shortened to gamedev) is the process of creating a video game. It is a multidisciplinary practice, involving programming, design, art, audio, user interface, and writing. Each of those may be made up of more speci ...
, originally for the
Microsoft Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
platform. The company was established in March 1999 through a
partnership A partnership is an agreement where parties agree to cooperate to advance their mutual interests. The partners in a partnership may be individuals, businesses, interest-based organizations, schools, governments or combinations. Organizations ...
between programmers Lee Bamber and Richard Vanner, who were joined by Meash Meakin in 2011 and Deborah Ascott-Jones in 2013.


Products


DarkBASIC

DarkBASIC was released in the year 2000 as a game creation
programming language A programming language is a system of notation for writing computer programs. Programming languages are described in terms of their Syntax (programming languages), syntax (form) and semantics (computer science), semantics (meaning), usually def ...
with accompanying IDE and development tools. The language is a structured form of
BASIC Basic or BASIC may refer to: Science and technology * BASIC, a computer programming language * Basic (chemistry), having the properties of a base * Basic access authentication, in HTTP Entertainment * Basic (film), ''Basic'' (film), a 2003 film ...
, similar to
AMOS Amos or AMOS may refer to: Arts and entertainment * ''Amos'' (album), an album by Michael Ray * Amos (band), an American Christian rock band * ''Amos'' (film), a 1985 American made-for-television drama film * Amos (guitar), a 1958 Gibson Fl ...
on the
Amiga Amiga is a family of personal computers produced by Commodore International, Commodore from 1985 until the company's bankruptcy in 1994, with production by others afterward. The original model is one of a number of mid-1980s computers with 16-b ...
. The purpose of the language is video game creation using
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
's
DirectX Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Originally, the names of these APIs all began with "Direct" ...
from a
BASIC programming language Basic or BASIC may refer to: Science and technology * BASIC, a computer programming language * Basic (chemistry), having the properties of a base * Basic access authentication, in HTTP Entertainment * ''Basic'' (film), a 2003 film * Basic, on ...
. It is marketed for its ability to allow a novice game developer to make playable games after following its tutorials. It can create both 2D and 3D games by providing function libraries that enable a game to be programmed with considerably less code than with a language such as C++, especially without such dedicated libraries. The software consists of an IDE,
debugger A debugger is a computer program used to test and debug other programs (the "target" programs). Common features of debuggers include the ability to run or halt the target program using breakpoints, step through code line by line, and display ...
and
interpreter Interpreting is translation from a spoken or signed language into another language, usually in real time to facilitate live communication. It is distinguished from the translation of a written text, which can be more deliberative and make use o ...
, and an engine built on DirectX 7. The compiler emits
Bytecode Bytecode (also called portable code or p-code) is a form of instruction set designed for efficient execution by a software interpreter. Unlike human-readable source code, bytecodes are compact numeric codes, constants, and references (normal ...
that is appended to an
interpreter Interpreting is translation from a spoken or signed language into another language, usually in real time to facilitate live communication. It is distinguished from the translation of a written text, which can be more deliberative and make use o ...
to create a stand-alone executable. Star Wraith is an example game made with DarkBASIC. In 2002, an updated version called DarkBASIC Professional was released that was able to use newer versions of DirectX. The earlier version of the software is now informally referred to as ''DarkBASIC Classic'' to distinguish the two products. On 14 August 2008, the last DarkBASIC version (1.21) was released. Since the introduction of DarkBASIC Professional, The Game Creators have stated that there will be no further updates to the language, although it will still be sold. In 2015, TGC lead developer Lee Bamber decided to
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
DarkBASIC Professional for the community, to prevent it from becoming unsupported
abandonware Abandonware is a term for software, typically video games, that are no longer for sale by conventional means and are distributed by warez websites for free. The use of the "abandonware" term is controversial, as distributing out-of-print softw ...
. The project and its
source code In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer. Since a computer, at base, only ...
are hosted (since start of 2016) under the
MIT license The MIT License is a permissive software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts very few restrictions on reuse and therefore has high license compatibility. Unl ...
on
GitHub GitHub () is a Proprietary software, proprietary developer platform that allows developers to create, store, manage, and share their code. It uses Git to provide distributed version control and GitHub itself provides access control, bug trackin ...
. The latest released
freeware Freeware is software, often proprietary, that is distributed at no monetary cost to the end user. There is no agreed-upon set of rights, license, or EULA that defines ''freeware'' unambiguously; every publisher defines its own rules for the free ...
binary program was ''Dark Basic Pro Binary 120216 (December 2, 2016)'', which included the activation of many previously
commercial Commercial may refer to: * (adjective for) commerce, a system of voluntary exchange of products and services ** (adjective for) trade, the trading of something of economic value such as goods, services, information or money * a dose of advertising ...
modules.


The 3D Gamemaker

The 3D Gamemaker is a computer application developed by The Game Creators, that allows users to make various genres of 3D games for
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
. The tool is marketed as allowing users to create 3D games without programming and art skills. Games developed with 3D Gamemaker require at least 400 MHz Pentium processor, 64 MB of RAM and
DirectX Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Originally, the names of these APIs all began with "Direct" ...
7.0b to run. Alongside the full boxed release, The 3D Gamemaker was also released in a Lite edition, with fewer categories of assets available and a reduced feature set. The software has a simple point-and-click interface which guides the user through the process of creating the game. The user chooses a scene from one of several different genres ("shooter", "horror", "war", "space", "driving", "jungle", "cartoon", or "silly"), and then chooses different characters, weapons, items, enemies and so on. The software includes hundreds of pre-made scenes and 3D objects. The software can also automatically generate a game by choosing random elements. The resulting game can be exported as a standalone Windows executable. The 3D Gamemaker has a built-in placement editor that allows the user to indicate where enemies, items, and obstacles go. This is not available in beginner mode or the lite edition. There is also, among other things, a simple level creator. It also includes the ability to import your own media. Reviewing The 3D Gamemaker for ''
GameSpy GameSpy was an American provider of online multiplayer and matchmaking middleware for video games founded in 1999 by Mark Surfas. After the release of a multiplayer server browser for Quake, QSpy, Surfas licensed the software under the GameS ...
'', Tricia Harris praised the software's ease-of-use but criticized the animation and "placement editor" systems.


FPS Creator Classic

FPS Creator (also known as FPSC) was created in 2005 and has a 3D editor with drag-and-drop controls to place elements like walls, doors, enemies, and weapons. It also used custom scripts to control nearly every aspect of the game, from enemy AI to how doors opened. FPS Creator was popular with users, who enjoyed making their own games. It had a significant impact on the indie development scene in the 2000s. In February 2016 The Game Creators decided to open-source "FPS Creator" as "FPS Creator Classic" and make the engine free for the public. Along with many 3D model packs on github.com.


FPS Creator x10

As of 2013, FPS Creator x10 was officially discontinued due to its dependency on Windows Vista.


AppGameKit Classic

AppGameKit offers a high level coding and programming tool which aims to be easy for beginners to learn, featuring AGK Script which evolves the DarkBASIC language. In July 2016, AppGameKit Education Pack was released. AppGameKit was featured in Develop-Online's top 16 game engines of 2014. In December 2018 the app Driving Theory Test Kit 4in1 (built-in AppGameKit by TheGameCreators) was cited by Apple as their top paid-for app in 2018. The Driving Theory Test 4in1 Kit app has been named by Apple as its #1 top paid for app for the last three years (2018, 2019 and 2020). The scripting language of AppGameKit remains one of the easiest to learn.


AppGameKit Studio

AppGameKit Studio was launched in July 2019 as their fully featured game development tool. It has an all-in-one workspace and a re-imagining of the game and app development user interface and works cross-platform. AppGameKit Studio offers the user everything needed to take an idea from initial concept right through to the finished game. The scripting language is the same as the classic version but the graphics have been renewed


Game Guru Classic

In 2012, The Game Creators set up a
Kickstarter Kickstarter, PBC is an American Benefit corporation, public benefit corporation based in Brooklyn, New York City, that maintains a global crowdfunding platform focused on creativity. The company's stated mission is to "help bring creative project ...
campaign to create a successor game engine to FPS Creator; calling the new project FPS Creator Reloaded. While the Kickstarter campaign failed to meet its $75,000+ USD goal; The project continued development with funding from private donors and internal "pledges" from their community members. In 2013, before arriving on Steam, FPS Creator Reloaded was renamed Game Guru. Game Guru brands itself as an "easy game maker" with "no coding experience required" and comes featured with a built-in terrain editor and multiplayer capabilities using the Steam network. The engine has been renamed a second time to "Game Guru Classic" and is available via
Steam Steam is water vapor, often mixed with air or an aerosol of liquid water droplets. This may occur due to evaporation or due to boiling, where heat is applied until water reaches the enthalpy of vaporization. Saturated or superheated steam is inv ...
.


GameGuru Max

In 2019 The Game Creators launched the Alpha version of GameGuru MAX, the successor to GameGuru Classic. GameGuru MAX is in development and was launched on 25 March 2022, but it is still in an early access state. Game Guru Max currently has mixed reception on Steam.


References

{{DEFAULTSORT:Game Creators, The British companies established in 1999 Software companies of the United Kingdom Free and open-source software Video game development software Video game engines Windows games