Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Jaymes Morris

@SagaciousPan
Programming is just my hobby.
  • The Dark Ages [Text Adventure] Version 2.0

    Cover page
    Made with HTML, CSS, JS
    • New Look
    Recent comments (0)
  • Text_Adventure_Version_05

    Cover page
    Made with Python

    A simple text adventure game. [DISCONTINUED] V.5 notes:

    • Reworked (once again)
    • Added some scenes (koamojis)
    • Changed the story
    Recent comments (0)
SagaciousPan
SagaciousPan
shared a Post
4 years ago
Is There Anyway to Clear the Console in JavaScript?
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-
Vandesm14
Vandesm14
Can you post your repl link? console.clear() should work, so it might be a code issue.4 years ago
SagaciousPan
SagaciousPan
shared a Post
4 years ago
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
mwilki7
mwilki7
You can reduce the text = "If I could find a way to not repeat so much code."; mainController.typeToConsole(text); To mainController.typeToConsole("If I could find a way to not repeat so much code."); `4 years ago
theangryepicbanana
theangryepicbanana
You don't need var every single time you give text a value. Another thing you could do is to use an array containing each text and iterate over it using a for ... of loop4 years ago
SagaciousPan
SagaciousPan
shared a Post
5 years ago
Convert a hexadecimal number to decimal number.
Converting a Hexadecimal to Decimal.
Node.js
two2three
two2three
https://replit.com/@two2three/Joe-Dabbss-Converter#main.py the full version2 years ago
SagaciousPan
SagaciousPan
shared a Post
5 years ago
A simple text adventure game. [SLOW SPORADIC UPDATES] V.5 notes: Reworked (once again) Added some scenes (koamojis) Changed the story
Text_Adventure_Version_05
Python
XavierDD
XavierDD
I am looking forward to chapter two.5 years ago
SagaciousPan
SagaciousPan
shared a Post
5 years ago
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
ash15khng
ash15khng
There is no other way but you could do something like printing "\n" many times: print("\n"*50)5 years ago
SagaciousPan
SagaciousPan
shared a Post
5 years ago
A simple text adventure game. [SLOW SPORADIC UPDATES] V.2 notes: -No longer using python 2.7 -Comments added
Text_Adventure_Version_02
Python
DJWang
DJWang
Wow amazing game! Try to fix your spelling and update it frequently. Very impressive!4 years ago
mkhoi
mkhoi
This would be great if its not that short5 years ago
DanielSchumache
DanielSchumache
Too short5 years ago