Skip to content

griotgaror/canvas_game_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Canvas template for 2d Isometric Game

This template has player movement with collision and map spawn;
All data`s who i use are 1d arrays from (Tiled) the Software for building 2d Maps;
The Map is a img and objekt and collision are other layer;

//make a map;
//then export the map image;
//for map data export as xml
//all objekt export later as array and spawn it to map for sprite animations or what ever;
//you can mark collision white red sprite or what ever and can you for later make your collision grid;
            

About

this is a js canvas template for make isometric games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published