OnlyAHuman
@OnlyAHuman
Math.E ** (Math.sqrt(-1) * Math.PI) == -1
China
0
LightChatA chat in light mode.
Why this chat was made
First, I wanted to make my own chat. Second, there were too many dark chats in Replit. Therefore, I made this chat.
Features
Made with express.js and socket.io with node.js
Custom themes
Banning system that's slightly more effective than the others
Profanity filter system that's also slightly more effective than the others (Python's better profanity is better)
Credits
This chat is somehow inspired from VT Chat, Replyte, and the Replit homepage.
Credits to Enderman on GitHub, https://images.weserv.nl/, and @VertexStudioOfficial for the background images.
Also credits to Free Web Headers for providing a list of Chinese bad words.
And finally, credit to Replit and @xNotKing for providing the evalbot images.
Update
There's now an typing indicator!
You can now link to users using the @ symbol (@OnlyAHuman)
Also made the chat slightly faster
Now that almost all variables are local, you can't hack from the console anymore :)
(P.S. I forgot to mention that you can escape using the \\ character)19
Real-life Physics SimulationThis is a simple physics model. It's mobile friendly, but it's different from the model in the real world. (Keep reading. )
Friction and collision between the round objects (censored) are not considered in this model so don't expect them to bounce around.
Air resistance is decreased because it causes too much effect on the objects
(inspired from @PyGrammer5 's physics models)
New Update: Convenient Physics
This update contains the following:
Added a better toolbar that you can open and close, and much better compared to the one before
Fixed some small bugs (mostly pointer problems)
Added wind (input the dimensions in the toolsbar)
The background now matches with the system mode (light/dark)
Also there's now a warning when you create the 400th ball782
19
19
19
Real-life Physics SimulationThis is a simple physics model. It's mobile friendly, but it's different from the model in the real world. (Keep reading. )
Friction and collision between the round objects (censored) are not considered in this model so don't expect them to bounce around.
Air resistance is decreased because it causes too much effect on the objects
(inspired from @PyGrammer5 's physics models)
New Update: More Similarity
Added air resistance and color to the model (and also a giant 50kg ball)782
19
19
19
Real-life Physics SimulationThis is a simple physics model. It's mobile friendly, but it's different from the model in the real world. (Keep reading. )
Friction and collision between the round objects (censored) are not considered in this model so don't expect them to bounce around.
Air resistance is decreased because it causes too much effect on the objects
(inspired from @PyGrammer5 's physics models)
782
19
19
studentmrcode how to get satisfied:
1. run this repl
2. click on the repl at least once, then hold shift and activate an autoclicker
3. stop holding shift, then make sure the autoclicker is still on and you haven't clicked off the repl
4. watch5 days ago
0
LightChatA chat in light mode.
Why this chat was made
First, I wanted to make my own chat. Second, there were too many dark chats in Replit. Therefore, I made this chat.
Features
Made with express.js and socket.io with node.js
Custom themes
Banning system that's slightly more effective than the others
Profanity filter system that's also slightly more effective than the others (Python's better profanity is better)
Credits
This chat is somehow inspired from VT Chat, Replyte, and the Replit homepage.
Credits to Enderman on GitHub, https://images.weserv.nl/, and @VertexStudioOfficial for the background images.
Also credits to Free Web Headers for providing a list of Chinese bad words.
And finally, credit to Replit and @xNotKing for providing the evalbot images.
Update: Text Styling
LightChat now supports text styling. I decided to not use markdown because it changes the structure of the messages, but some commands are still supported and are exactly the same. These include:
bold and italics
links
images
code and code blocks (no support for language detection and highlighting yet)
An extra command that markdown doesn't support:
colored text: ?\text0
Dodging GamePlease read the descriptions.
You are stuck in a narrow room, and blue arrows are flying toward you. Your goal then, is to dodge the arrows and survive as long as possible.
Keys:
@ - you
- possibly your corpse (can go wrong sometimes)
. blank tile (you can walk on it)
^v-|┌┐└┘├┤┬┴┼ arrows flying in certain directions, multiple arrows can be at the same tile, all arrows are blue
Controls:
W: up
A: left
S: down
D: right
corresponding arrow keys
Better user interface
Added a user interface at the start and end of the game
Added instructions
Fixed a tiny but deadly error0
Dodging GamePlease read the descriptions.
You are stuck in a narrow room, and blue arrows are flying toward you. Your goal then, is to dodge the arrows and survive as long as possible.
Keys:
@ - you
- possibly your corpse (can go wrong sometimes)
. blank tile (you can walk on it)
^v-|┌┐└┘├┤┬┴┼ arrows flying in certain directions, multiple arrows can be at the same tile, all arrows are blue
Controls:
W: up
A: left
S: down
D: right
corresponding arrow keys
36
7
0
1
PyCalcA vintage calculator that works pretty well. (day lesson 66)
1
0
1
0
LightChatA chat in light mode.
Why this chat was made
First, I wanted to make my own chat. Second, there were too many dark chats in Replit. Therefore, I made this chat.
Features
Made with express.js and socket.io with node.js
Custom themes
Banning system that's slightly more effective than the others
Profanity filter system that's also slightly more effective than the others (Python's better profanity is better)
Credits
This chat is somehow inspired from VT Chat, Replyte, and the Replit homepage.
Credits to Enderman on GitHub, https://images.weserv.nl/, and @VertexStudioOfficial for the background images.
Also credits to Free Web Headers for providing a list of Chinese bad words.
And finally, credit to Replit and @xNotKing for providing the evalbot images.
17
3
0
OnlyAHuman LightChat now supports text styling. I decided to not use markdown because it changes the structure of the messages, but some commands are still supported and are exactly the same. These include:
- bold and italics
- links
- images
- code and code blocks (no support for language detection and highlighting yet)
An extra command that markdown doesn't support:
- colored text: ?\[*text*](*color*)9 days ago
1
Mandelbrot SetAn interactive mandelbrot set. Scroll to zoom, and drag to move around (beware because you might break the page).
JavaScript can only handle a limited amount of decimal calculations, so you may see patterns that shouldn't be there when you zoom in.
5
0
1
2
Merry Christmas! Either click run or read the update below.
Update...?
Sorry for not preparing something for Christmas, but I have no idea what to do. Anyway, I will publish a chat app at next year January. Click the run button for more details.12
3
2
2
Merry Christmas! Either click run or read the update below.
12
3
2
OnlyAHuman Sorry for not preparing something for Christmas, but I have no idea what to do. Anyway, I will publish a chat app at next year January. Click the run button for more details. 1 month ago
2
String of 0's and 1'sMy first effective repl made by wenyan-lang.
5
0
2
2
Simple BattleA simple battle game in #Replit100DaysOfCode
20
3
2
0
Rock Paper Scissors GameCheck out the worst game I can make with Python on my 14th day of Python!
2
0
0
3
Bean clicking gameMy second game. (Click "Read more" for more information. )
This game is self-explantorary. Beans will appear on the screen, and your goal is to click as many as possible. Beans appear faster the more you click, and the game ends when there's 50 beans on the screen.
11
0
3
0
OnlyOne - Replit Creates 8/18Only the number 1
4
0
0
0
Something Big - Replit Creates 8/12It's just something big.
5
1
0
0
Replit Creates 8/10This is not just a triangle. It's not an existing shape.
For the source code, go here.
3
0
0
1
Asymptote tetrahedronThis is a tetrahedron I made using Asymptote.
Asymptote is a vector graphics language that I'm using.
I think this is the second Asymptote repl made in Replit.
Large improvements
I finally learned how to draw surfaces in the three module.
Added lights (it's automatic)
Added surfaces (it's not just a frame anymore)28
3
1