In this guide, you'll use the TerraForge library to generate an overworld and then display it as a 2d tile map in Python Tkinter.
In order to do this, you’ll:
Create the 2D tile map.
Generate the overworld terrain using TerraForge.
Add the ability to zoom in and out.
Add the player to the map.
Allow the player to move on the map.
TIMESTAMPS
00:00 Intro
00:30 Installing & Upgrading TerraForge
01:19 Starter Code
01:35 Creating the 2D Tile Map
08:14 Generating the Overworld
14:47 Adding Zoom
17:29 Drawing the Player
22:12 Adding Player Movement
26:05 Final Result & Outro
TerraForge (GitHub)
https://github.com/BriannaLadson/Terr...
Code (GitHub)
https://github.com/BriannaLadson?tab=...
Adventure | Sandbox RPG Sim
https://github.com/BriannaLadson/Adve...