Skip to content
Open navbar menu
Sign UpLog In
Profile icon

narpy49

@RollPitchYaw
RollPitchYaw has no bio yet... OR DOES HE
  • Terminal Snake

    Cover page
    Made with Python
    Recent comments (25)
    EpicMiner11
    EpicMiner11
    1 year ago

    New challenge! How fast can you get to length 50?

    EpicMiner11
    EpicMiner11
    1 year ago

    The high score doesn't change. You can use something like from repl import db and this will import a dictionary, db which will stay the same even if the program is stopped.

    ShitBox
    ShitBox
    1 year ago

    42 ggs

    DogProgrammer
    DogProgrammer
    2 years ago

    highest possible score is 90, who is the first one to get there?

    RollPitchYaw
    RollPitchYaw
    2 years ago

    Snake game on the terminal. Includes head, body, and apple art. Very addictive and fun.

  • About Me

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • Swappy Style

    Cover page
    Made with Python
    Recent comments (5)
    DogProgrammer
    DogProgrammer
    2 years ago

    upvote

    DylanZhong
    DylanZhong
    2 years ago

    i think its actually pretty neat!

    some help: i think it would be helpful to just allow you to select a level from the title instead of pressing l first. you can generate endless levels (with different difficulties) perhaps by querying some kind of dictionary api.

    RollPitchYaw
    RollPitchYaw
    2 years ago

    In this game, you are given a meaningless word whose letters can form an actual word, but they're in the wrong order! Your goal is to swap adjacent letters to form that word. This game took 5+ hours of work and includes 10 levels (more to come).

  • Guess The Number

    Cover page
    Made with Python

    Simple guess the number game. Includes feedback, guess refills, and multiplication tests.

    Repl #: 1

    Language: Python

    Recent comments (0)
  • Multiplication Drill

    Cover page
    Made with Python

    (It might take a few seconds to download the time module, this is to calculate the lap time)

    Multiplication drill to test your computational speed! Choose your lap time and race against the clock to complete as many problems as you can correctly. Try to get at least this:

    4 avg secs per problem

    100% accuracy

    This fun project will boost your math skills too!

    Repl#: 2

    Coded in Python

    Recent comments (4)
    RollPitchYaw
    RollPitchYaw
    2 years ago

    Screenshot:

    image

    DogProgrammer
    DogProgrammer
    2 years ago

    I got average seconds per problem 3.3 :)

RollPitchYaw
RollPitchYaw
published an Update
1 year ago
0
Typing Simulator
Typing SimulatorReally fun typing simulator. Includes backspace, as well as green, red , and yellow text. See code to use in your own projects.
Typing Simulator
Really fun typing simulator. Includes backspace, as well as green, red , and yellow text. See code to use in your own projects.
#games
#nitrotype
#typewriter
+2
RollPitchYaw
RollPitchYaw
published an Update
2 years ago
4
Terminal Snake
Snake game on the terminal. Includes head, body, and apple art. Very addictive and fun.
MrVoo
MrVoo
@EpicMiner11 ```py from threading import Thread from time import sleep def sayBeans(): while True: print(‘beans’) sleep(1) t1 = Thread(target=sayBeans) t1.start() while True: print(‘eee’) sleep(0.5) ``` That shooooould work, but change the quotation marks since my keyboard made them fancy :/1 year ago
EpicMiner11
EpicMiner11
@MrVoo Thank you!!!! This solves SOOOOOOOOOOOOOOOOOOOOOO many of my problems!!!!!1 year ago
EpicMiner11
EpicMiner11
@EpicMiner11 Can you do t1.stop()1 year ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
math.round without math commands
math.round without math commands
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
1
Fibonacci's rabbits but better
Fibonacci's rabbits but betterFibonacci's sequence! (in only 14 lines of c++)
DogProgrammer
DogProgrammer
yes but there are supposed to have 2 ones at the beginning 2 years ago
RollPitchYaw
RollPitchYaw
published an Update
2 years ago
2
Swappy Style
Swappy Style
In this game, you are given a meaningless word whose letters can form an actual word, but they're in the wrong order! Your goal is to swap adjacent letters to form that word. This game took 5+ hours of work and includes 10 levels (more to come).
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Total Of 10 (WC 2)
Total Of 10 (WC 2)Repl for the Weekly Challenge contest. The code has been heavily tested and all known bugs have been fixed. This also follows the criteria: No nested loops (check) No recursive functions (check) Only 1 loop (check, the only one is a for loop from lines 4-11) If you find any bugs, tell me. Done in 35 lines of Python code
RollPitchYaw
RollPitchYaw
Working WC submission that meets the criteria.2 years ago
RollPitchYaw
RollPitchYaw
published an Update
2 years ago
0
Total Of 10 (WC 2)
Total Of 10 (WC 2)Repl for the Weekly Challenge contest. The code has been heavily tested and all known bugs have been fixed. This also follows the criteria: No nested loops (check) No recursive functions (check) Only 1 loop (check, the only one is a for loop from lines 4-11) If you find any bugs, tell me. Done in 35 lines of Python code
WC II
Working WC submission that meets the criteria.
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Total Of 10 (WC 2)
Total Of 10 (WC 2)Repl for the Weekly Challenge contest. The code has been heavily tested and all known bugs have been fixed. This also follows the criteria: No nested loops (check) No recursive functions (check) Only 1 loop (check, the only one is a for loop from lines 4-11) If you find any bugs, tell me. Done in 35 lines of Python code
RollPitchYaw
RollPitchYaw
Working WC submission that meets the criteria.2 years ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Total Of 10 (WC 2)
Total Of 10 (WC 2)Repl for the Weekly Challenge contest. The code has been heavily tested and all known bugs have been fixed. This also follows the criteria: No nested loops (check) No recursive functions (check) Only 1 loop (check, the only one is a for loop from lines 4-11) If you find any bugs, tell me. Done in 35 lines of Python code
RollPitchYaw
RollPitchYaw
Working WC submission that meets the criteria.2 years ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
The Factorizer
The Factorizer The best factorizer ever. RAD. Type in 1234567890 or 1234512345. Only in 10 lines. (Credits to RollPitchYaw for most of the work.)
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Multiplication Drill
Multiplication Drill(It might take a few seconds to download the time module, this is to calculate the lap time) Multiplication drill to test your computational speed! Choose your lap time and race against the clock to complete as many problems as you can correctly. Try to get at least this: 4 avg secs per problem 100% accuracy This fun project will boost your math skills too! Repl#: 2 Coded in Python
DogProgrammer
DogProgrammer
I got average seconds per problem 3.3 :)2 years ago
RollPitchYaw
RollPitchYaw
Screenshot: ![image](https://storage.googleapis.com/replit/images/1638850805413_0783e3809464451e631e3e331c73bfe0.png)2 years ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Multiplication Drill
Multiplication Drill(It might take a few seconds to download the time module, this is to calculate the lap time) Multiplication drill to test your computational speed! Choose your lap time and race against the clock to complete as many problems as you can correctly. Try to get at least this: 4 avg secs per problem 100% accuracy This fun project will boost your math skills too! Repl#: 2 Coded in Python
DogProgrammer
DogProgrammer
I got average seconds per problem 3.3 :)2 years ago
RollPitchYaw
RollPitchYaw
Screenshot: ![image](https://storage.googleapis.com/replit/images/1638850805413_0783e3809464451e631e3e331c73bfe0.png)2 years ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Multiplication Drill
Multiplication Drill(It might take a few seconds to download the time module, this is to calculate the lap time) Multiplication drill to test your computational speed! Choose your lap time and race against the clock to complete as many problems as you can correctly. Try to get at least this: 4 avg secs per problem 100% accuracy This fun project will boost your math skills too! Repl#: 2 Coded in Python
DogProgrammer
DogProgrammer
I got average seconds per problem 3.3 :)2 years ago
RollPitchYaw
RollPitchYaw
Screenshot: ![image](https://storage.googleapis.com/replit/images/1638850805413_0783e3809464451e631e3e331c73bfe0.png)2 years ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Multiplication Drill
Multiplication Drill(It might take a few seconds to download the time module, this is to calculate the lap time) Multiplication drill to test your computational speed! Choose your lap time and race against the clock to complete as many problems as you can correctly. Try to get at least this: 4 avg secs per problem 100% accuracy This fun project will boost your math skills too! Repl#: 2 Coded in Python
DogProgrammer
DogProgrammer
I got average seconds per problem 3.3 :)2 years ago
RollPitchYaw
RollPitchYaw
Screenshot: ![image](https://storage.googleapis.com/replit/images/1638850805413_0783e3809464451e631e3e331c73bfe0.png)2 years ago
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Dummy Cipher
Dummy CipherCipher that adds dummy letters to your message, making it overwhelming hard to decode.
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Dummy Cipher
Dummy CipherCipher that adds dummy letters to your message, making it overwhelming hard to decode.
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Dummy Cipher
Dummy CipherCipher that adds dummy letters to your message, making it overwhelming hard to decode.
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Guess The Number
Guess The NumberSimple guess the number game. Includes feedback, guess refills, and multiplication tests. Repl #: 1 Language: Python
RollPitchYaw
RollPitchYaw
published a Repl
2 years ago
0
Multiplication Drill
Multiplication Drill(It might take a few seconds to download the time module, this is to calculate the lap time) Multiplication drill to test your computational speed! Choose your lap time and race against the clock to complete as many problems as you can correctly. Try to get at least this: 4 avg secs per problem 100% accuracy This fun project will boost your math skills too! Repl#: 2 Coded in Python
DogProgrammer
DogProgrammer
I got average seconds per problem 3.3 :)2 years ago
RollPitchYaw
RollPitchYaw
Screenshot: ![image](https://storage.googleapis.com/replit/images/1638850805413_0783e3809464451e631e3e331c73bfe0.png)2 years ago