top of page

Quest coding

  • Writer: 라임 샹큼
    라임 샹큼
  • Feb 23
  • 1 min read

file:///Users/gaeunlee/PycharmProjects/100%20Days%20of%20Code%20-%20The%20Complete%20Python%20Pro%20Bootcamp/exportToHTML/task.py.html

This is the link for a code that I wrote on Pycharm at an attempt to make a quest game.

I wanted to revise the skills I learned in class when we learned how to code in school.

Through this project, I learned

  • The importance of indentations.

  • The use of ASCII art

  • The importance of using flowcharts to plot codes so not to get confused while coding later on

  • The significance of using .lower() after input so that code still functions after not being strictly the same as the recommended response.



Recent Posts

See All
Reading and writing files

I learned how to read write txt files. I learned how to navigate files. I always wondered how people sent automated emails to so many...

 
 
 
Ping-Pong game

This project really helped me understand OOP more and grasp the concept of inheritance in classes. screen = Screen() screen.setup(height...

 
 
 
Making the well-known Snake game

Everyone has atleast had one instance in which they downloaded snake.io on their phone and had a few goes at it. I wanted to replicate...

 
 
 

Comments


© 2024 by GifTED. Powered and secured by Wix

bottom of page