How To Create a JavaScript TileMap For a 2D Game

Опубликовано: 13 Октябрь 2024
на канале: Coding With Adam
16,610
369

In this tutorial we learn how to build a 2D tile map for a game in JavaScript. We set up the basic architecture for a game and dive into the details of what a tile map is and how to build one.

Links
GitHub Repository
https://github.com/CodingWith-Adam/Ti...

Direction download link from GitHub with assets
https://github.com/CodingWith-Adam/Ti...

Demo Of solution
https://codingwith-adam.github.io/Til...

Pac-Man Tutorial
   • Coding Pac-Man in JavaScript Complete...  

Multiple cursors in vs code
https://bit.ly/3C3qrfk

00:00:00 Introduction
00:01:14 Project Setup
00:02:13 Html Setup
00:05:44 Game.Js Setup with Game Loop
00:08:31 TileMap
00:21:50 Visualization of how TileMap is drawn
00:22:46 The End