#scroller
Explore tagged Tumblr posts
cssscriptcom · 1 month ago
Text
CSS-only Horizontal Image Scroller with Vertical Scroll Pause
This is a pure CSS scroller that horizontally scrolls through a set of images once the scroller enters the viewport during vertical scrolling. It remains fixed until all images are displayed, preventing further page scrolling until completion. The image scroller is ideal for image galleries, portfolios, and websites with storytelling elements. It draws attention to content like featured products,…
2 notes · View notes
holidaytots · 2 years ago
Text
Rustic, rural and quirky family-friendly holiday ideas 2023
Rustic, rural and quirky family-friendly holiday ideas 2023
Tumblr media
View On WordPress
3 notes · View notes
pythonprogrammingsnippets · 2 years ago
Text
python a vertical scrolling arcade style shooting game
import pygame import random import time # https://pythonprogrammingsnippets.tumblr.com # Define some colors WHITE = (255, 255, 255) BLACK = (0, 0, 0) RED = (255, 0, 0) GREEN = (0, 255, 0) BLUE = (0, 0, 255) # Set the width and height of the screen [width, height] SCREEN_WIDTH = 800 SCREEN_HEIGHT = 600 screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT)) # Set the title of the window pygame.display.set_caption("Raiden-like game") # Define the player's plane player_width = 50 player_height = 50 player_x = (SCREEN_WIDTH - player_width) / 2 player_y = SCREEN_HEIGHT - player_height player_speed = 5 # Define the bullet's size and speed bullet_width = 5 bullet_height = 10 bullet_speed = 10 # Define the enemy's size and speed enemy_width = 50 enemy_height = 50 enemy_speed = 2 # Create a list to hold the bullets bullet_list = [] # Create a list to hold the enemies enemy_list = [] # Create a clock to control the frame rate clock = pygame.time.Clock() # Function to create a new enemy at random intervals def create_enemy(): if random.randint(0, 100) 0: player_x -= player_speed if keys[pygame.K_d] and player_x 0: player_y -= player_speed if keys[pygame.K_s] and player_y = player_y and enemy[0] + enemy_width >= player_x and enemy[0] = enemy[0] and bullet[0] SCREEN_HEIGHT: enemy_list.remove(enemy) # Function to draw the score def draw_score(): pass # Function to draw the game over message def draw_game_over(): # switch background to red screen.fill(RED) # update canvas pygame.display.update() # draw game over message # wait a few seconds time.sleep(3) # quit pygame and program pygame.quit() quit() # Loop until the user clicks the close button. done = False # Used to manage how fast the screen updates clock = pygame.time.Clock() # -- main game loop -- running = True while not done: # --- Main event loop for event in pygame.event.get(): # User did something if event.type == pygame.QUIT: # If user clicked close done = True # Flag that we are done so we exit this loop elif event.type == pygame.KEYDOWN: if event.key == pygame.K_SPACE: bullet_x = player_x + player_width / 2 - bullet_width / 2 bullet_y = player_y - bullet_height bullet_list.append([bullet_x, bullet_y]) # --- Game logic should go here create_enemy() keys = pygame.key.get_pressed() move_player(keys) move_bullets() move_enemies() check_collisions() remove_offscreen() # --- Drawing code should go here # First, clear the screen to white. Don't put other drawing commands # above this, or they will be erased with this command. screen.fill(WHITE) # Draw the player's plane draw_player() # Draw the bullets draw_bullets() # Draw the enemies draw_enemies() # Draw the score draw_score() # Check if the game is over if not running: draw_game_over() # --- Go ahead and update the screen with what we've drawn. pygame.display.flip() # --- Limit to 60 frames per second clock.tick(60) # Close the window and quit. pygame.quit()
0 notes
blondebrainpowered · 29 days ago
Text
Tumblr media
331 notes · View notes
monkesupreme · 23 days ago
Text
hi .
Tumblr media Tumblr media
220 notes · View notes
zaebucca · 2 years ago
Text
Tumblr media
Sidescrolling Calamity Ganon, animated by my friend PixelSword94!
4K notes · View notes
refinedstorage · 2 months ago
Text
Tumblr media Tumblr media
Adam Hunter 🔥🔥🔥
83 notes · View notes
arcadebroke · 9 days ago
Text
Tumblr media Tumblr media Tumblr media
68 notes · View notes
faeryaesther · 1 month ago
Text
Tumblr media Tumblr media
Down The Line ㅡ With Jannik Sinner
Looking back at Jannik Sinner's 2024 season from a slightly different view; kits and his looks off the court in tennis settings. The new world number one offered multiple different looks with some interesting takes. This zine brings you a closer look at his on and off court fashion, from multiple of his sponsors, mainly Nike and Gucci.
Digital Magazine | GDrive (maximum quality)
Tag (read tags below): @songganna & @shapovalovvs
69 notes · View notes
cssscriptcom · 1 year ago
Text
Create Customizable Omnidirectional Marquees - Manawave
Manawave is a dependency-free JavaScript library for creating customizable, dynamic, and omnidirectional scrolling content on your website. It can be implemented as a web component or using existing HTML elements, which means that you can enhance your site with smooth, customizable marquee effects with just plain HTML, CSS, and JavaScript. The marquees (scrolling content) allow for…
Tumblr media
View On WordPress
0 notes
hardcore-gaming-101 · 10 months ago
Text
Tumblr media
Shake Kids
This article is part of our Japanese Obscurities feature. We put out a whole book about them, which is available as both a full color hardcover and a Kindle ebook from Amazon! If you’d like to see more of these features, please check out the book and if you enjoyed it, leave a five star review so we can do a follow up with even more interesting, offbeat, or historically important Japanese games!
In this 2.5 side-scrolling platformer from Digital Kids, a Japanese company that was later consumed by Ubisoft, you play as one of two children, each wielding an enormous cocktail shaker. You can toss it a short distance to attack enemies, which will stun them and eventually defeat them after several hits. But it���s much more effective to use a shake attack, which will suck all of them up into the shaker and turn the whole screen into a dance floor. Here, you use the trigger buttons to perform various shaking maneuvers, damaging the enemies until they’re knocked into the afterlife.
Shake more...
191 notes · View notes
90sfantasyanimestuff · 7 days ago
Text
Tumblr media Tumblr media Tumblr media
The Legend of Xanadu 2
48 notes · View notes
nervouscunt · 12 days ago
Text
All is fine and everyone is happy AU : Jaehaera and Daenaera pt.2
Tumblr media
Princess Jaehaera Targaryen and her beloved cousin the Lady Daenaera Velaryon deciding if any of these noble knights are worthy of their favors. A continuation of my barely thought out au where I don't care about who or what makes Aegon III happiest, all I want is for the girls to get to be girls and not dead/child brides. Also bonus me once again trying and barely succeeding in drawing a dragon :
Tumblr media
36 notes · View notes
proxmojis · 3 months ago
Text
Tumblr media Tumblr media
i may have done something exceedingly silly..
i love eating nuclear materials.. don’t you??
( specifically directed at my two nuclear loving / eating mutuals { @lasalledattente + @blorbs-emotes } but feel free to reblog if you love consuming those darn rods )
mairzy doats and dozy doats but little kidzee radiation
also a non-nuclear one.. what emotion is that, even???
61 notes · View notes
thedenofravenpuff · 21 hours ago
Text
Tumblr media
Temporarily possessed by a concept idea I had to doodle to get out of my head.
Old school sidescroller game, based on the TSAMS episode of Solar breaking into The Creator's labs to kill him.
You play as Solar, taking him through the labyrinth of traps and enemy robots to take out, limited by the amount of items you can carry in his toolbox. You start out with basic tools and some devices from Moon's lab. Some tools will break over time, some weapons will run out of ammunition, and some devices used for the traps are one-time use. So gotta plan accordingly and hope you can guess right with device is used for what type of traps. Only using the toolbox as a weapon when out of useful tools and weapons, but if used too much before facing The Creator it might be too damaged to be of much use.
Just fun concept I felt like drawing a Solar sprite for XD
Enjoy!
The Roan RPG Project Leave a Tip on Ko-Fi
40 notes · View notes
nyan-nyax3 · 2 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
˚₊‧ hatsukoisou collection (1) ☆
Tumblr media
44 notes · View notes