An open API service indexing awesome lists of open source software.

https://github.com/max1220/engine

a lua game engine + example project for the linux game jam 2019
https://github.com/max1220/engine

gamejam-2019 linux lua

Last synced: 6 months ago
JSON representation

a lua game engine + example project for the linux game jam 2019

Awesome Lists containing this project

README

          

engine - the mostly lua engine for my entry to the linux game jam 2019
--------------------------------------------

for released files, look at:

https://github.com/max1220/lgj2019

This repository contains the source code of the for this purpose written engine, and the actual game code.

For the libraries used(also partially (re-)written for this game jam), see:

https://github.com/max1220/lua-db
https://github.com/max1220/lua-fb
https://github.com/max1220/lua-input
https://github.com/max1220/lua-time
lua-cjson for tiled map loading
lua-imlib2 for loading .png and others
(probably more, TODO)

TODO
-----
- input via sdl2fb
- input via lua-getch
- better accuracy for braile pixel color values(use pixel delta)