Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Annoyance - Newer version of pygame
Post: RE: Annoyance - Newer version of pygame

Yeah, I really wish that doesn't happen. Annoying...
Unlimiter Game Development 22 9,360 Sep-28-2018, 11:33 PM
    Thread: "Floating Blobs" experiment
Post: "Floating Blobs" experiment

I made a simple game (experiment) where there are different (round) blobs with random sizes from 4 to 16 pixels in width and height. Each blob moves with a speed of r/2 (where r is the radius of the b...
Unlimiter Game Development 0 1,954 Sep-28-2018, 12:36 PM
    Thread: Use this integer and string encrypter and decrypter module in your projects
Post: RE: Use this integer and string encrypter and decr...

I didn't know that, thanks! Ok nilamo! But now I know more about encryption and encoding, I just named it crypt because I didn't find any other name... Anyways thanks!
Unlimiter Code sharing 4 4,277 Jan-05-2018, 11:32 AM
    Thread: Use this integer and string encrypter and decrypter module in your projects
Post: Use this integer and string encrypter and decrypte...

""" This module lets you encrypt and decrypt integers and strings, in four functions. Please name it crypt.py""" # 1 -- Setting the needs import random import json # A list containing low-case alphabe...
Unlimiter Code sharing 4 4,277 Dec-28-2017, 08:43 PM
    Thread: A basic Rock-paper-scissors game by me...
Post: A basic Rock-paper-scissors game by me...

"""A basic program/game that simulates Rock-Paper-Scissors with text""" # I need random library to randomise the bot's actions. import random # Title & help: print("Rock-papaer-scissors Game - B...
Unlimiter Code sharing 0 2,470 Dec-25-2017, 03:41 PM

User Panel Messages

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