LIKO-12 is an open source fantasy computer made using LÖVE. - Keywords: love2d liko-12 fantasy-computer https://github.com/RamiLego4Game/LIKO-12
Rami Sabbagh 1ac25f8757 Merge pull request #177 from pgimeno/fix-del-key-in-terminal | 6 years ago | |
---|---|---|
BIOS | 6 years ago | |
DLL | 6 years ago | |
Docs | 6 years ago | |
Engine | 6 years ago | |
Extra | 6 years ago | |
OS | 6 years ago | |
Peripherals | 6 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
.luacheckrc | 6 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
conf.lua | 6 years ago | |
icon.png | 6 years ago | |
main.lua | 6 years ago | |
mkdocs.yml | 7 years ago |
LIKO-12 is an open source fantasy computer completely written in the Lua programming language where you can make, play and share tiny retro-looking games and programs.
The LIKO-12 fantasy computer comes with a default, fully customizable, DOS-like operating system installed, called DiskOS, which provides an environment with basic command line programs and visual game editors.
Games are stored as disk files that can be saved, shared and uploaded to pastebin via the built-in program.
When you start LIKO-12, the BIOS POST screen will showup displaying LIKO-12 specs and the virtual harddisks usage.
You can also access the setup screen by pressing delete on desktop, or back on Android.
When you boot LIKO-12 for the first time, an scrolling display would be shown installing DiskOS, the default LIKO-12 operating system.
It will only run a single time, and wont run again at next boots, except when an update happens, where a 'DiskOS Updater' would be shown, and the process would be much faster in this case, as it only updates the necessary files.
Once the Installation Completes, DiskOS will boot up, the LIKO-12 operating system.
Here you can type common commands to do common tasks, like cd
(Change Directory), ls
(List files), load
(Load a Game/Demo), run
(Run the loaded Game/Demo), reboot
(Reboot LIKO-12), shutdown
/exit
(Exit LIKO-12), And more in the documentation....
You would also notice the terminal path pointing to D:/
, and you can also enter the C drive which has the operating system files by typing cd C:
, but don't worry, those drives are not related to your real-computer drives at all, they are already sandbox with a space limit.
LIKO-12 comes with it's own editors for making games, already setup for you, you can easily access them by pressing escape
(esc) / back on Android to open them, and later you can press esc
/back
(Android) to return back into the terminal.
Here you write the code for your game, LIKO-12 uses Lua for everything, for DiskOS, for the Engine, and for Games !
Here you can edit your game sprites, 8x8 each sprite, 384 sprites total.
Here you can edit the map of your game, I know the editor is very hard to use, but I'm going to provide an update with a completely redesigned map editor.
Those editors hasn't been made yet, but they are really comming soon (they are currently under work)
Spec | Info |
---|---|
CPU | LuaJIT (Lua 5.1) |
GPU | 192x128 4-Bit Screen |
Map | 144x128 Cell (255 Tile) |
HDD | 2x 25mb drives |
Input | Keyboard, Mouse, Touch, and Gamepad |
Type | Link |
---|---|
Itch.io | LIKO-12 |
Documentation | ReadTheDocs |
@RamiLego4Game | |
Discord (Chat) | LIKO-12 |
Trello Board | LIKO-12 |
Github | LIKO-12 |
ramilego4game@gmail.com |
Official Documentation: ReadTheDocs