Author: Matthew
-
my free friday
what i did today was make snake you will have to pip install pygame for it to work but its pretty fun
-
what i did today
what i did today was make a pokemon website where you can look up all the pokemon and if you type all it will show all the pokemon in order in the pokedex and if you scroll it changes color if you want you make <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <title>Pokémon…
-
what i did today
i tried to make and auto clicker on html and CSS code but i could not get it to actually click i don’t know why but it would show up but it wouldn’t do anything else really
-
What i did today
what i did today was make a website all about but i made the navigation to get to page to page
-
what i did today
what i did today was start to make a parkour game on Godot so basicly you have to get textures and make the controls and get the map designs like what you want to look like and im going to make it where you can swing and double jump
-
how to make hangman on html code
how to make hangman <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <title>Hangman Game</title> <style> body { font-family: Arial, sans-serif; background: #222; color: #f5f5f5; display: flex; flex-direction: column; align-items: center; padding-top: 40px; } h1 { margin-bottom: 10px; } #word { font-size: 2rem; letter-spacing: 8px; margin: 20px 0; } #message { margin: 10px 0; min-height: 20px; }…