<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://fantasyconsoles.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SergioFLS</id>
	<title>Fantasy Console Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://fantasyconsoles.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SergioFLS"/>
	<link rel="alternate" type="text/html" href="https://fantasyconsoles.org/wiki/Special:Contributions/SergioFLS"/>
	<updated>2026-05-11T13:58:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://fantasyconsoles.org/w/index.php?title=File:LowRes_NX_logo.svg&amp;diff=264</id>
		<title>File:LowRes NX logo.svg</title>
		<link rel="alternate" type="text/html" href="https://fantasyconsoles.org/w/index.php?title=File:LowRes_NX_logo.svg&amp;diff=264"/>
		<updated>2023-12-02T06:53:33Z</updated>

		<summary type="html">&lt;p&gt;SergioFLS: /* Summary */ wrap zlib license text with &amp;lt;pre&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
The newest (as of uploading) LowRes NX logo. Extracted from https://github.com/timoinutilis/lowres-nx/blob/master/assets/NX%20Logo.sketch using Photopea, and isolated with a text editor.&lt;br /&gt;
&lt;br /&gt;
Assumed to be under the Zlib license as this was the LICENSE file (https://github.com/timoinutilis/lowres-nx/blob/f25fce1e45783128103997b67a227e16460b5bdd/LICENSE):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Copyright 2016-2021 Timo Kloss&lt;br /&gt;
&lt;br /&gt;
This software is provided &#039;as-is&#039;, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.&lt;br /&gt;
&lt;br /&gt;
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:&lt;br /&gt;
&lt;br /&gt;
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.&lt;br /&gt;
&lt;br /&gt;
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.&lt;br /&gt;
&lt;br /&gt;
3. This notice may not be removed or altered from any source distribution.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>SergioFLS</name></author>
	</entry>
	<entry>
		<id>https://fantasyconsoles.org/w/index.php?title=TIC-80&amp;diff=263</id>
		<title>TIC-80</title>
		<link rel="alternate" type="text/html" href="https://fantasyconsoles.org/w/index.php?title=TIC-80&amp;diff=263"/>
		<updated>2023-12-02T06:49:32Z</updated>

		<summary type="html">&lt;p&gt;SergioFLS: /* External links */ interwiki wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;TIC-80&#039;&#039;&#039; is a free and open-source multi-language fantasy computer. Like [[PICO-8]], it has all the tools necessary to create small, retro videogames.&lt;br /&gt;
These videogames are then saved in a cartridge file and can be uploaded to the main website, or can be packed into a player for multiple platforms and distributed anywhere.&lt;br /&gt;
[[File:TIC-80 Icon.svg|thumb|The TIC-80 icon which is used on the example Hello World cart and Config file.]]&lt;br /&gt;
&lt;br /&gt;
== Technical specifications ==&lt;br /&gt;
&lt;br /&gt;
* Display: 240x136 pixels, 16 colors palette.&lt;br /&gt;
* Input: 4 gamepads with 8 buttons / mouse / keyboard.&lt;br /&gt;
* Sprites: 256 8x8 tiles and 256 8x8 sprites.&lt;br /&gt;
* Map: 240x136 cells, 1920x1088 pixels.&lt;br /&gt;
* Sound: 4 channels with configurable waveforms.&lt;br /&gt;
* Code: 64 kilobytes of characters.&lt;br /&gt;
&lt;br /&gt;
== Programming languages ==&lt;br /&gt;
&lt;br /&gt;
TIC-80 is one of the few FCs to support multiple system languages, but its default is Lua 5.3, with the standard library built-in. Other supported languages are:&lt;br /&gt;
* [https://www.fennel-lang.org Fennel]&lt;br /&gt;
* [https://janet-lang.org/ Janet]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/JavaScript JavaScript]&lt;br /&gt;
* [https://www.lua.org/ Lua] (5.3)&lt;br /&gt;
* [https://www.moonscript.org Moonscript]&lt;br /&gt;
* [https://www.python.org/ Python] (no imports)&lt;br /&gt;
* [https://www.ruby-lang.org Ruby]&lt;br /&gt;
* [https://www.scheme.org/ Scheme] (s7)&lt;br /&gt;
* [https://www.squirrel-lang.org Squirrel]&lt;br /&gt;
* [https://www.webassembly.org/ WASM] (using a language that compiles to it)&lt;br /&gt;
* [https://www.wren.io Wren]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://tic80.com Official website]&lt;br /&gt;
* [https://github.com/nesbox/TIC-80 Official repository on GitHub]&lt;br /&gt;
* [[wikipedia:TIC-80|TIC-80 on English Wikipedia]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Fantasy computers]]&lt;br /&gt;
[[Category:FCs that support Lua]]&lt;br /&gt;
[[Category:FCs that support JavaScript]]&lt;br /&gt;
[[Category:FCs that support Ruby]]&lt;br /&gt;
[[Category:FCs that support MoonScript]]&lt;br /&gt;
[[Category:FCs that support Fennel]]&lt;br /&gt;
[[Category:FCs that support Squirrel]]&lt;br /&gt;
[[Category:FCs that support Wren]]&lt;br /&gt;
[[Category:FCs that support WASM]]&lt;/div&gt;</summary>
		<author><name>SergioFLS</name></author>
	</entry>
</feed>