Skip to content
Open navbar menu
Sign UpLog In
Profile icon

I am William Lindenberg

@WilliamLindenbe
print("\u001b[35m\u001b[105mhehe\u001b[0m")
  • The Twin Crystals

    Cover page
    Made with Python

    This repl is a python text adventure game. (Updating regularly)

    Recent comments (23)
    Muffinlavania
    Muffinlavania
    1 year ago

    not gonna lie, this is probably cooler than half the stuff on repl trending lol anyway heres some stuff i think can make it even cooler (if you are still working on this i guess) 1)

    import sys,time
    def printt(thingggg,dela=.04,poo=False):
    for i in thingggg:
    sys.stdout.write(i)
    if poo==True:
    print(random.choice(['','',"\a",'']),end='') #This is for a random noise thing lol, put the 3rd thing as true if you want it
    sys.stdout.flush()
    time.sleep(dela)
    print('')

    after popping that at the top of your code, basically just say printt('something') and it will print out 'something' letter for letter the other two things are optional, printt('something',.1,True) has a .1 second between each letter, and the True makes it have a chance to print out a little sound after each letter (cool for boss fights or something)


    1. if you want to save a lot of lines of code, you could put stuff in functions a really easy one is making this:
    def c():
    os.system('clear')

    which just lets you say c() instead of os.system('clear') everytime

    another thing i noticed is you have a LOT of characters (we dont talk about HACKS AGAIN), and an easy way to make a character would to put this at the top of your character select:

    def character(t1,t2,t3,t4,t5):
    global patk,hp,matk,sc,schp #makes it so you can edit the variables in the function
    patk=t1
    hp=t2
    matk=t3
    sc=t4
    schp=t5

    so instead of typing all these lines: patk=90 hp=80 matk=45 sc='Ninja' schp=80 to make the ninja, you could just do character(90,80,45,'Ninja',80)


    this is probably way too long to read, and you might have stopped working on this, but i was bored so yea lol also i see you used cprint for colors, you can use python color codes for like 250+ options (https://replit.com/@Muffinlavania/some-colors-lol for example)

    zuw
    zuw
    2 years ago

    This is sick bro

    GreenHexagon
    GreenHexagon
    2 years ago

    Heres a bug (at least for me.) It doesn't leave enough time for actually naming.

    MalachiHenson
    MalachiHenson
    2 years ago

    It was too easy and it wasn't long enough.

    meijeronfire
    meijeronfire
    2 years ago

    great game! after a while I did get an error however,

    Traceback (most recent call last): File "main.py", line 2329, in dr=random.randint(1,patk) #patk=physical attack File "/usr/lib/python3.8/random.py", line 248, in randint return self.randrange(a, b+1) File "/usr/lib/python3.8/random.py", line 226, in randrange raise ValueError("empty range for randrange() (%d, %d, %d)" % (istart, istop, width)) ValueError: empty range for randrange() (1, 1, 0)

    GreenHexagon
    GreenHexagon
    2 years ago

    Uhoh. an error

    File "main.py" , line 2195 in atk = atk+10 NameErrror: name 'atk' is not defined

    GreenHexagon
    GreenHexagon
    2 years ago

    A bug, I was fighting a person and attacks show up as orc hits you for {damage}

    Its really nice!

  • WIREMESH ANIMATION-2

    Cover page
    Made with HTML, CSS, JS

    Animation of coloured wiremesh cubes in three.js

    Recent comments (0)
  • Physics Dodge

    Cover page
    Made with 3D Rendering with Three.js

    Physics Dodge! A game where physics meets a classic obstacle avoiding game. Fly your cube up while avoiding orbs of varying colours and damage. Comment your highscore and any bugs or recommendations below. [UPDATE 1] High score is now remembered for each time you play. New Animated Skins to pick from. New Background Decoration. [UPDATE 2] Game is basically done. Attributes for shaders have been given. Disco light for non-shadered background.

    Recent comments (6)
    GoldDerFox
    GoldDerFox
    2 months ago

    My high score was 73

    bqini
    bqini
    2 years ago

    image

Repls
Community
WilliamLindenbe
WilliamLindenbe
published an Update
1 year ago
0
Pain Dodge
Pain DodgePain Dodge Not for epileptic or photo-sensitive people. not for people susceptible to illusions or body/mental failure due to flashing colour/loud sounds etc Three.js Game, where the background breaks you as it spins faster and faster the higher your score. Retro music.
PAIN DODGE
PAIN DODGE This game has been chilling in amongst my spam repls, waiting for a post. SEAR YOUR EYES OUT with the terrible spinning background DODGE ACID, AS YOU ACCELERATE BEYOND INFINITY thats the green stuff RAGE QUIT after listening to the retro music on loop for an hour BUT MOST IMPORTANTLY comment your thoughts, and any requests for more games! I wanna hear what you think. Note: computer only game.
#html
WilliamLindenbe
WilliamLindenbe
published a Repl
1 year ago
0
Pain Dodge
Pain DodgePain Dodge Not for epileptic or photo-sensitive people. not for people susceptible to illusions or body/mental failure due to flashing colour/loud sounds etc Three.js Game, where the background breaks you as it spins faster and faster the higher your score. Retro music.
WilliamLindenbe
WilliamLindenbe
# PAIN DODGE This game has been chilling in amongst my spam repls, waiting for a post. ## SEAR YOUR EYES OUT with the terrible spinning background ## DODGE ACID, AS YOU ACCELERATE BEYOND INFINITY thats the green stuff ## RAGE QUIT after listening to the retro music on loop for an hour ## BUT MOST IMPORTANTLY comment your thoughts, and any requests for more games! I wanna hear what you think. Note: computer only game.1 year ago
WilliamLindenbe
WilliamLindenbe
Not for epileptic people1 year ago
WilliamLindenbe
WilliamLindenbe
shared a Post
2 years ago
#html
#threejs
#game
+2
It is FINISHED. Physics Dodge! A game where physics meets a classic obstacle avoiding game. > Physics, why would you put that in? Fly your cube up w
Physics Dodge
3D Rendering with Three.js
CodingElf66
CodingElf66
Super good!2 years ago
sn236
sn236
Nice, but one thing I don't know if I am going up or down. It's a bit confusing, maybe fix that.2 years ago
WilliamLindenbe
WilliamLindenbe
shared a Post
2 years ago
Physics Dodge! A game where physics meets a classic obstacle avoiding game. Fly your cube up while avoiding orbs of varying colours and damage. Commen
Physics Dodge
3D Rendering with Three.js
Michael8910
Michael8910
Cool game. I got 187.2 years ago
MrVoo
MrVoo
Nice! I got 65 :)2 years ago
WilliamLindenbe
WilliamLindenbe
published a Repl
2 years ago
2
Physics Dodge
Physics DodgePhysics Dodge! A game where physics meets a classic obstacle avoiding game. Fly your cube up while avoiding orbs of varying colours and damage. Comment your highscore and any bugs or recommendations below. [UPDATE 1] High score is now remembered for each time you play. New Animated Skins to pick from. New Background Decoration. [UPDATE 2] Game is basically done. Attributes for shaders have been given. Disco light for non-shadered background.
bqini
bqini
![image](https://storage.googleapis.com/replit/images/1635943726862_b8633d90b6ea6a97e0a52baff07cec1b.png)2 years ago
GoldDerFox
GoldDerFox
My high score was 732 months ago
WilliamLindenbe
WilliamLindenbe
shared a Post
2 years ago
Its a Terminal Animation. Might break your PC. Not for those with epilepsy.
Terminal animation
Python
WilliamLindenbe
WilliamLindenbe
shared a Post
2 years ago
Now with more shapes to choose from!
WIREMESH ANIMATION
HTML, CSS, JS
Dunce
Dunce
Nice!2 years ago
WilliamLindenbe
WilliamLindenbe
shared a Post
2 years ago
Customize Use the input boxes up the top! It's so simple. Feel free to take a look at the three.js code. Screenshot 2021-04-07 15.20.51 Screenshot 20
WIREMESH ANIMATION
HTML, CSS, JS
WilliamLindenbe
WilliamLindenbe
shared a Post
3 years ago
I need inspiration for programs, if anyone has some please put in comments.
SixBeeps
SixBeeps
Make a Quine3 years ago
WilliamLindenbe
WilliamLindenbe
shared a Post
3 years ago
Screenshot 2020-05-01 at 11.52.05 This DnD style chance game was created by a friend and I for a little fun. Please post errors.
The Twin Crystals
Python
BlueComet
BlueComet
wow this such an interesting adventure Great Job :)3 years ago