Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Bouncing Rectangles
Post: Bouncing Rectangles

import pygame from pygame import QUIT from sys import exit from time import time from random import randint, choice class Entity: """A structure that holds the properties of an entity""" def...
headkase Code sharing 0 2,066 Aug-14-2019, 09:45 AM
    Thread: Rule 110 Automata
Post: RE: Rule 110 Automata

Oooh, thank you! **biggrin** See, signing up here is already a great decision! **cool**
headkase Code sharing 2 3,921 Aug-06-2019, 01:18 AM
    Thread: Rule 110 Automata
Post: Rule 110 Automata

""" Rule 110 Automata ----------------- Rules: current pattern 111 110 101 100 011 010 001 000 new cell 0 1 1 0 1 1 1 0 """ import pygame from random import choice def main()...
headkase Code sharing 2 3,921 Aug-05-2019, 11:19 PM

User Panel Messages

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