Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 849 Bytes

Commodore 64 in Love2D

I am trying to mimic the behavior of Commodore 64, but this project doesn't aim to be a full-featured emulator, there are others real emulators like vice. My goal here is to interpret part of the Basic language, allowing to print to output, read from the input and some basic drawing commands. It can be used for educational purposes or for fun.

Right now there is only the screen and commands to output and input text. I am working on the Basic interpreter.

Incomplete Project - Work In Progress

Screenshot

Requirements

Features

  • Emulating the Look n' Feel of Commodore 64
  • Input/Output Buffer
  • Basic Interpreter
  • Sprite Editor
  • Save/Load Basic Programs

License

Apache 2.0