Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Text Order is Kinda Messed Up?
Post: Text Order is Kinda Messed Up?

This code doesn't really work on it's own but you have to make an index.html file with the code below the python code.. Without getting out of context, the 3rd Text is behaving weirdly for some reason...
Prithak General Coding Help 0 1,044 Feb-03-2022, 04:00 PM
    Thread: A Game Idea
Post: A Game Idea

So, I'm making a game, and here's the concept I came up with for it. I'd appreciate feedback for it, for now I don't have anything to show you because I'm still working on the levels and I don't feel ...
Prithak Bar 0 1,541 Jan-12-2022, 05:38 PM
    Thread: Trying to understand Pymunk
Post: Trying to understand Pymunk

Here I have some code: import pygame import pymunk import sys pygame.init() screen = pygame.display.set_mode((1280,720)) clock = pygame.time.Clock() space = pymunk.Space() class Player(): def __i...
Prithak General Coding Help 1 1,448 Sep-13-2021, 11:59 AM
    Thread: 2 Dimensional Arrays
Post: RE: 2 Dimensional Arrays

(Mar-21-2021, 05:33 PM)Prithak Wrote: Ok so here is the idea: I have a grid that is 50 x 50. I want to store information of every single grid in an 2D Array. This would have been an easy feat in oth...
Prithak General Coding Help 4 2,599 Mar-21-2021, 06:33 PM
    Thread: 2 Dimensional Arrays
Post: 2 Dimensional Arrays

Ok so here is the idea: I have a grid that is 50 x 50. I want to store information of every single grid in an 2D Array. This would have been an easy feat in other languages but in Python it seems a bi...
Prithak General Coding Help 4 2,599 Mar-21-2021, 05:33 PM
    Thread: Collisions in Arrays
Post: RE: Collisions in Arrays

(Mar-18-2021, 07:00 PM)nilamo Wrote: The issue is that one object didn't collide, so it set new values for oldx/oldy, so when the other object did collide, it set the offset's value to where the off...
Prithak Game Development 2 3,077 Mar-19-2021, 03:17 AM
    Thread: Collisions in Arrays
Post: Collisions in Arrays

Forgive my incredibly good code buttttt......... The collision works for only one object? Why is that? Any solitions? Please help! import pygame, sys pygame.init() clock = pygame.time.Clock() screen...
Prithak Game Development 2 3,077 Mar-18-2021, 03:36 PM

User Panel Messages

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