Skip to content
Sign UpLog In
Profile icon

Michael Nicol

@Michael_Nicol
Check me out @ https://codepen.io/michaelnicol/full/ZEKVyvB?editors=1100
  • Unit 8 Final Project: Battleship

    Cover page
    Made with Java

    Simple command line Battleship game written for Edhessive Final AP CSA Project.

    Warning: Do not attempt to distribute or copy this code. This code is being displayed only for the purpose of my resume.

    Recent comments (0)
Repls
Community
Michael_Nicol
Michael_Nicol
published a Repl
2 years ago
0
2D Depth-First Search Maze Algorithm
2D Depth-First Search Maze AlgorithmFull GUI: https://codepen.io/michaelnicol/full/QWgEpJe
Michael_Nicol
Michael_Nicol
Simple Command Line 2D Depth-First Search Algorithm2 years ago
Michael_Nicol
Michael_Nicol
shared a Post
2 years ago
Every time I try to log in or reset my password, I get the following error: "Looks like you signed up with google, google, google, github. Please log
sn236
sn236
Click on continue with google and select your gmail image2 years ago
Michael_Nicol
Michael_Nicol
shared a Post
2 years ago
Hello Forum members, I have been using Repl.it for a few years now. I used for it for personal, school and hobby projects. I recently changed my ema
Vandesm14
Vandesm14
Email me at [email protected]2 years ago
Coder100
Coder100
Replit currently does not store phone numbers, and to reset your account, you can also try directly emailing a dev, like [email protected]2 years ago
Michael_Nicol
Michael_Nicol
shared a Post
4 years ago
Every time I go to type on my repl, it shows a nametag where I am typing. This is despite the fact that I am the only person on the document. If I am
titaniumtails
titaniumtails
Having two tabs open with the same repo made the tag appear. As soon as I closed the duplicate session down, the name tag disappeared.3 years ago
KeithWegner1
KeithWegner1
Are you certain you don't have this open on two sessions?3 years ago
mkhoi
mkhoi
I guess you can go into the settings on the left sidebar, scroll down and disable the code intelligence4 years ago
Michael_Nicol
Michael_Nicol
shared a Post
4 years ago
I wanted to know if their is anyway i can clear the repl.it terminal with JavaScript? I can only find stuff for Python and such but nothing for JS.
Pythonier
Pythonier
You could use this, it is a bit ugly though, function clear() { // prints new line 50 times. for(var i = 0; i < 50; i++) { console.log("\n") } } That will make it appear as if the console was cleared. You can change the 50 to fit your needs.4 years ago
Geocube101
Geocube101
Try console.clear()4 years ago