Hi! I'm a retired Math teacher, trying to teach this old dog new tricks. By old, I mean my preferred programming language is FORTRAN, followed by Pasc...
This is just a project I write within my free time. Comment anything you see that I should change. Comment opinions, and I hope to make this into some...
This game is pong but the ball goes faster by how points you get and move left and right.You use wasd to move the blue rectangle and you use ijkl to m...
This is going to be a better version of the old jigsaw I created @SkyyCivil (my account that got hacked and banned from repl talk) my old one I made i...
This is a simple program to teach students how AI depends on data to make predictions. Students start with a database on E=49. The program creates a r...
**Backstory:** Me and a friend had to make a game for our Computer Science class. We decided on Pokemon Red.
This is the intro segment of Pokemon Red...
Assets are not by me and can be downloaded at https://pixelgameart.org/web/
```js
console.log('Enjoy!');
console.log('Open in a new tab for the best...
I was bored and was playing with exponents. C++ variables hit inf in under a second. I turned to Python and made this monstrosity.
Repl.it gets a PyM...
Web repl that compiles ES6+ code in the browser. Useful for prototyping.
See similar repls:
- [Babel Repl (React)](https://repl.it/@remarkablemark/B...
A perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself.
For instance, 6 has divisors 1...