12 July 2025

Text to a Graphical Adventure


 Given some tile texture, create a passageway, a left turn, a right turn a t-junction, a door and a dead end. Now use your text based adventure and turn it into a graphical one so that the user can walk around a dungeon. AND IT WORKS!

No comments:

Post a Comment

Building an A Level Platform Game Project — Part 4: Adding Platforms and Collision Detection

  Building an A Level Platform Game Project — Part 4: Adding Platforms and Collision Detection In Part 1, we planned the platform game and s...