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
- Host: GitHub
- URL: https://github.com/max1220/engine
- Owner: max1220
- Created: 2019-04-11T06:18:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T19:46:48.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T13:16:24.596Z (about 1 year ago)
- Topics: gamejam-2019, linux, lua
- Language: Lua
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)