wendaty
Zlinsky Kraj, Czech Republic
 
 
still bored

Want to play : any games in wish

Finished Games: The hunter COTW (2022)
Ori And The Blind Forest (2022)
Undertale (2022)
CupHead (2021/2022)
ARK (2021)
Dont touch anything (2021)
Far Cry 3 (2020)
Terraria (2020)
we were here all series(2020)
Papers Please (2020)
The forest (2019/2020)
Cat goes fishing (2019)
Fantasy Blacksmith (2019)
Portal 2 (2019)
Mafia I / II / II / remastered (2019)
Currently Offline
1 VAC ban on record | Info
1549 day(s) since last ban
Rarest Achievement Showcase
Comments
wendaty 15 Oct, 2023 @ 1:42pm 
import pygame
pygame.init()
white = (255, 255, 255)
black = (0, 0, 0)
red = (255, 0, 0)
dis = pygame.display.set_mode((800, 600))
pygame.display.set_caption('Snake Game by Edureka')
game_over = False
x1 = 300
y1 = 300
x1_change = 0
y1_change = 0
clock = pygame.time.Clock()
while not game_over:
for event in pygame.event.get():
if event.type == pygame.QUIT:
game_over = True
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_LEFT:
x1_change = -10
y1_change = 0
elif event.key == pygame.K_RIGHT:
x1_change = 10
y1_change = 0
x1 += x1_change
y1 += y1_change
dis.fill(white)
pygame.draw.rect(dis, black, [x1, y1, 10, 10])
pygame.display.update()
clock.tick(30)
pygame.quit()
quit()
-Miku Loves Tuyu- 8 Feb, 2022 @ 3:29pm 
The formula for the plastic explosive the US military calls C4 is publicly known. The composition of C4 is:

91% RDX

5.3% dioctyl sebacate or dioctyl adipate

2.1% polyisobutylene rubber

1.6% mineral oil.

All percentages are by weight, so make sure you use a good scale. Too much of the plasticizers and you’ll get a runny, gooey mess. Not enough, and you’ll end up with useless brittle chunks.

Take all the above ingredients, and blend/melt them together in a way that results in a smooth rubbery paste, but make sure whatever method of blending you use doesn’t heat the product up too much, because after all, it IS intended to go boom.

The funny thing is that I KNOW this information is absolutely useless to you, just like it would be to anyone who has to ask the question on an online forum. If you have to ask, you aren’t qualified to work with chemicals like this.
Riči 23 Jan, 2022 @ 10:48am 
SENPAI

⠄⠄⣾⣿⠿⠶⠿⢿⣿⣿⣦⣤⣄⢀⡅⢠⣾⣛⡉⠄⠄⠄⠸⢀⣿
⠄⠄⢀⡋⣡⣴⣶⣶⡀⠄⠄⠙⢿⣿⣿⣿⣿⣿⣴⣿⣿⣿⢃⣤⣄⣀⣥⣿⣿
⠄⠄⢸⣇⠻⣿⣿⣿⣧⣀♡⢀⣠⡌⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⠿⣿⣿⣿
⠄⢀⢸⣿⣷⣤⣤⣤⣬⣙⣛⢿⣿⣿⣿⣿⣿⣿⡿⣿⣿⡍⠄♡⢀⣤⣄⠉⠋
⠄⣼⣖⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⢇⣿⣿⡷⠶⠶⢿⣿⣿⠇⢀
⠘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣿⣿⣿⡇⣿⣿⣿⣿⣿⣿⣷⣶⣥⣴⣿
⢀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟
⢸⣿⣦⣌⣛⣻⣿⣿⣧⠙⠛⠛⡭⠅⠒⠦⠭⣭⡻⣿⣿⣿⣿⣿⣿⣿⣿⡿⠃
⠘⣿⣿⣿⣿⣿⣿⣿⣿⡆⠄⠄⠄⠄⠄⠄⠄⠄⠹⠈⢋⣽⣿⣿⣿⣿⣵⣾⠃
⠄⠘⣿⣿⣿⣿⣿⣿⣿⣿⠄⣴⣿⣶⣄♡ ⣴⣶⠄⢀⣾⣿⣿⣿⣿⣿⣿⠃⠄
⠄⠄⠈⠻⣿⣿⣿⣿⣿⣿⡄⢻⣿⣿⣿⠄⣿⣿⡀⣾⣿⣿⣿⣿⣛⠛⠁⠄⠄
мaмi 20 Oct, 2021 @ 8:34am 
Chleba:steamthumbsup:
wendaty 4 Sep, 2020 @ 4:44am 
ehm