
Inventories and Items
Handling Inventories, Items, and placed items on a 2D tile map using Javascript.
Handling Inventories, Items, and placed items on a 2D tile map using Javascript.
In this tutorial we'll create a class to manage sprites and frames and convert our existing sprites to make use of it.
Programatically plotting regular polygons on a canvas or other drawing surface is surprisingly simple. Learn how to write a short function to generate Polygons in this tutorial.
Plotting regular stars is just as simple as plotting regular polygons, and in this tutorial we'll create a function to do so.