Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzkiwisky/litiumvm
A free and open-source fantasy console and game engine
https://github.com/itzkiwisky/litiumvm
game game-engine love2d love2d-framework lua
Last synced: 4 months ago
JSON representation
A free and open-source fantasy console and game engine
- Host: GitHub
- URL: https://github.com/itzkiwisky/litiumvm
- Owner: itzKiwiSky
- Created: 2022-05-21T20:42:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T18:53:19.000Z (over 2 years ago)
- Last Synced: 2024-10-14T06:03:36.643Z (4 months ago)
- Topics: game, game-engine, love2d, love2d-framework, lua
- Language: Lua
- Homepage:
- Size: 206 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
# LitiumVM
> Codename : lunaris, mini os and game engine made with love2D.# WARNING, THIS REPOSITORY IS NO LONGER MANTAINED
> ## Check the official repository page by clicking [here](https://github.com/Litium-org/litium)[![Lua language](./images/lua-badge.png)](https://www.lua.org)
# About Project
LitiumVM (codename lunaris) is a fantasy console and game framework inspired by Atari 2600.
Is 100% written in lua and has his own API to make your own games.
Has a graphic handler, sound writter, and json reader.This engine is in development, started at 13/04/2022.
You can download this source code and build it on your machine.
### STATBILITY WARNING:
> This project is constantly development, so scripts and functions can be added, removed, renamed or moved to other parts, please check for the most recently version of source to not have compatibility issues.## Building
- [ 1 ] - Make sure you have Love2D 11.4 Mysterious Mysteries installed and setup with %path%, to see if you have set up correclty open your terminal and type "love" if it open a screen with no game means it all working correctly.- [ 2 ] - on your terminal run boot.cmd or click 2 times on .cmd file to run the current version of the project.
# Contributions
You can contribute with the development of engine by clonning this repository with the most recent version of code and make your changes.Everyone who helps will be credited here (social media or Github page)
# Library credits
This engine use some third party libraries, here the credits for they amazing work :D> ### [HUMP - vrld](https://github.com/vrld/hump)
> ### [Json.lua - rxi](https://github.com/rxi/json.lua)
> ### [Penlight lib - lunarmodules](https://github.com/lunarmodules/Penlight)
> ### [Chrono - a327ex](https://github.com/a327ex/chrono/blob/master/Timer.lua)
> ### [lBase64 - iskolbin](https://github.com/iskolbin/lbase64)