Skip to content
Open navbar menu
Sign UpLog In
Profile icon

OnlyAHuman

@OnlyAHuman
Math.E ** (Math.sqrt(-1) * Math.PI) == -1
IP: 114.514.1919.810
  • Asymptote tetrahedron

    Cover page
    Made with HTML, CSS, JS

    This 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.

    Recent comments (3)
    OnlyAHuman
    OnlyAHuman
    1 year ago

    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)
    OnlyAHuman
    OnlyAHuman
    1 year ago

    Ok anyway, you have to open in a new tab to open

    OnlyAHuman
    OnlyAHuman
    1 year ago

    Fixed the problem where you can't see the tetrahedron in a regular repl run

  • Dodging Game

    Cover page
    Made with Python

    **Please 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
    Recent comments (7)
    OnlyAHuman
    OnlyAHuman
    9 months ago
    • Added a user interface at the start and end of the game
    • Added instructions
    • Fixed a tiny but deadly error
    RavenSpeed
    RavenSpeed
    9 months ago

    Highscore 27 you should make it so it shows your highscore everytime

    RavenSpeed
    RavenSpeed
    9 months ago

    It gives me an error something wrong with line 1 i believe

  • LightChat

    Cover page
    Made with Node.js

    A 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

    Recent comments (5)
    VertexStudioOfficial

    cool

    OnlyAHuman
    OnlyAHuman
    8 months ago
    • 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)

    OnlyAHuman
    OnlyAHuman
    8 months ago

    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)
    CheeseTheRat
    CheeseTheRat
    8 months ago

    Light mode is a sin.

  • Real-life Physics Simulation

    Cover page
    Made with HTML, CSS, JS

    This 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)

    Recent comments (20)
    OnlyAHuman
    OnlyAHuman
    8 months ago

    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 ball
    EliTheGingerKat
    EliTheGingerKat
    8 months ago

    uhhh...

    image

    TSEzraT
    TSEzraT
    8 months ago

    why are things like this so actually addicting

    studentmrcode
    studentmrcode
    8 months ago

    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. watch
    cldprv
    cldprv
    8 months ago

    There is a bug…

    JohnWesley7
    JohnWesley7
    8 months ago

    Cool 😎

    whyisthatlikethat
    whyisthatlikethat
    8 months ago

    add wind settings and water

    BearCoder01
    BearCoder01
    8 months ago

    GR! (Good Repl), like it

    OnlyAHuman
    OnlyAHuman
    8 months ago

    Added air resistance and color to the model (and also a giant 50kg ball)

  • Bean clicking game

    Cover page
    Made with HTML, CSS, JS

    My 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.

    Recent comments (0)
OnlyAHuman
OnlyAHuman
published a Repl
1 month ago
0
famous dot effect
famous dot effectA rewritten version of a famous background effect used in many places.
OnlyAHuman
OnlyAHuman
published a Repl
3 months ago
0
A Square is a Curve?
A Square is a Curve?This repl uses turtle to draw a square without lifting the turtle. Enter an integer between 1 and 7 when it asks for the order. It will take the turtle a few minutes to complete the square if you enter 7, and even longer if you enter more than that. This is known as the Hilbert Curve.
OnlyAHuman
OnlyAHuman
published a Repl
4 months ago
0
Advanced Progress Bar using Python
Advanced Progress Bar using PythonA progress bar that can be embedded between code lines.
OnlyAHuman
OnlyAHuman
published a Repl
6 months ago
0
What is Pi?
What is Pi?Happy Pi day! (not recommend on square screens)
OnlyAHuman
OnlyAHuman
published an Update
7 months ago
1
Piano on the Web
Piano on the WebPlay piano in your browser in a convenient way.
A major update
The piano is now based on audio instead of oscillators because it sounds better. Also, my stylesheet was used here. Please wait for a moment before playing the piano because it takes time to load the audio. Things to be added: a midi player something to record the piano
OnlyAHuman
OnlyAHuman
I've also limited the keyboard size on wider screens7 months ago
#html
#javascript
#music
+1
OnlyAHuman
OnlyAHuman
published an Update
8 months ago
1
Piano on the Web
Piano on the WebPlay piano in your browser in a convenient way.
A minor update
Added a slider that works well for most of the time Added letters on the keys, now it's easier to use with a physical keyboard
OnlyAHuman
OnlyAHuman
@ljf7 I joined a team that I know nothing about and I suddenly got promoted as teacher, so can you please tell me what's going on? 7 months ago
ljf7
ljf7
@OnlyAHuman Do your self and happy hacking !! You don't need to know too many rules and just create project that you want .7 months ago
ljf7
ljf7
@OnlyAHuman Remember your new idea is the bestt tutorial. To be honest, your repl "Piano on the Web" I really like.7 months ago
OnlyAHuman
OnlyAHuman
published a Repl
8 months ago
1
Piano on the Web
Piano on the WebPlay piano in your browser in a convenient way.
OnlyAHuman
OnlyAHuman
Added a slider that works well for most of the time Added letters on the keys, now it's easier to use with a physical keyboard8 months ago
VertexStudioOfficial
VertexStudioOfficial
cool7 months ago
OnlyAHuman
OnlyAHuman
published a Repl
8 months ago
0
Very very secure encryptor
Very very secure encryptorA simple demo of the RSA encryption method.
OnlyAHuman
OnlyAHuman
published an Update
8 months ago
1
LightChat
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)
OnlyAHuman
OnlyAHuman
published an Update
8 months ago
23
Real-life Physics Simulation
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 ball
OnlyAHuman
OnlyAHuman
published an Update
8 months ago
23
Real-life Physics Simulation
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)
OnlyAHuman
OnlyAHuman
published a Repl
8 months ago
23
Real-life Physics Simulation
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)
TSEzraT
TSEzraT
why are things like this so actually addicting8 months ago
EliTheGingerKat
EliTheGingerKat
uhhh... ![image](https://storage.googleapis.com/replit/images/1675198101340_41727d191bdc8c384e3a9ade7c31195f.png)8 months ago
OnlyAHuman
OnlyAHuman
published an Update
8 months ago
1
LightChat
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: ?\text
OnlyAHuman
OnlyAHuman
published an Update
9 months ago
0
Dodging Game
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 error
OnlyAHuman
OnlyAHuman
published a Repl
9 months ago
0
Dodging Game
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
RavenSpeed
RavenSpeed
It gives me an error something wrong with line 1 i believe9 months ago
RavenSpeed
RavenSpeed
Highscore 27 you should make it so it shows your highscore everytime9 months ago
OnlyAHuman
OnlyAHuman
published a Repl
9 months ago
1
PyCalc
PyCalcA vintage calculator that works pretty well. (day lesson 66)
OnlyAHuman
OnlyAHuman
published a Repl
9 months ago
1
LightChat
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.
OnlyAHuman
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*)8 months ago
OnlyAHuman
OnlyAHuman
- 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)8 months ago
OnlyAHuman
OnlyAHuman
published a Repl
9 months ago
1
Mandelbrot Set
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.
OnlyAHuman
OnlyAHuman
published an Update
9 months ago
2
Merry Christmas!
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.
OnlyAHuman
OnlyAHuman
published a Repl
9 months ago
2
Merry Christmas!
Merry Christmas! Either click run or read the update below.
d31337
d31337
Merry Christmas!9 months ago
OnlyAHuman
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. 9 months ago