More actions
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
==User guide== | ==User guide== | ||
=== | ===Resources=== | ||
* [https://tic80.com TIC-80 website.] | * [https://tic80.com TIC-80 website.] | ||
* [https://github.com/nesbox/TIC-80/wiki/Console#available-commands TIC-80 available commands.] | * [https://github.com/nesbox/TIC-80/wiki/Console#available-commands TIC-80 available commands.] |
Revision as of 06:55, 30 December 2021
TIC-80 | |
---|---|
File:TIC-80.jpg | |
General | |
Author | asiekierka |
Type | Computer |
Version | build 2 |
License | Mixed |
Last Updated | 2020/06/20 |
Links | |
Download | |
Website | |
Source | |
This is an unofficial port of TIC-80 tiny computer to the (New) 3DS.
TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games. There are built-in tools for development: code, sprites, maps, sound editors and the command line, which is enough to create a mini retro game. At the exit you will get a cartridge file, which can be stored and played on the website. Also, the game can be packed into a player that works on all popular platforms and distribute as you wish.
To make a retro styled game the whole process of creation takes place under some technical limitations: 240x136 pixels display, 16 color palette, 256 8x8 color sprites, 4 channel sound and etc.
Features
- Video and audio.
- Button input and keyboard input.
- Mouse input and mouse scrolling.
- HTTP access (including surf).
Installation
Available in 3DSX and CIA formats.
- CIA - Install the .cia with the CIA manager of your choice.
- 3DSX - Copy the .3dsx file to sdmc:/3ds/tic80/, then run it with the Homebrew Launcher.
User guide
Resources
Controls
Select - Toggle scaling modes
L/R - Mouve input
C-Stick - Move scrolling
Screenshots
Media
HyperSpin TIC-80 tiny computer (hoscarconh)
Compatibility
New 3DS/2DS models are highly recommended due to the performance requirements of TIC-80.
Changelog
Build 2
- Keyboard enhancements:
- Adjusted keyboard texture to fit a little better with TIC-80 visually.
- Added Caps Lock key.
- Added option to "un-press" modifiers.
- Greatly diminished audio stutter issues.
- Fixed minor visual glitch in "linear" scaling mode.