Python Forum
CaveWorld – text game with RPG elements and ASCII graphic - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code Review (https://python-forum.io/forum-46.html)
+--- Thread: CaveWorld – text game with RPG elements and ASCII graphic (/thread-28806.html)



CaveWorld – text game with RPG elements and ASCII graphic - Remek953 - Aug-04-2020

Video Link: https://www.youtube.com/watch?v=lC0-QKd3ffc

Github Link: https://github.com/Remek953

I started learning Python a few months ago and I always wanted to create the game. At last, I finish my first project: CaveWorld – text game with RPG elements and ASCII graphic. I was hoping you guys could play and take a look at my code. :slight_smile:

Have fun!


RE: CaveWorld – text game with RPG elements and ASCII graphic - Fr4nkl1n_1k3h - Aug-16-2020

Cool game!
But there is one small problem in the code.
os.system("cls") doesn't work on Linux OS.
So it keeps bringing up an error instead of clearing the screen


RE: CaveWorld – text game with RPG elements and ASCII graphic - Remek953 - Aug-17-2020

Thanks. I'll fix it. :)