I’m making some kind of tile based platformer game. Code wise I have the basics for making new tiles and tiles that can display differently depending on surrounding tiles along with some stuff related to the grid(s) that the tiles go in. I also plan on making some kind of editor to create levels for the game once I work a bit more on it.
You can press G to toggle the grid to see how the tiles are aligned and currently it’s only one type of tile. If you fall out of the map you can just reload the page.
preview.html (2.1 MB)
Any suggestions are welcome since I don’t have any exact ideas on what the goal would be for most levels.