Home

Awesome

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

LIKO-12

stars commits github downloads releases 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 Itch.io Google Play Snapcraft

Alternative Projects

Gallery

BIOS POST ScreenDiskOS InstallerCommand-line PromptCode EditorSprite EditorMap EditorWIP Editor
BIOS POSTDiskOS InstallerCommand-line PromptCode EditorSprite EditorMap EditorWIP Editor

Documentation

The documentation is scattered and available over multiple places:

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 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

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.