Skip to content
Open navbar menu
Sign UpLog In
Profile icon

chromebooker

@chromebooker
School alt of a repl user
  • Flappy Challenge

    Cover page
    Made with Markdown

    A new challenge for Replit users!

    Contribute by making Flappy Bird games with the #flappychallenge tag and commenting the links down below.

    The end goal is to have a flappy game for every language supported by Replit.

    Recent comments (0)
  • Natural Selection Simulation

    Cover page
    Made with Pygame

    Simple simulation where you kill the organisms, which reproduce after a while. Eventually, they camouflage and become small if you target the easily visible/clickable ones.

    Recent comments (0)
  • Helix

    Cover page
    Made with Blank Repl

    A post-modern text editor.

    Check the README.md for info on how to integrate this with your fav replit template.

    Recent comments (10)
    TannerVoigt
    TannerVoigt
    16 days ago

    HeliX is cool

    realCheck
    realCheck
    1 month ago

    nice

    AidenLoh102
    AidenLoh102
    2 months ago

    nicce

    proPianist1124
    proPianist1124
    2 months ago

    i dont see a readme

  • 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
    4 months ago

    thanks for leaving a omment on my minecraft so i followed

Repls
Community
chromebooker
chromebooker
published a Repl
6 days ago
0
Slow Fibonacci Sequence
Slow Fibonacci SequenceA copy of my Fast Fibonacci Sequence, but without my caching algorithm to show how much cache matters.
chromebooker
chromebooker
published a Repl
1 month ago
0
Fast Fibonacci Sequence v2
Fast Fibonacci Sequence v2Generates the Fibonacci Sequence for the given amount of iterations and then saves to a file.
chromebooker
chromebooker
published a Repl
1 month ago
2
Fast Fibonacci Sequence
Fast Fibonacci SequenceGenerates the Fibonacci sequence of numbers for a given length in a very short amount of time
chromebooker
chromebooker
published a Repl
1 month ago
1
Sudoku
SudokuA simple commandline Sudoku puzzle generator.
chromebooker
chromebooker
sorry if the compile time sucks, compiler languages like Rust are definitely not the best for this platform. you should only have to wait through compilation once. any other time it's cached and can instantly compile1 month ago
chromebooker
chromebooker
published a Repl
2 months ago
0
World wide Chat Channel (optimized)
World wide Chat Channel (optimized)Assembly port of World wide Chat Channel
chromebooker
chromebooker
published a Repl
2 months ago
0
Natural Selection Simulation
Natural Selection SimulationSimple simulation where you kill the organisms, which reproduce after a while. Eventually, they camouflage and become small if you target the easily visible/clickable ones.
chromebooker
chromebooker
published a Repl
3 months 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. The end goal is to have a flappy game for every language supported by Replit.
chromebooker
chromebooker
published a Repl
3 months ago
0
Survey thingy
Survey thingyDefine traits from words via custom surveys Leave a comment for things
chromebooker
chromebooker
published a Repl
3 months 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
4 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
4 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') ```4 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.4 months ago
chromebooker
chromebooker
published a Repl
5 months ago
1
Code Tester
Code TesterSimple library/demo for testing code
chromebooker
chromebooker
published a Repl
6 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
6 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 followed4 months ago
chromebooker
chromebooker
published a Repl
6 months ago
1
simple reinforcement learning thing
simple reinforcement learning thingsuper buggy thing where the blue dots try to reach the red dot