Skip to content

A LÖVE library, designed to make developing Nokia 3310-styled games dead easy. Made for the NOKIA 3310 JAM.

License

Notifications You must be signed in to change notification settings

Trixelized/Love2dNokia3310

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Handles:

  • Canvas setup (and scaling it to the target window or canvas)
  • B/W to 2-color shader (jam palettes)
  • Very cheap audio

Documented + sumneko notations :)

Minimal setup example:

local nokia = require("nokia3310")

function love.load()
    nokia.init()
end

function love.draw()
    nokia.draw(function()
        -- draw game in b/w here
    end)
end

About

A LÖVE library, designed to make developing Nokia 3310-styled games dead easy. Made for the NOKIA 3310 JAM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages