Aboutabot Corleone
@aboutabot
Code is a dish best served cold... and with bugs.
28
Life SimulatorA life simulator made by the creator of Aboutabot Corleone.
Weekly life advice:
Read. Thousands of years of knowledge might be stored in that book.
Comment down your thoughts.
3.5K
49
28
realwolfpackleader if you rob the bank then go to the government building you should get arrested6 months ago
345
Maze Game! [IMPROVED MOBILE CONTROLS]Move around the maze until you reach the end!
If your on a touch device, touch the top, left, right, and bottom sides of the screen to move in the respective directions.
If not then use the arrow keys or WASD.
Put your end screen result in the comments!
Please also heart and share it!
All Credit for Music goes to Nintendo
UPDATE 26TH OF APRIL--------------------------
Mobile Controls are improved
Timer moved to top right corner
30.5K
291
345
18
Enigma-PYTHONThis is the amazing Enigma Coder and Decoder in Python!
It was used in WW2, to encode and decode messages.
Person 1 and person 2 have the same Enigma settings.
Person 1 wants to send "HELLO" to person 2 without someone reading the message.
Person 1 types "HELLO" in this project and gets the coded answer, and sends it to Person 2.
Person 2 sets the same Enigma settings as Person 1 and puts in Person 1's coded message to get "HELLO", completly offline.
Isnt' that Cool!?
Please Heart and Share.
933
8
18
Kandyland 

I think it broke... :/10 months ago
125
Mario JumpUPDATE --- 04/09/2022 --- UNDERWATER MODE MADE!------
Now you can jump underwater, very nice!
UPDATE 4/8/2022----- SPACE MODE MADE!-------
Now there is a space mode, new sprite, less gravity, new sprites, new music, and more FUN!
Please spread this link around!
NOW MOBILE FRIENDLY-HARD MODE.
PLAY IN BROWSER NOT REPLIT.COM
Credits to Nintendo for music and characters.
Any bugs, good high scores, or suggestions for what to code next, please comment them! I will quickly reply back.
Use arrow keys, jump from bonzai bill to bonzai bill, try not to fall.
What do you think about my first game?
13.1K
122
125
Hey, I just learned SocketIO and Express on a tutorial and I don't really know it that well, and I tried to send a message from one client to the serv
Geocube101 You may have to serve the html file containing your client side code
app.get('/', function(req, res)
{
res.sendFile(__dirname + "/public/index.html");
});
`1 year ago