Skip to content

BlueAmulet/cclite

 
 

Repository files navigation

CCLite ComputerCraft Emulator

Description:

This is a ComputerCraft Emulator written in Love2D. It is not complete, and is still a work in progress.

Visit the forum topic for CCLite downloads.

HTTPS Support:

Linux:

apt-get install lua-sec

This should get everything you need.

Then go into conf.lua and set useLuaSec to true

Windows:

You can try LuaRocks to see if it has LuaSec, I did it manually

For HTTPS support, you'll need to grab:

From LuaSec: Binaries, Lua Code:

(right-click -> save as)

You also need to install OpenSSL: Windows

Place these files where the love executable can get to them, where love is installed or the lua path.

Then go into conf.lua and set useLuaSec to true

Mac:

The easiest method is probably to install luarocks through homebrew:

brew install lua
luarocks install luasec

(lua brew package comes with luarocks)

otherwise you can try installing the so and lua files in the binaries page simmilar to windows

Screenshots:

Demonstration

NOTES:

My fork of CCLite has a different save directory than Sorroko's version. Mine will save to the "ccemu" folder while his saves to "cclite"

TODO:

Add in more error checking

Make peripheralAttach only add valid sides

Have virtual Disk Drives work with Treasure disks

About

A ComputerCraft Emulator written in Love2D

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Lua 99.6%
  • Other 0.4%