Skip to content
Sign UpLog In
Profile icon

chromebooker

@chromebooker
School alt of a repl user
  • Oregon Journey

    Cover page
    Made with Python 3.10

    My ripoff of a ripoff of Oregon Trail made by a friend (Doesn't really have anything to do with the original game)

    Recent comments (1)
    BlakeTata
    BlakeTata
    2 months ago

    thanks for leaving a omment on my minecraft so i followed

Repls
Community
chromebooker
chromebooker
published a Repl
14 days ago
1
Flappy Challenge
Flappy ChallengeA new challenge for Replit users! Contribute by making Flappy Bird games with the #flappychallenge tag and commenting the links down below.
chromebooker
chromebooker
published a Repl
16 days ago
0
Survey thingy
Survey thingyDefine traits from words via custom surveys Leave a comment for things
chromebooker
chromebooker
published a Repl
24 days ago
0
Pythagorean Triple Finder
Pythagorean Triple FinderBrute-force algorithm for finding all possible Pythagorean Triples within a certain range
chromebooker
chromebooker
published a Repl
2 months ago
1
math thing
math thingA little algorithm I made on accident, decided to graph it and now it looks cool
chromebooker
chromebooker
published a Repl
2 months ago
1
Very small missing number game
Very small missing number game@ElijahSeele created a super-compact remake of a game, I made it even more compact. Read the README.md for more info
ErikoXDev
ErikoXDev
this seems smaller ```python L=True K=int C=input A=print from random import randint as I J=lambda:A('\x1b[H\x1b[2J',end='',flush=L) while L: try: D=K(C('Highest num: '));E=I(1,D);F='Find missing number: ';A(F);B=0 while B<D: B+=1 if B!=E:A(B) G=C('Your guess: ') while K(G)!=E:A('Wrong');G=C(F) A('You found it!');H=C('Again? ').lower() if H=='n'or H=='no':break except:J();A('Error') ```2 months ago
CoderElijah
CoderElijah
You and @ErikoXDev both succeeded. Good job! Now I have to study these codes to implement these shortcuts in the future.2 months ago
chromebooker
chromebooker
published a Repl
3 months ago
1
Code Tester
Code TesterSimple library/demo for testing code
chromebooker
chromebooker
published a Repl
3 months ago
1
rust typing effect
rust typing effecta small rust module/demo that could be useful for a variety of console-based things
chromebooker
chromebooker
published a Repl
4 months ago
1
Oregon Journey
Oregon JourneyMy ripoff of a ripoff of Oregon Trail made by a friend (Doesn't really have anything to do with the original game)
BlakeTata
BlakeTata
thanks for leaving a omment on my minecraft so i followed2 months ago
chromebooker
chromebooker
published a Repl
4 months ago
1
simple reinforcement learning thing
simple reinforcement learning thingsuper buggy thing where the blue dots try to reach the red dot