Skip to content
Sign UpLog In
Profile icon

awesome coder

@superguy123456
I am a python coder who has learned block based Java Script
  • Snake Game! Turtle Style!

    Cover page
    Made with Python

    This is a snake game made with turtle. The snake is able to go over itself. Again, It will not die by touching itself! The way it does die is by hitting the sides of the "arena". Sometimes, it mystyriously bounces backwards. Please Fork and share the link to this project's comments if there is something you have done that I could use...

    Recent comments (0)
  • draw freely!

    Cover page
    Made with Python
    Recent comments (2)
    superguy123456
    superguy123456
    1 year ago

    by the way you need to fork this to see the console for typing the commands in

    superguy123456
    superguy123456
    1 year ago

    now if you can't read the python then here are the commands:

    1=right

    2=left

    3=forward

    1(20)=20 degrees to the right

    1(50)=50 degrees to the right

    2(20)=20 degrees to the left

    2(50)=50 degrees to the left

    3(100)=100 pixels forward

    p(u)=pen up

    p(d)=pen down

    p(r)=pen color red

    p(o)=pen color orange

    p(y)=pen color yellow

    p(g)=pen color green

    p(bl)=pen color blue

    p(p)=pen color purple

    p(b)=pen color black

    p(w)=pen color white

    b(r)=background color red

    b(o)=background color orange

    b(y)=background color yellow

    b(g)=background color green

    b(bl)=background color blue

    b(p)=background color purple

    b(b)=background color black

    b(w)=background color white

Repls
Community
superguy123456
superguy123456
published a Repl
8 months ago
0
PyPlatformer
PyPlatformerThis is a platformer made with pygame. This game uses no sprites. Just rects. Click see more for more Drones: The enemies on the ground that come from on top stay on the bottom. Rovers: The enemy that only stays in a set perimeter. Rocks: Found on 2 platforms and kill if stepped on. Other Items Coins: The required amount is displayed and are collectibles. Portal: ONLY way to win the level. Accessible after required amount of coins are fulfilled. Controls Right Key --> Right Left Key --> Left Space Key --> Jump HUD Health: Health is displayed as hearts. Note: If you die at spawn, you will rapidly lose hearts. Coins: The Amount of coins you currently have. RQD Coins (Required Coins): How many you must acquire. Cheat! There is a cheat like when you have all the coins, just kill yourself and then you will respawn at the portal! Winning the game: Get all the coins Touch Portal at spawn Note: Replit display might be too small for the game.
superguy123456
superguy123456
Pretty Glichy. Try it on a python IDLE for better results.8 months ago
superguy123456
superguy123456
published a Repl
8 months ago
0
M# test
M# testThe Starting Point For a NEW Coding Language!
superguy123456
superguy123456
Currently Functions Mostly as a calculator!8 months ago
superguy123456
superguy123456
published a Repl
8 months ago
0
TBT Reader
TBT ReaderReads a ten by ten image. But can also read more!
superguy123456
superguy123456
published a Repl
8 months ago
0
How to add collisions in pygame?
How to add collisions in pygame?How do you add Collisions in pygame? Like Collisions with rect objects like the floating platform i made? Please help me...
superguy123456
superguy123456
published a Repl
9 months ago
0
snake game Turtle
snake game TurtleIt will not die by touching itself. 1 replay is granted only.
superguy123456
superguy123456
published a Repl
9 months ago
0
Hugo Croodman style!
Hugo Croodman style!Superguy123456 edited Originally from: @HarperframeInc Hugo - Play as Hugo and spread your kindness with your big heart. By: Manitej Boorgu Tweaked by Super guy123456 All sprites have been changed! Same game play
superguy123456
superguy123456
published a Repl
9 months ago
0
code runner v7.0 Sample
code runner v7.0 SampleRuns python code
superguy123456
superguy123456
published a Repl
9 months ago
0
Blood Bank app!
Blood Bank app!Coding Carnival Project
superguy123456
superguy123456
published a Repl
9 months ago
1
code runner v6.0
code runner v6.0The sixth version of coderunner
superguy123456
superguy123456
published a Repl
11 months ago
0
superguy123456
superguy123456
published a Repl
1 year ago
0
superguy123456
superguy123456
published an Update
1 year ago
0
code runner 3.0
Finally! Code runner 3.0!!!!!
This is a cod compiler that works with not only one but multi line code! All to do is add But also it can save lines of code as well! However it can only save one series of code. Say you wrote some code and saved it, then if you wanted to save something else the previous code will be lost. ENJOY
superguy123456
superguy123456
published an Update
1 year ago
0
Code runner 2.0
This is code runner 2.0! Although it still is unable to execute multi line code it wan now run infinity ♾ lines of code! Unless Replit freezes up and says ‘Error’. Another thing is that in order to run the code you must type ‘execute’ , after running the code it will display the same message telling you to write more code.
MrVoo
MrVoo
@superguy123456 Add error handling, it just stops when there's an error. You should also add line editing1 year ago
ThatGhost
ThatGhost
@superguy123456 this is a good project & simple project, good job!1 year ago
superguy123456
superguy123456
@ThatGhost thank you! 1 year ago
superguy123456
superguy123456
published an Update
1 year ago
0
So this is a python text complier
in order for it to work you must type the text in python. anyways this makes the code you wrote to text on the screen using the fixed code I put. The python text complier 2.0 might allow multi line code but for now it works with 1 line code! Enjoy
superguy123456
superguy123456
published an Update
1 year ago
0
for loop tutorial
learn the basics of a fairly easy loop! Now first what you need to now is that a for loop is use for repeating/implementing lines of code to a certain extent. In this loop you must know the start number and the end number. In the for loop you can also have two types: a sequence or a range version! The sequence one will write/print only what is given in parenthesis while the range will print all the numbers from start to END NUMBER -1. It excludes the last number. Ex: say you wanted to write numbers 1-20 with a for loop you can't write thisYou would have to write print(val) For a sequence say you needed to write out a string maybe "hello", then you would write: print(val) The term val stands for value. now if you want to see the range version of the for loop in action then click this link 🔽. https://replit.com/@superguy123456/math-helper?c=141520
superguy123456
superguy123456
published an Update
1 year ago
0
math helper
all you need to do is type a number in the space given and then it will give you all the multiples of that number all the way to twenty! (P.S. it only has three lines of code!)
superguy123456
superguy123456
published an Update
1 year ago
0
this is a drawing app!
now if you can't read the python then here are the commands: 1=right 2=left 3=forward 1(20)=20 degrees to the right 1(50)=50 degrees to the right 2(20)=20 degrees to the left 2(50)=50 degrees to the left 3(100)=100 pixels forward p(u)=pen up p(d)=pen down p(r)=pen color red p(o)=pen color orange p(y)=pen color yellow p(g)=pen color green p(bl)=pen color blue p(p)=pen color purple p(b)=pen color black p(w)=pen color white b(r)=background color red b(o)=background color orange b(y)=background color yellow b(g)=background color green b(bl)=background color blue b(p)=background color purple b(b)=background color black b(w)=background color white