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 cf67bccf93 Added the changelog il y a 7 ans
BIOS 9416c2e7b2 Now reflashes the OS if it was for an older version il y a 7 ans
DLL 2f98eb2faf Replaced the corrupted dll with a worked one il y a 7 ans
Docs ea938ea875 Documented Sprite() function il y a 7 ans
Engine fa7eeda84a Removed useless code il y a 7 ans
OS cf67bccf93 Added the changelog il y a 7 ans
Old 8aee4f042b . il y a 8 ans
Peripherals b251bf2394 Bugfix il y a 7 ans
.gitignore 36fa2a68d5 Fixed .dll are not showing il y a 7 ans
LICENSE 2702b5f489 Changed to Mit License il y a 7 ans
README.md b546aee8a4 Update Readme.md il y a 7 ans
Save_Disk_V1.png 791a3ef96f Another Improvement il y a 8 ans
conf.lua eca5a7c0ad Updated version number il y a 7 ans
gif_1.gif 9f83011e0e Updated to 0.0.5 PRE il y a 8 ans
gif_2.gif 9f83011e0e Updated to 0.0.5 PRE il y a 8 ans
gif_3.gif 9f83011e0e Updated to 0.0.5 PRE il y a 8 ans
gif_boot.gif 0bbaffcaed Added a gif for the boot sequence il y a 8 ans
icon.ico 0c96a4b7ff Changed the Rounded Rectangle Radius il y a 7 ans
icon.png 0c96a4b7ff Changed the Rounded Rectangle Radius il y a 7 ans
likologo.png 555b5a0b95 Update The Icon il y a 7 ans
main.lua 574274c507 No longer handles thread errors il y a 7 ans
mkdocs.yml 6ef951c103 Changed the title il y a 7 ans
palette.png 555b5a0b95 Update The Icon il y a 7 ans
screenshot_1.png 9f83011e0e Updated to 0.0.5 PRE il y a 8 ans
screenshot_2.png 9f83011e0e Updated to 0.0.5 PRE il y a 8 ans
screenshot_3.png 9f83011e0e Updated to 0.0.5 PRE il y a 8 ans
screenshot_4.png 6e717f35d9 Added screenshots il y a 8 ans
screenshot_5.png 6e717f35d9 Added screenshots il y a 8 ans
screenshot_6.png 6e717f35d9 Added screenshots il y a 8 ans

README.md

Releases/Downloads Page:

https://github.com/RamiLego4Game/LIKO-12/releases/tag/0.6.0-PRE.02

Installation Guide:

http://liko-12.readthedocs.io/en/latest/Installation%20Guide/

Official Documentation:

http://liko-12.readthedocs.io/en/latest/

Social Links:



Old Readme


LIKO-12

LIKO-12 is a fantasy computer inspired by PICO-8 but with extra abilities, different API and bigger screen width.

We are working on this because PICO-8 is not available under a free license that allows improvements and sharing, and also to lift some of the more restrictive limitations on games like the token limit.

  • PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in Lua programs straight away and provides simple built-in tools for creating sprites, maps and sound.

  • LIKO-12 comes with a terminal, lua console, sprites editor and a code editor. It also comes with a modified pixel font which includes lower-case letters. We plan on adding a map editor and audio/music editor in the future.

  • So you can basically create spritesheets, and games using this console.

Running LIKO12

  • Clone the LIKO-12 repo, Be sure to clone the WIP branch.
  • Install LÖVE.
Windows
  • You may install "Github Desktop" to clone the repo.
  • Get LÖVE installer from http://love2d.org/
  • Create a text file at your desktop, call it "run liko12"
  • Type in (Replace them with your pathes): batch "path to love" "path to clone directory" For default 32bit installation, replace likopath with the path to the cloned folder, it should contain main.lua. batch "C://Program Files/LOVE/love" "likopath"
  • Save the text file as "run liko12 .bat "
  • Run the batch file.
Linux
  • Enter the cloned LIKO-12 repo directory (that contains main.lua) and type this command to run: sh love .

LIKO-12 V0.6 W.I.P

A lot of you may saw some gifs of the new work in progress LIKO-12 V0.6, so here's some info about it:

After releasing LIKO-12 V0.0.5C I decided to recode LIKO-12 giving it a modular engine, With this engine I can add new features to LIKO-12 more easier. And the new engine aims to give LIKO-12 more feelings of an old computer, by implementing a BIOS, Virtual HardDrives, etc.. (I wrote a complete post about them here )

After 6 months of silent updates, I managed to get LIKO-12 back to life, and started to post GIFs of it on my twitter. So now the LIKO-12 has an OS called "DiskOS", that you can edit and hack yourself inside LIKO-12 itself.

About the current BIOS:

  • It automatically REFLASHES the DISKOS at boot, so any modification to it will revert at reboot, instead edit /OS/DISKOS/ in the SRC.
  • The boot animation will be changed soon.
  • The bios configuration screen still doesn't exists.

About the current BIOS Configuration:

  • Loads the GPU with pico-8 16 color palette at 192x168 resolution.
  • Creates 2 virtual harddrives, C & D, each with 50 megabyte space.
  • Creates a Keyboard and a mouse.

Questions?

Direct Message me at twitter (see link bellow), I will response as soon as possible.

Links