1001 Freelance Projects
Latest Projects from
Freelance Marketplaces
View Project
View this project in detail
(Note: you will be redirected to external marketplace)
Project title:
program to devlope offline game
Posted by:
External project from PeoplePerHour
Started:
05-Dec-2024 12:49 GMT
Description:
import pygame
import random
import time

# Initialize pygame
pygame.init()

# Game Constants
SCREEN_WIDTH = 600
SCREEN_HEIGHT = 400
FPS = 60

# Colors
WHITE = (255, 255, 255)
RED = (255, 0, 0)
GREEN = (0, 255, 0)
BLACK = (0, 0, 0)

# Initialize the screen
screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT))
pygame.display.set_caption("Dodge the Falling Objects")

# Clock object to control game speed
clock = pygame.time.Clock()

# Game variables
player_width = 50
player_height = 50
player_x = SCREEN_WIDTH // 2
player_y = SCREEN_HEIGHT - player_height - 10
player_speed = 5

obstacle_width = 30
obstacle_height = 30
obstacle_speed = 5
obstacles = []

score = 0

# Fonts
font = pygame.font.SysFont('Arial', 30)

# Function to draw the player
def draw_player(x, y):
pygame.draw.rect(screen, GREEN, (x, y, player_width, player_height))

# Function to draw obstacles
def draw_obstacles(obstacles):
for obstacle in obstacles:
pygame.draw.rect(screen, RED, obstacle)

# Function to handle collisions
def check_collision(player_rect, obstacles):
for obstacle in obstacles:
if player_rect.colliderect(obstacle):
return True
return False

# Main game loop
def game_loop():
global player_x, score
running = True
player_rect = pygame.Rect(player_x, player_y, player_width, player_height)

while running:
screen.fill(WHITE)

# Event handling
for event in pygame.event.get():
if event.type == pygame.QUIT:
running = False

# Get the keys pressed
keys = pygame.key.get_pressed()

# Move the player
if keys[pygame.K_LEFT] and player_x > 0:
player_x -= player_speed
if keys[pygame.K_RIGHT] and player_x SCREEN_HEIGHT:
obstacles.remove(obstacle)
score += 1

# Check for collisions
if check_collision(player_rect, obstacles):
running = False # End the game if there is a collision

# Draw everything
draw_player(player_x, player_y)
draw_obstacles(obstacles)

# Display the score
score_text = font.render(f"Score: {score}", True, BLACK)
screen.blit(score_text, (10, 10))

# Update the display
pygame.display.update()

# Frame rate
clock.tick(FPS)

# Game Over Screen
game_over_text = font.render("Game Over", True, BLACK)
screen.blit(game_over_text, (SCREEN_WIDTH // 2 - 100, SCREEN_HEIGHT // 2 - 30))
pygame.display.update()

time.sleep(2) # Pause before quitting
pygame.quit()

# Run the game
game_loop()
Project ID:
3411300
Project category:
Project budget:
View this project in detail
(Note: you will be redirected to external marketplace)
Last Projects / Browse Projects
  Project Started
E-commerce website design for 30,000 plus items
Category: Data Integration, ECommerce, HTML, Shopify, Shopping Cart Integration, Web Design, Web Development
Budget: $1500 - $3000 AUD
10 Mar 2026 23:04 GMT
Daily Cake Decor Video Editing -- 2
Category: Adobe Premiere Pro, After Effects, DaVinci Resolve, Final Cut Pro, Video Editing, Video Post Editing, Video Production, Video Services
Budget: ₹1500 - ₹12500 INR
10 Mar 2026 23:03 GMT
OBTAINING HEADQUARTERS ABD INVESTOR HELL & HEAVEN SPRITUAL WORK
Category: Conflict Resolution, Event Planning, Fundraising, Generative AI, Influencer Marketing, Media And Entertainment Tax, Project Management, Public Relations, Real Estate, Real Estate Management
Budget: min $100000 USD
10 Mar 2026 23:03 GMT
SaaS Landing Page & Mockups
Category: Framer, Landing Pages, SaaS, UI / User Interface, Web Development
Budget: $30 - $250 USD
10 Mar 2026 23:02 GMT
Motherboard Reverse-Engineering & Redesign
Category: Altium Designer, Electrical Engineering, Electronics, Embedded Systems, Microcontroller, PCB Layout, Reverse Engineering, Technical Documentation
Budget: £1500 - £3000 GBP
10 Mar 2026 23:00 GMT
COMSOL Simulation of Liquid Evaporation
Category: Chemical Engineering, Computational Fluid Dynamics, Data Visualization, Engineering, Finite Element Analysis, Mechanical Engineering, Simulation
Budget: €50 - €160 EUR
10 Mar 2026 22:59 GMT
eBay Dropshipping Virtual Assistant Needed
Category: Data Entry, Dropshipping, EBay, ECommerce, Product Descriptions, Product Research, SEO, Virtual Assistant
Budget: $250 - $750 USD
10 Mar 2026 22:59 GMT
Venue Contact Web Scraping
Category: Data Collection, Data Entry, Data Extraction, Data Management, Data Processing, Excel, Web Scraping, Web Search
Budget: $10 - $30 AUD
10 Mar 2026 22:59 GMT
Building a marketplace on telegram mini App
Category: API Integration, App Development, Digital Marketing, Mobile App Development, Mobile Development, Payment Gateway Integration, Telegram API, Web Development
Budget: $250 - $750 USD
10 Mar 2026 22:58 GMT
Copiado de texto urgente y sencillo
Category: Admin Support, Content Writing, Copy Typing, Data Entry, Data Management, Document Checking, Spanish Translator, Time Management, Typing, Virtual Assistant
Budget: $10 - $12 USD
10 Mar 2026 22:57 GMT
a simple web project
Category: Graphic Design, HTML, Payment Processing, PHP, Shopping Cart Integration, Web Application, Web Design, Web Development, Website Management
Budget: €8 - €10 EUR
10 Mar 2026 22:50 GMT
Theatrical Costume Pattern Design
Category: Costume Design, Pattern Making
Budget: £10 - £60 GBP
10 Mar 2026 22:50 GMT
fix Setup Issues in Ansys Fluent Mini Combustion Chamber Simulation (Non-Premixed Combustion) – Need Realistic Temperature Results
Category: Aerospace Engineering, Ansys, Chemical Engineering, Computational Fluid Dynamics, Engineering, Finite Element Analysis, Mechanical Engineering, Solidworks, Thermal Analysis
Budget: $30 - $250 USD
10 Mar 2026 22:49 GMT
WooCommerce Shipping & Access Tweaks
Category: API Integration, Backend Development, Frontend Development, Payment Gateway Integration, Web Development, Website Optimization, WooCommerce, WordPress
Budget: $10 - $800 AUD
10 Mar 2026 22:38 GMT
Transform Demo App(Interpreter Platform) Into Production -- 2
Category: CSS, HTML, JavaScript, Mobile App Development, Node.js, PHP, UI / User Interface, Web Application, Web Development, WebRTC
Budget: $10 - $30 USD
10 Mar 2026 22:36 GMT
Browse All Projects
Projects by Skills ...
android
ajax
asp
aspnet
cms
cpp
csharp
css
delphi
design
drupal
excel
facebook
flash
html
java
javascript
joomla
iphone
mysql
photoshop
php
python
ruby
seo
sql
sysadm
translate
typing
twitter
vbnet
xml
wordpress
writing
New!
Проекты на русском
(Projects in Russian)

Copyright © 2005-2025
1001 Freelance Projects