Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Clicker Game with pygame
Post: Clicker Game with pygame

i would love if you guys could check out my game and tell me what i could change to make it better thank you for looking at this # importing stuff import pygame import time # initializing pygame ...
CrazyMakes Code Review 0 2,762 May-26-2020, 07:47 PM
    Thread: Pygame clicker game
Post: RE: Pygame clicker game

another update to the game # importing stuff import pygame import time # initializing pygame pygame.init() # defining variables clock = pygame.time.Clock() ver = "Beta 0.1.6.3" autog = 0 coins...
CrazyMakes Code sharing 2 13,096 May-26-2020, 07:41 PM
    Thread: Int error on line 70
Post: Int error on line 70

import time import os import sys import colorama from colorama import Fore, Back, Style cm = input(Fore.GREEN + "please enter your current usage for main: "+ Fore.WHITE) time.sleep(0.5) os.system("cl...
CrazyMakes General Coding Help 3 2,122 May-22-2020, 07:26 PM
    Thread: Pygame clicker game
Post: RE: Pygame clicker game

Updated version of clicky clicks # importing stuff import pygame import time # initializing pygame pygame.init() # defining variables clock = pygame.time.Clock() ver = "Beta 0.1.4.2" autog = 0...
CrazyMakes Code sharing 2 13,096 May-15-2020, 03:26 PM
    Thread: Brute Force Password Cracker
Post: RE: Brute Force Password Cracker

This is pretty cool and could be very useful for testing to see how easy it is for your password to be cracked
CrazyMakes Code sharing 1 2,894 May-12-2020, 07:05 PM
    Thread: Pygame clicker game
Post: Pygame clicker game

This game is Clicky Clicks it's just gone into beta still has lots of problems and bugs but I am going to take a break from programming it for a bit and I thought i should just share an open beta of t...
CrazyMakes Code sharing 2 13,096 May-12-2020, 12:49 AM
    Thread: Pygame lag
Post: RE: Pygame lag

# importing stuff import pygame import time # initializing pygame pygame.init() # defining variables clock = pygame.time.Clock() ver = "Beta 0.1.0.3" autog = 0 coins = 0 display_width = 800 disp...
CrazyMakes Game Development 6 4,367 May-11-2020, 04:52 PM
    Thread: Pygame lag
Post: RE: Pygame lag

(May-09-2020, 04:00 AM)Windspar Wrote: TIMER_ID = pygame.USEREVENT + 1 pygame.time.set_timer(TIMER_ID, 1000) # Then in event loop elif event.type == TIMER_ID: autominer()Object oriented ...
CrazyMakes Game Development 6 4,367 May-09-2020, 08:00 PM
    Thread: Pygame lag
Post: RE: Pygame lag

(May-08-2020, 09:46 PM)Windspar Wrote: Yep! time.sleep will cause game to be unresponsiveness. Use a timer for this. Custom events are limited to 32 events. Don't forget to pygame.time.Clock to idle...
CrazyMakes Game Development 6 4,367 May-09-2020, 12:16 AM
    Thread: Pygame lag
Post: Pygame lag

So my Pygame game has a lag issue its a clicker game and I think the lag is caused by the auto miner and I have tried a few things to fix it but I couldn't fix it so if one of u could please point me ...
CrazyMakes Game Development 6 4,367 May-08-2020, 09:09 PM
    Thread: pygame error in my clicker game
Post: pygame error in my clicker game

# i am trying to follow pep 8 here # importing stuff import pygame import time # initializing pygame pygame.init() # defining variables autog = 0 coins = 0 display_width = 800 display_height = 6...
CrazyMakes Game Development 2 2,547 Apr-17-2020, 01:58 AM
    Thread: How to run php in a python file
Post: RE: How to run php in a python file

(Mar-05-2020, 10:53 PM)menator01 Wrote: Have you tried using the php execute? https://www.php.net/manual/en/function.exec.php no i havent yet i could try that though
CrazyMakes General Coding Help 5 2,362 Mar-06-2020, 04:30 PM
    Thread: How to run php in a python file
Post: How to run php in a python file

i have a problem i am currently creating a website with php and i have a pyhton program that i want to run on my website i tried using the php function include but that just printed all of the code in...
CrazyMakes General Coding Help 5 2,362 Mar-05-2020, 09:04 PM
    Thread: Help with a banking Program
Post: RE: Help with a banking Program

Hey guys thanks for all the help this is the finnished program bal = float(0) while 1==1: float(bal) play_int = input("please enter wtd for withdraw and enter dep for deposit or enter bal to see...
CrazyMakes General Coding Help 4 2,235 Jan-20-2020, 12:36 AM
    Thread: Help with a banking Program
Post: Help with a banking Program

Hello i am a 13 year old novice programer trying to learn and just mess around with programing. I am making a bank program and have been trying to fix this one bug that just doesnt want to work. its p...
CrazyMakes General Coding Help 4 2,235 Jan-14-2020, 10:20 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020