Ivan Chang
@IvanChang111
I have 10 projects that aren’t going to get finished
0
life but entorpynow you can press r to make it feel like you're reversing time.
6
1
0
1
lifebasically it is a bunch of particles floating around that look kinda fun and cool
13
3
1
IvanChang111 i made it hard coded so you have to get a bigger monitor to see all the particles4 months ago
Spllit Veeery nice! But you in the body elemen in css you should do this: "margin: 0px;", so there isnt this scrollbar :)4 months ago
4
Shooter gameSimple shooter game I made for my friends birthday.
122
2
4
6
Tetris OnlineTetris! This is my Father's Day gift, hope you like it! (Arrow keys or Buttons to control)
134
2
6
This is a gud version because you can place things, randomize the grid, start and stop, and clear.
HTML, CSS, JS
1
Conway's Game of Life WebHtmlConway's Game of life On the Web. Please check out my youtube channel.
Join my Discord server to talk about stuff...
4
1
1
0
HangMan with JayHangman
0
0
0
0
Conways game of lifeConways Game of life, right click to place cells that cannot die.
youtube:
https://www.youtube.com/channel/UCOqgzD8w4BCafFw51laY4EQ/videos
5
0
0
0
The Circuit ToyThe Circuit Toy inspired by The Powder Toy:
Youtube:
https://www.youtube.com/channel/UCOqgzD8w4BCafFw51laY4EQ/videos
1
0
0
pls upvote. Also, Periods take Longer to Appear because it makes it more Realistic
Python
Basically you use the arrow keys to control (The down accelerates the y speeds and the y slows fall) and there is a one segment chain that is behind y
Pygame
To control the ball you use w and d keys. The w key speeds up the y speeds and the d speeds up the x speeds.
Enjoy! :)
Pygame
This was inspired from https://repl.it/talk/share/A-bouncing-ball-that-uses-gravity-and-gets-controled-by-arrow-keys/44965 from my other account: @iva
How do you find a letter in a string using the number of the place it is at? I am trying to make a wave machine in python but I don't know how you fin
CoolJames1610 this probably isnt good but
List = ["hello"]
x = 0
for each in List:
if each == "h":
break
else:
x += 1
print("H was found at index " + str(x))
hope this helps
> Please mark this answer if it helped!
3 years ago
I have FOUR algorithm so far (Now that I have added TWO more). A wave machine, a random one, changing change wave, and growth.