Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0

litecanvas - HTML5 canvas engine for small games

A topic by Luiz Bills created 51 days ago Views: 68
Viewing posts 1 to 1
(1 edit)

Hi there! I am sharing a personal project of mine: a game engine for creating small games in JavaScript.

https://bills.itch.io/litecanvas

My initial motivation was to have a code editor with a built-in engine/library, with a simple API and that worked offline, as I sometimes travel to a region that doesn’t have an internet connection. I also intend to use it to teach a little about game development to some of the people I mentor.

Main features:

  • Simple API: Just few functions to draw shapes and some utilities to other things like sounds and math.
  • Predefined colors: Just use a number (from 0 to 11) to choose a color in our 12-color palette.
  • Predefined sounds: Packed with 4 sounds created in ZzFX.
  • Extensible: Use or create plugins to add functionalities or change the engine.

This project is still under development. All feedback is appreciated!