Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/LIKO-12/LIKO-12

LIKO-12 is an open source fantasy computer made using LÖVE
https://github.com/LIKO-12/LIKO-12

android fantasy-computer fantasy-console liko-12 linux love love2d love2d-framework lua windows

Last synced: about 1 month ago
JSON representation

LIKO-12 is an open source fantasy computer made using LÖVE

Lists

README

        

> ⚠️ **The project is unfortunately no longer developed nor maintained.**

# ![LIKO-12](https://github.com/LIKO-12/extras/raw/main/Readme-Screenshots/Header_Logo.png)

[![stars](https://badgen.net/github/stars/LIKO-12/LIKO-12)](https://github.com/LIKO-12/LIKO-12)
[![commits](https://badgen.net/github/commits/LIKO-12/LIKO-12)](https://github.com/LIKO-12/LIKO-12/commits/main)
[![github downloads](https://img.shields.io/github/downloads/LIKO-12/LIKO-12/total.svg)](https://github.com/LIKO-12/LIKO-12/releases)
[![releases](https://badgen.net/github/tag/LIKO-12/LIKO-12)](https://github.com/LIKO-12/LIKO-12/releases)
[![license](https://badgen.net/github/license/LIKO-12/LIKO-12)](https://github.com/LIKO-12/LIKO-12/blob/main/LICENSE)
---

## About

LIKO-12 is a fantasy computer that you can use to make, play and share tiny retro-looking games and programs. It comes
with a default, fully customizable, DOS-like operating system installed, called DiskOS.

DiskOS provides an environment with basic command line programs and visual game editors.

The created games and programs are saved as disk files that can be easily shared to friends or anyone else.

### Available on

[![Github Releases](https://badgen.net/badge/icon/Github%20Releases/black?icon=github&label)](https://github.com/LIKO-12/LIKO-12/releases)
[![Itch.io](https://badgen.net/badge/icon/Itch.io/red?label=%20)](https://ramilego4game.itch.io/liko12)
[![Google Play](https://badgen.net/badge/icon/Google%20Play/green?icon=googleplay&label)](https://play.google.com/store/apps/details?id=me.ramilego4game.liko12)
[![Snapcraft](https://badgen.net/badge/icon/Snapcraft/yellow?label=%20)](https://snapcraft.io/liko-12)

## Alternative Projects

- **[PICO-8:](https://www.lexaloffle.com/pico-8.php)** The original fantasy console that started the whole trend. It's community is pretty good. Made with care to provide the old consoles feel. Recommended for anyone who can purchase it.
- **[PixelVision8:](https://pixelvision8.github.io/Website/)** An open-source fantasy console that promises to keep the old consoles feel, still under development till today. Has a very good quality and sweet graphics.
- **[TIC-80:](https://tic80.com/)** An open-source PICO-8 clone that does have it's own feel and community. It's in a _finished/stable_ state and supports multiple programming languages. Could be also a good choice, but it also has a paid PRO version to support the developer.
- There's a whole list of other fantasy consoles [here](https://github.com/paladin-t/fantasy).

## Gallery

| BIOS POST Screen | DiskOS Installer | Command-line Prompt | Code Editor | Sprite Editor | Map Editor | WIP Editor |
|------------------------|-------------------------------|----------------------------------|--------------------------|----------------------------|-------------------------|-------------------------|
| ![BIOS POST][IMAGE_01] | ![DiskOS Installer][IMAGE_02] | ![Command-line Prompt][IMAGE_03] | ![Code Editor][IMAGE_04] | ![Sprite Editor][IMAGE_05] | ![Map Editor][IMAGE_06] | ![WIP Editor][IMAGE_07] |

[IMAGE_01]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/BIOS_POST.png
[IMAGE_02]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/DiskOS_Installer.png
[IMAGE_03]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/DiskOS_Prompt.gif
[IMAGE_04]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/Code_Editor.png
[IMAGE_05]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/Sprite_Editor.png
[IMAGE_06]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/Map_Editor.png
[IMAGE_07]: https://raw.githubusercontent.com/LIKO-12/extras/main/Readme-Screenshots/WIP_Editor.png

## Documentation

The documentation is scattered and available over multiple places:

- In the [cheatsheets](https://liko-12.github.io/#/Documentation/Cheatsheets/) (best resource I believe).
- [LIKO-12 GitHub Webpage](https://liko-12.github.io/) (sufferes from changing navigation bar issues).
- [Another GitHub Webpage](https://liko-12.github.io/WIP/) (an attempt to get better documentation).
- Via a Discord bot on [LIKO-12's Discord](https://discord.gg/adjqkd639F)
- In a JSON format on the [API-Documentation Repository](https://github.com/LIKO-12/API-Documentation) (used by the Discord bot).

The demos and games included could be used as a last resort before reading the source-code.

## Source-code Overview

LIKO-12 was made using the awesome [LÖVE Framework](https://love2d.org) and written purely in Lua.

Lua is a simple scripting language that used to be very good back in the days, and it could still serve as a good start for beginners with some care to overcome the obstacles of moving into other well known languages like JavaScript. (Although Python is a better choice for learning programming)

There are lots of ninja crimes in the codebase, where I sacrificed code readability to feel satisfied in doing something so hacky and Lua specific. Very sorry for that 😬

As the project has grew over the years, it has been split into multiple repositories under the [LIKO-12 Organization](https://github.com/LIKO-12)

## Project Status

The project is unfortunately no longer developed nor maintained.

## Thanks to the LÖVE Community

For being such an awesome community that had the patience to tolerate me as a kid, and help me learn way much stuff over the years.