Jaymes Morris
@SagaciousPan
Programming is just my hobby.
Repls
Community
Is there a way to clear the console of a repl using JavaScript?
console.clear(); does not work.
https://repl.it/@SagaciousPan/Text-Adventure-Version-
Is there a better way to do this?
It works... but... I feel like I'm repeating code waaaaay to often.
https://repl.it/@SagaciousPan/Text-Adventure-Ver
A simple text adventure game.
[SLOW SPORADIC UPDATES]
V.5 notes:
Reworked (once again)
Added some scenes (koamojis)
Changed the story
Python
I have been importing and using replit to clear my console, but I found out that you can't import replit when you have multiple files.
Traceback (mos
A simple text adventure game.
[SLOW SPORADIC UPDATES]
V.2 notes:
-No longer using python 2.7
-Comments added
Python