The Game Creators

Last updated

The Game Creators Ltd
FormerlyDark Basic Software Limited (1999–2003)
Type Private
Industry Software industry
Founded24 March 1999;24 years ago (1999-03-24) in Ince-in-Makerfield, England
Founders
  • Lee Bamber
  • Richard Vanner
Headquarters,
Key people
Website thegamecreators.com

The Game Creators Ltd (TGC; formerly Dark Basic Software Limited) is a British software house based in Macclesfield, Cheshire, England, which specialises in software for video game development, originally for the Microsoft Windows platform. [1] The company was established in March 1999 through a partnership between programmers Lee Bamber and Richard Vanner, who were joined by Meash Meakin in 2011 and Deborah Ascott-Jones in 2013. [2]

Contents

Products

DarkBASIC

DarkBASIC was released in the year 2000 as a game creation programming language with accompanying IDE and development tools. The language is a structured form of BASIC, similar to AMOS on the Amiga. The purpose of the language is video game creation using Microsoft's DirectX from a BASIC programming language. 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 and interpreter, and an engine built on DirectX 7. The compiler emits Bytecode that is appended to an interpreter 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.[ citation needed ]

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.[ citation needed ]

In 2015, TGC lead developer Lee Bamber decided to open source DarkBASIC Professional for the community, to prevent it from becoming unsupported abandonware. [3] [4] The project and its source code are hosted (since start of 2016) under the MIT license on GitHub. [5] The latest released freeware binary program was Dark Basic Pro Binary 120216 (December 2, 2016), which included the activation of many previously commercial modules. [6]

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 [7] [8] for Microsoft Windows. 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 7.0b [8] 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 [8] point-and-click interface [9] [10] which guides the user through the process of creating the game. The user chooses a scene from one of several different genres [8] [9] ("shooter", "horror", "war", "space", "driving", "jungle", "cartoon", or "silly" [8] ), and then chooses different characters, weapons, items, enemies and so on. [8] [9] The software includes hundreds of pre-made scenes and 3D objects. [9] The software can also automatically generate a game by choosing random elements. [8] [9] The resulting game can be exported as a standalone Windows executable. [8] 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. [8]

Reviewing The 3D Gamemaker for GameSpy , Tricia Harris praised the software's ease-of-use, but criticised the animation and "placement editor" systems. [11]

FPS Creator Classic

In February 2016 The Game Creators decided to release "FPS Creator" as "FPS Creator Classic" source available (no defined license) with many model packs on github.com. [12] [13]

AppGameKit

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. [14] In July 2016, AppGameKit Education Pack was released. [15] AppGameKit was featured in Develop-Online's top 16 game engines of 2014. [16] 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. [17] 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 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

GameGuru

In 2013 TheGameCreators launched GameGuru, an easy to use game development tool (based on their previous products FPS Creator and FPS Creator Reloaded) available via Steam and direct from TheGameCreators. [18] Funded by the company, their gaming community and some private investment, GameGuru continued to be refined alongside their other product AppGameKit.[ citation needed ] In 2019 The Game Creators launched the Alpha version of GameGuru MAX, the successor to GameGuru. MAX is in development and was launched on 25 March 2022, but it is still in an early access state. [19]

Related Research Articles

<span class="mw-page-title-main">Adobe Flash</span> Deprecated multimedia platform used to add animation and interactivity to websites

Adobe Flash is a multimedia software platform used for production of animations, rich internet applications, desktop applications, mobile apps, mobile games, and embedded web browser video players.

<span class="mw-page-title-main">NeXTSTEP</span> Operating system from NeXT Computer

NeXTSTEP is a discontinued object-oriented, multitasking operating system based on the Mach kernel and the UNIX-derived BSD. It was developed by NeXT Computer in the late 1980s and early 1990s and was initially used for its range of proprietary workstation computers such as the NeXTcube. It was later ported to several other computer architectures.

A software development kit (SDK) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. They are normally specific to a hardware platform and operating system combination. To create applications with advanced functionalities such as advertisements, push notifications, etc; most application software developers use specific software development kits.

<span class="mw-page-title-main">Visual programming language</span> Programming language written graphically by a user

In computing, a visual programming language or block coding is a programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually. A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of syntax or secondary notation. For example, many VPLs are based on the idea of "boxes and arrows", where boxes or other screen objects are treated as entities, connected by arrows, lines or arcs which represent relations.

<span class="mw-page-title-main">Microsoft XNA</span> Freeware set of tools by Microsoft

Microsoft XNA is a freeware set of tools with a managed runtime environment that Microsoft developed to facilitate video game development. XNA is based on .NET Framework, with versions that run on Windows and Xbox 360. XNA Game Studio can help develop XNA games. The XNA toolset was announced on March 24, 2004, at the Game Developers Conference in San Jose, California. A first Community Technology Preview of XNA Build was released on March 14, 2006.

GameMaker is a series of cross-platform game engines created by Mark Overmars in 1999 and developed by YoYo Games since 2007. The latest iteration of GameMaker was released in 2022.

jMonkeyEngine Open source Java game engine

jMonkeyEngine is an open-source and cross-platform game engine for developing 3D games written in Java. It uses shader technology extensively and can be used to write games for Windows, Linux, macOS, Raspberry Pi, Android, and iOS. It uses Lightweight Java Game Library as its default renderer and another renderer based on Java OpenGL. it also supports OpenGL 2 to OpenGL 4.

COLLADA is an interchange file format for interactive 3D applications. It is managed by the nonprofit technology consortium, the Khronos Group, and has been adopted by ISO as a publicly available specification, ISO/PAS 17506.

<span class="mw-page-title-main">AppImage</span> Linux executable file format

AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application. It aims to enable application developers to deploy binary software without being restricted to specific Linux distributions, a concept often referred to as upstream packaging. In this manner, a single developed software can effortlessly run on any Linux distribution, such as Ubuntu, RHEL, or Arch.

<i>3D Construction Kit</i> 1991 video game

3D Construction Kit, also known as 3D Virtual Studio, is a utility for creating 3D worlds in Freescape. Developed by Incentive Software and published by Domark, it was released in 1991 on multiple platforms. The game originally retailed for £24.99 for the 8-bit version, and £49.99 for 16-bit version and the 32-bit Acorn Archimedes version, in the United Kingdom. A sequel, 3D Construction Kit II, was released in 1992, but only available on Amiga, Atari ST and MS-DOS.

<span class="mw-page-title-main">Garry Kitchen's GameMaker</span> 1985 game creation system

Garry Kitchen's GameMaker is an integrated development environment for the Commodore 64, Apple II, and IBM PC compatibless, created by Garry Kitchen and released by Activision in 1985. It is one of the earliest all-in-one game design products aimed at the general consumer, preceded by Broderbund's The Arcade Machine in 1982. Several sample files are included: a demo sequence featuring animated sprites and music, a recreation of Pitfall!, and a birthday greeting.

A Game Engine is a specialized development environment for creating video games. The features one provides depends on the type and the granularity of control allowed by the underlying framework. Some may provide diagrams, a windowing environment and debugging facilities. Users build the game with the game IDE, which may incorporate a game engine or call it externally. Game IDEs are typically specialized and tailored to work with one specific game engine.

A game creation system (GCS) is a consumer-targeted game engine and a set of specialized design tools, and sometimes also a light scripting language, engineered for the rapid iteration of user-derived video games.

<span class="mw-page-title-main">Chromium Embedded Framework</span> Free and open-source software framework

The Chromium Embedded Framework (CEF) is an open-source software framework for embedding a Chromium web browser within another application. This enables developers to add web browsing functionality to their application, as well as the ability to use HTML, CSS, and JavaScript to create the application's user interface.

<span class="mw-page-title-main">Oculus Rift</span> Virtual reality headsets by Oculus VR

Oculus Rift is a discontinued line of virtual reality headsets developed and manufactured by Oculus VR, a virtual reality company founded by Palmer Luckey that is widely credited with reviving the virtual reality industry. It was the first virtual reality headset to provide a realistic experience at an accessible price, utilizing novel technology to increase quality and reduce cost by orders of magnitude compared to earlier systems. The first headset in the line was the Oculus Rift DK1, released on March 28, 2013. The last was the Oculus Rift S, discontinued in April of 2021.

<span class="mw-page-title-main">PlayStation 4 system software</span> System software for the PlayStation 4

The PlayStation 4 system software is the updatable firmware and operating system of the PlayStation 4. The operating system is Orbis OS, based on FreeBSD 9.

<span class="mw-page-title-main">Tango (platform)</span> Mobile computer vision platform for Android developed by Google

Tango was an augmented reality computing platform, developed and authored by the Advanced Technology and Projects (ATAP), a skunkworks division of Google. It used computer vision to enable mobile devices, such as smartphones and tablets, to detect their position relative to the world around them without using GPS or other external signals. This allowed application developers to create user experiences that include indoor navigation, 3D mapping, physical space measurement, environmental recognition, augmented reality, and windows into a virtual world.

<span class="mw-page-title-main">Paint 3D</span> 3D Graphics software developed by Microsoft

Paint 3D is a raster graphics and 3D computer graphics application which is a refresh of Microsoft Paint. It is one of several 3D modeling and printing applications introduced or improved with the Windows 10 Creators Update, including View 3D, Windows Mixed Reality, Holograms, along with the CAD programs 3D Builder and 2D Builder.

<span class="mw-page-title-main">Leadwerks</span> Cross-platform game engine

Leadwerks was an abandoned cross-platform game engine developed by Leadwerks Software that focused on ease of use and learning. The software has been abandoned by its creator but is still available for sale. The software supports Windows and Linux, with OS X support in development. Leadwerks is currently on its fourth major version and is sold through the Steam digital distribution platform.

References

  1. Freeman, Will (27 February 2015). "Lessons from the GameGuru". Develop . Retrieved 8 August 2016.
  2. "About the Game Creators - TheGameCreators".
  3. dark-basic-pro-open-source on thegamecreators.com (2016)
  4. DarkBASIC Professional Discussion / Dark Basic Pro - Out In The Open by Lee Bamber "[...] the eventual demise of DBP now that GameGuru is being ported to C++. To combat this clearly unacceptable outcome, I have decided to start the process of moving the latest version of DBP over an open source project [...]. It would be hosted on GITHUB [...] In order to ensure that DBP does not become abandon-ware, we will also be periodically compiling the latest stable version and releasing the language for free on Steam." (15 September 2015)
  5. Dark-Basic-Pro on github.com/LeeBamberTGC
  6. Dark Basic Pro Binary 120216 by Lee Bamber "Release includes additional certificates for owners of previously purchased DBP plugins" (12 Feb 2016)
  7. Walker, Trey (24 August 2001). "The 3D Gamemaker nears completion". GameSpot . Archived from the original on 19 October 2012. Retrieved 14 August 2016.
  8. 1 2 3 4 5 6 7 8 9 Cruickshank, Alex (22 January 2002). "DarkBasic - 3D GameMaker review". itreviews.com. Archived from the original on 22 July 2012.
  9. 1 2 3 4 5 Harris, Tricia (October 2001). "GameSpy.com - Reviews: 3D Game Maker (PC)". GameSpy . Part 1. Archived from the original on 2 March 2008. Retrieved 14 August 2016.
  10. Steinberg, Scott (6 February 2006). "Make Your Own Game". Popular Science . Retrieved 14 August 2016.
  11. Harris, Tricia (October 2001). "GameSpy.com - Reviews: 3D Game Maker (PC)". GameSpy . Part 3: Scores. Archived from the original on 12 February 2008. Retrieved 14 August 2016.
  12. FPS Creator Classic Open Source on thegamecreators.com
  13. FPS-Creator-Classic on github.com/LeeBamberTGC
  14. "Key Release: App Game Kit 2". MCV. 17 February 2015. Retrieved 15 December 2016.
  15. "AppGameKit Education Bundle helps teachers create coding classes". MCV. 21 July 2016. Retrieved 15 December 2016.
  16. "The top 16 game engines for 2014". MCV. 30 April 2014. Retrieved 15 December 2016.
  17. "Driving Test Success app named Apple's top paid app for 2018".
  18. "GameGuru 1.1 Released". GameFromScratch. 18 November 2015. Retrieved 30 September 2023.
  19. "GameGuru MAX Released". GameFromScratch. 27 April 2023. Retrieved 30 September 2023.