How to use litecanvas in LOWREZJAM


LOWREZJAM is a game jam that takes place every year, and its only mandatory rule is that your game must have a resolution of 64x64. Following just this rule, you can create your game using any language or tool you want.

This year’s jam started a few days ago, but it will still last for 7 days (it goes until August 15th, 2024, at 8:00 AM)… I know, I’m late hahahha.

If you want to try this jam with Litecanvas, just instantiate your game like this:

litecanvas({
  width: 64,
  height: 64,
  pixelart: true
})

And done! Now you just have to make your game.


About LOWREZJAM: https://itch.io/jam/lowrezjam-2024

Leave a comment

Log in with itch.io to leave a comment.