Jump to content

12andCounting

Banned
  • Posts

    158
  • Joined

Awards

This user doesn't have any awards

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

630 profile views
  1. yeah it didn't i tired reforming with indents and it just sas unexpected indent instead do idk what i did wrong
  2. well i got it to work, i had to do py not python for some reason bu now i get this idk how to fix this syntax http://prntscr.com/8ngl9d
  3. setup.py it was exe setup.py but i just now changed it to setup.py
  4. yes it is, it uses cx_Freeze to make it a exe, its a.py file you run though commcnd promt and it build your game into a exe
  5. so im trying to install a script that convited my pygame into a exe and i ge this when i try in command prompt http://prntscr.com/8ngek2 and yesterday when i tired to install a .whl file from command prompt it didnt work either how do i fix it?
  6. ah idk man people have like everything covered already maybe just like epic stuff that has happened in game
  7. i see now i missed a parenthese. i didn't know the error was usually the line about it so i didn't even look at it
  8. its just giving me a syntax error and only saying the syntax error is on the word python, not in .update part
  9. now i have a new problem i had this yesterday and fixed it on my own but now i dont remember how i did and cant see how i can, its a syntax error in the work that highlighted red in this pic http://prntscr.com/8ne8mm and this is the code def game_intro(): intro = True while game_intro: for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit() quit() gameDisplay.fill(white) LargeText = pygame.font.Font('freesansbold.ttf',40) TextSurf, TextRect = text_objects("Drivin Meh Truck by GeeZillion",LargeText) TextRect.center = ((display_width/2),(display_height/4)) gameDisplay.blit(TextSurf, TextRect) pygame.draw.rect(gameDisplay, green,(150,450,100,50) pygame.display.update() clock.tick(15)
  10. well dont macs use more ram then pc's because on most steam games for macos the ram required is higher than windows so id say 8 but i know on windows 4 is perfect for cs go
×