Can I use canvas?

I want to start building Rougelike Dungeon Crawler Project. I saw few campers projects - and most of them use tables, divs to represent their game board and game objects. Can I use canvas instead? Thanks in advance

1 Like

Sure, you can use anything you want, as long as you fulfill all the user stories.

That’s great. So i will use canvas. I just wonder why people use divs or table cells to make it. It seems a bit weird