Developer(s) | Vadim Grigoruk (Nesbox) |
---|---|
Initial release | 22 March 2017 [1] |
Stable release | 1.1.2837 [2] / 22 October 2023 |
Repository | |
Operating system | Android, Bare metal, Linux, Mac OS, Windows |
Platform | PC, Raspberry Pi, Nintendo 3DS, HTML5 (WebAssembly), RetroArch |
Available in | English |
Type | Virtual machine, Game engine |
License | MIT License [3] |
Website | https://tic80.com |
TIC-80 is a free and open-source fantasy video game console for making, playing, and sharing games on a limited platform that mimics the 8-bit systems of the 1980s. It has built-in code, sprite, map, music, and sound effect editors, as well as a command line interface that allow users to develop and edit games within the fantasy console. [4] [5]
The games made in TIC-80 can be exported as virtual game cartridges and bundled for different platforms, including Android, Linux, MacOS, Windows, bare metal Raspberry Pi, [6] Nintendo 3DS, RetroArch, [7] and HTML5 (using WebAssembly [8] ). It supports programming languages including JavaScript, MoonScript, and Lua, [4] as well as Ruby, Wren, Fennel, Squirrel, Python and D. [9] [8]
TIC-80 is often compared to PICO-8, a fantasy system which is not open source; [5] [6] both systems are becoming popular with games programmers who are interested in classic home computers and consoles. [10]
As a fantasy console, TIC-80 has some set limitations in terms of graphics and processing power in order to create a "retro-styled" gaming experience. [6] [9] These limitations include a 240x136 display; a 16 color palette; 256 8x8 sprites; and 4-channel sound. [6] Integrated tools within the "tiny computer" allow developers to edit code, create graphics, write music, and build levels within games. [4]
Resolution | 240x136 pixels, 16 colors palette. |
Input | 4 gamepads with 8 buttons / mouse / keyboard. |
Sprites | 256 foreground sprites and 256 background tiles, 8x8 pixel. |
Map | 240x136 cells, 1920x1088 pixels. |
Sound | 4 channels with configurable waveforms. |
Code | Up to 512KB (8 banks each 64KB, even in non-PRO version) of lua, ruby, js, moon, fennel, squirrel, wren or wasm. |
Memory | Up to 272kb of RAM (including 32KB of VRAM). |
Bankswitching | Up to 8 banks in cart (PRO version only). |
The TIC-80 is capable of storing and loading back serialized dumps of memory regions using so called cartridges, another 80's metaphor. Unlike the original ones, which were actual physical objects, the TIC-80 cartridges are just files in .tic format. [11] These can be created by typing "save filename.tic" on the console, and loaded back by typing "load filename.tic". Furthermore TIC-80 comes with a built-in cartridge browser, called "SURF" (see below). Free and Open Source tools to convert PICO-8 cartridges to TIC-80 cartridges exists, but they aren't perfect. [12]
To push the metaphor one step further, this serialized memory dump can be embedded in a PNG picture (resembling a real physical cartridge) using steganography. [13] However this isn't practical, because its storage capacity very limited (256 x 256 pixels, each 4 channels, and with 3 bits of data per channel, that's 256 * 256 * 4 * 3 bits / 8 = 98,304 bytes in total, although the memory dump is zlib compressed). Therefore you can find cartridges in the .tic format more often on the net, because .tic doesn't have such storage limitation.
Number | Hexadecimal RGB value | Name |
---|---|---|
0 | #1A1C2C | Black |
1 | #5D275D | Purple |
2 | #B13E53 | Red |
3 | #EF7D57 | Orange |
4 | #FFCD75 | Yellow |
5 | #A7F070 | Light green |
6 | #38B764 | Green |
7 | #257179 | Dark green |
8 | #29366F | Dark blue |
9 | #3B5DC9 | Blue |
10 | #41A6F6 | Light blue |
11 | #73EFF7 | Cyan |
12 | #F4F4F4 | White |
13 | #94B0C2 | Light Grey |
14 | #566C86 | Grey |
15 | #333C57 | Dark Grey |
TIC-80 runs on major operating systems including Windows, x86 Linux 32 and 64 bit, Mac OS X, and Android, and can be compiled from source code for other platforms such as Raspberry Pi. [6] "Tic" cartridge files, containing playable versions of the game, are generated using the integrated development tools. [6] [5] There is a large and growing catalog of community-made games available through the TIC-80 web site. [6]
The TIC-80 console has been featured in demo parties such as Outline 2022 in the Netherlands; [14] Lovebyte 2021 online; [15] and a 2018 LINE Fukuoka hackathon in Japan. [16]
The Atari 7800 ProSystem, or simply the Atari 7800, is a home video game console officially released by Atari Corporation in 1986 as the successor to both the Atari 2600 and Atari 5200. It can run almost all Atari 2600 cartridges, making it one of the first consoles with backward compatibility. It shipped with a different joystick than the 2600-standard CX40 and included Pole Position II as the pack-in game. The European model has a gamepad instead of a joystick. Most of the early releases for the system are ports of 1981–1983 arcade video games. The final wave of 7800 cartridges are closer in style to what was available on other late 1980s consoles, such as Scrapyard Dog and Midnight Mutants.
The Atari Lynx is a 16-bit fourth-generation hand-held game console released by Atari Corporation in September 1989 in North America and 1990 in Europe and Japan. It was the first handheld game console with a color liquid-crystal display. Powered by a 4 MHz 65C02 8-bit CPU and a custom 16-bit blitter, the Lynx was more advanced than Nintendo's monochrome Game Boy, released two months earlier. It also competed with Sega's Game Gear and NEC's TurboExpress, released the following year.
The Konix Multisystem was a cancelled video game system under development by Konix, a British manufacturer of computer peripherals.
The Sega Pico, also known as Kids Computer Pico, is an educational video game console by Sega Toys. The Pico was released in June 1993 in Japan and November 1994 in North America and Europe, later reaching China in 2002.
The Bally Astrocade is a second-generation home video game console and simple computer system designed by a team at Midway, at that time the videogame division of Bally. It was originally announced as the "Bally Home Library Computer" in October 1977 and initially made available for mail order in December 1977. But due to production delays, the units were first released to stores in April 1978 and its branding changed to "Bally Professional Arcade". It was marketed only for a limited time before Bally decided to exit the market. The rights were later picked up by a third-party company, who re-released it and sold it until around 1984. The Astrocade is particularly notable for its very powerful graphics capabilities for the time of release, and for the difficulty in accessing those capabilities.
NESticle is a Nintendo Entertainment System emulator, which was written by Icer Addis of Bloodlust Software. Released on April 3, 1997, the widely popular program originally ran under MS-DOS and Windows 95. It was the first freeware NES emulator, and became commonly considered the NES emulator of choice for the 1990s. Initially offering few features and only supporting a handful of games, development proceeded rapidly and to expand usability such that NESticle is today credited with introducing the concept of recordable playthrough for emulation, as well as providing the capacity for users to create their own graphical hacks via an integrated graphics editor. In pioneering this heightened level of access for users, and providing the tools for fans to hack and remix familiar classics, NESticle has been credited by Spin as representing a milestone toward the development of video game music as a genre.
Homebrew, when applied to video games, refers to software produced by hobbyists for proprietary video game consoles which are not intended to be user-programmable. The official documentation is often only available to licensed developers, and these systems may use storage formats that make distribution difficult, such as ROM cartridges or encrypted CD-ROMs. Many consoles have hardware restrictions to prevent unauthorized development.
The APF Imagination Machine is a combination home video game console and home computer system released by APF Electronics Inc. in late 1979. It has two separate components, the APF-M1000 game system, and an add-on docking bay with full sized typewriter keyboard and tape drive. The APF-M1000 was built specifically to compete with the Atari 2600. The full APF Imagination Machine, including the APF-M1000 console and the IM-1 computer component, originally sold for around US$599.
A ROM cartridge, usually referred to in context simply as a cartridge, cart, or card, is a replaceable part designed to be connected to a consumer electronics device such as a home computer, video game console or, to a lesser extent, electronic musical instruments.
The Nintendo Entertainment System (NES) is an 8-bit home video game console produced by Nintendo. It was first released in Japan on July 15, 1983, as the Family Computer (Famicom). It was released in US test markets as the redesigned NES in October 1985, and fully launched in the US the following year. The NES was distributed in Europe, Australia, and parts of Asia throughout the 1980s under various names. As a third-generation console, it mainly competed with Sega's Master System.
Mupen64Plus, formerly named Mupen64-64bit and Mupen64-amd64, is a free and open-source, cross-platform Nintendo 64 emulator, written in the programming languages C and C++. It allows users to play Nintendo 64 games on a computer by reading ROM images, either dumped from the read-only memory of a Nintendo 64 cartridge or created directly on the computer as homebrew.
RetroN is a series of video game consoles created and developed by Hyperkin which allows users to play video games from consoles such as the Nintendo Entertainment System and the Super NES. Since the release of the RetroN 5, they have been connected via HDMI. The latest in the series, RetroN Sq, was released in 2021.
PICO-8 is a virtual machine and game engine created by Lexaloffle Games. It is a fantasy video game console that mimics the limited graphical and sound capabilities of the old 8-bit systems of the 1980s to encourage creativity and ingenuity in producing games without being overwhelmed with the many possibilities of modern tools and machines. Such limitations also give PICO-8 games a particular look and feel.
The Gigatron TTL is a retro-style 8-bit computer, where the CPU is implemented by a set of TTL chips instead of a single microprocessor, imitating the hardware present in early arcades. Its target is the computing enthusiasts, for studying or hobby purposes.
LÖVE is a free, open-source, cross-platform framework released under the zlib license for developing video games. The framework is written in C++ and uses Lua as its scripting language and is still maintained by its original developers. The framework is cross-platform supporting the platforms Microsoft Windows, macOS, Linux, Android, and iOS.
The Evercade is a handheld game console developed and manufactured by British company Blaze Entertainment. It focuses on retrogaming with ROM cartridges that each contain a number of emulated games. Evercade was released in May 2020 and upon its launch offered 10 game cartridges with a combined total of 122 games.
RP2040 is a 32-bit dual ARM Cortex-M0+ microcontroller integrated circuit by Raspberry Pi Ltd. In January 2021, it was released as part of the Raspberry Pi Pico board. Its successor is the RP2350 series.
A fantasy video game console is an emulator for a fictitious video game console. In short, it aims to create the experience of retrogaming without the need to emulate a real console, allowing the developer to freely decide what specifications their fictional hardware will have.
The Thumby is a small keychain-sized programmable game console produced by TinyCircuits of Akron, Ohio and funded by a Kickstarter campaign. The console measures 1.2 by 0.7 by 0.3 inches.
Picotron is a virtual machine and desktop environment created by Lexaloffle Games. It is a fantasy workstation that is aimed at making retro style video games and mimics the specifications of 16-bit computers of the late 1980s. It is said to be a successor to PICO-8 and Voxatron. The Alpha release of Picotron became available on March 14, 2024.