TechEvolvace / first-hackathon-project

0 stars 0 forks source link

IDE improvements: Have the IDE be able to handle running loops #17

Open TechEvolvace opened 1 day ago

TechEvolvace commented 1 day ago

Overview

So far, the game's IDE can run basic Python code, such as storing data inside variables and printing a message. However, the game's IDE returns an error when it comes to running a suitable loop with the appropriate Python. In order for the game's IDE to handle more complex activities, the game's IDE should be to handle loops as various as they can.