Skip to content
Sign UpLog In
Profile icon

erger561

@erger561
  • Pong

    Cover page
    Made with HTML, CSS, JS

    Best pong in the world

    Recent comments (0)
  • Olympics Pong

    Cover page
    Made with HTML, CSS, JS

    be the champion!

    Recent comments (0)
  • Double ball pong

    Cover page
    Made with HTML, CSS, JS

    Best pong in the world

    Recent comments (0)
Repls
Community
erger561
erger561
shared a Post
2 years ago
game with Lobby with three maps (EpicCloudMiniGames)
Hello! I added a new map in EpicCloudMiniGames, the new map is another parkour map, this map it called parkour tower, it is the one that goes up, note
EpicCloudMiniGamess
Node.js
ruiwenge2
ruiwenge2
you still didn’t give him credit :(2 years ago
KraziDev12345
KraziDev12345
Would you mind if I forked this and made my own game from it?2 years ago
erger561
erger561
Uploading parkour tower.mp4... here is the link to the video https://www.youtube.com/watch?v=GA1YOsWB09M Yes this is me, I did this, it was easy took me two times today, one is not in the video. :)2 years ago
erger561
erger561
shared a Post
2 years ago
Enjoy this new game that I made. @Ryan1111 helped me with the base part, only a little bit.
EpicCloudMiniGamess
Node.js
SilvermoonCat
SilvermoonCat
give @/ Ryan1111 more credit he basically did all the work 1 year ago
sonub
sonub
u all ppl copied the sound from roblox 1 year ago
erger561
erger561
shared a Post
2 years ago
Hello! This is a game of my own, it is not compete yet, but this is what I have, it is multiplayer there is a lobby and one map, enjoy!
EpicCloudMiniGamess
Node.js
erger561
erger561
shared a Post
2 years ago
I updated the game, it is now an app for desktop and there is a new island enjoy!
cloud-wars
Node.js
LordPython404
LordPython404
I can't get to the other islands.2 years ago
erger561
erger561
shared a Post
2 years ago
Please join my team (here is the link, https://replit.com/teams/join/oolajrqbbikptgwgqyoejjzfbfrhdnex-TheGameCoders ) so I can teach you how
cloud-wars
Node.js
ManuelFerrara1
ManuelFerrara1
Amazing post looking forward seeing more from you carpet removal Australia6 months ago
SarahWilliams9
SarahWilliams9
Amazing post https://www.genesisbookwriter.com/ https://www.queenscreativedesign.com/ https://www.customlogodesigns.us/ https://www.thecoursehelp.com/9 months ago
vertexghostwrit
vertexghostwrit
Amazing post looking forward to seeing more from you https://www.vertexghostwriting.com/10 months ago
erger561
erger561
shared a Post
2 years ago
Enjoy this game that I made! w a s d and space click to shoot
cloud-wars
Node.js
erger561
erger561
shared a Post
2 years ago
How do you save something that is before displayIntro() and then put it in displayIntro() with the same value?
Random Game
Python
erger561
erger561
What I am saying is that I want the points to be in the displayIntro() with the same value as before the displayIntro()2 years ago
lolguineapig
lolguineapig
@erger561 are you saying that you have a variable defined outside the function, and you want it to be defined in the function with the same value? If yes, you just have to use the keyword global. Example: var = input("What is your favorite color?") def hello(): return "Hello user. " + var + "is your favorite color!" print(hello()) That won't work ^ but this code will: var = input("What is your favorite color?") def hello(): global var return "Hello user. " + var + "is your favorite color!2 years ago
erger561
erger561
Never mind, I think I know how to know.2 years ago