User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:11, 19 July 2018 (diff | hist) . . (-9) . . Lighting Effects
- 08:09, 19 July 2018 (diff | hist) . . (+144) . . Lighting Effects
- 08:07, 19 July 2018 (diff | hist) . . (+41) . . N File:Radial Gradient.png (current)
- 08:04, 19 July 2018 (diff | hist) . . (+1,625) . . N Lighting Effects (Created page with "<syntaxhighlight lang=python> import pygame import sys import os screen=pygame.display.set_mode((640, 480)) light=pygame.image.load('circle.png') # radial gradient used for l...")
- 07:55, 19 July 2018 (diff | hist) . . (+22) . . PyGame Tutorials (→More Advanced)
- 08:04, 18 July 2018 (diff | hist) . . (0) . . Vectors in PyGame (→Bounce / reflect) (current)
- 08:02, 18 July 2018 (diff | hist) . . (+467) . . Vectors in PyGame (→Other Features)
- 07:56, 18 July 2018 (diff | hist) . . (+147) . . Vectors in PyGame (→Intro)
- 07:44, 18 July 2018 (diff | hist) . . (+11) . . Vectors in PyGame (→Magnitude)
- 07:43, 18 July 2018 (diff | hist) . . (+18) . . Vectors in PyGame (→Simple Calculations)
- 07:42, 18 July 2018 (diff | hist) . . (+96) . . Vectors in PyGame (→Simple Calculations)
- 13:48, 17 July 2018 (diff | hist) . . (+1,928) . . Game Save with Shelve (→Example to Use) (current)
- 13:24, 17 July 2018 (diff | hist) . . (+1,187) . . N Game Save with Shelve (Created page with "=Example to Use= Have a look at this code: <syntaxhighlight lang=python> import pygame from pygame.locals import * pygame.init() screen=pygame.display.set_mode((640,480)) c...")
- 12:50, 17 July 2018 (diff | hist) . . (+1,726) . . N Vectors in PyGame (Created page with "=Intro= Python can use tuples and lists to essentially represent a vector, however these will not allow you to do any real vector calculations. for example: <syntaxhighligh...")
- 09:00, 17 July 2018 (diff | hist) . . (+69) . . Enum in PyGame (→Using Your Enum) (current)
- 08:56, 17 July 2018 (diff | hist) . . (+911) . . N Enum in PyGame (Created page with "=Import Enum= Before you can use Enums in python or pygame we need to import the correct module, so you will need to add: <syntaxhighlight lang=python> from enum import Enum...")
- 07:57, 14 July 2018 (diff | hist) . . (+52) . . PyGame Tutorials (→Skills)
- 14:47, 10 July 2018 (diff | hist) . . (+136) . . Abstract - Virtual - Static (→Static)
- 09:12, 9 July 2018 (diff | hist) . . (+88) . . PyGame Platform (current)
- 09:11, 9 July 2018 (diff | hist) . . (+88) . . PyGame RPG
- 09:08, 9 July 2018 (diff | hist) . . (+43) . . PyGame Tutorials (→Skills)
- 09:07, 9 July 2018 (diff | hist) . . (+34) . . PyGame Tutorials (→Full Tutorials)
- 13:05, 6 July 2018 (diff | hist) . . (+31) . . Playing Video (→Video Format) (current)
- 13:04, 6 July 2018 (diff | hist) . . (+415) . . Pyglet Interface (→Install) (current)
- 13:00, 6 July 2018 (diff | hist) . . (+5,989) . . N Pyglet Interface (Created page with "=Install= =Hello, World= We’ll begin with the requisite “Hello, World” introduction. This program will open a window with some text in it and wait to be closed. You ca...")
- 12:56, 6 July 2018 (diff | hist) . . (+22) . . PyGame Tutorials (→GUI)
- 12:54, 6 July 2018 (diff | hist) . . (+674) . . WxPython Interface (current)
- 12:43, 6 July 2018 (diff | hist) . . (0) . . WxPython Interface (→Adding a menu bar)
- 12:42, 6 July 2018 (diff | hist) . . (-13) . . WxPython Interface (→Adding a menu bar)
- 12:41, 6 July 2018 (diff | hist) . . (+21) . . WxPython Interface
- 12:39, 6 July 2018 (diff | hist) . . (-2) . . WxPython Interface (→Adding a menu bar)
- 12:39, 6 July 2018 (diff | hist) . . (-3) . . WxPython Interface (→Hello, World)
- 12:38, 6 July 2018 (diff | hist) . . (+8,329) . . N WxPython Interface (Created page with "=Hello, World= As is traditional, we are first going to write a Small "Hello, world" application. Here is the code: <syntaxhighlight lang=python> #!python #!/usr/bin/env py...")
- 12:26, 6 July 2018 (diff | hist) . . (+15) . . N File:WxWindow.png (current)
- 12:18, 6 July 2018 (diff | hist) . . (+24) . . PyGame Tutorials (→GUI)
- 10:55, 6 July 2018 (diff | hist) . . (-1,471) . . PyGame Platform (→Collectables)
- 10:32, 6 July 2018 (diff | hist) . . (+5,420) . . PyGame Platform (→Key & Door)
- 10:29, 6 July 2018 (diff | hist) . . (+1) . . PyGame Platform (→Move Player in Map)
- 10:28, 6 July 2018 (diff | hist) . . (-36) . . PyGame Platform (→Move Player in Map)
- 10:27, 6 July 2018 (diff | hist) . . (-23) . . PyGame Platform (→Center Map on Object)
- 10:26, 6 July 2018 (diff | hist) . . (-23) . . PyGame Platform (→Draw the Map)
- 10:25, 6 July 2018 (diff | hist) . . (-1) . . PyGame Platform (→Tiled)
- 10:24, 6 July 2018 (diff | hist) . . (+106) . . PyGame Platform (→Move Player in Map)
- 10:22, 6 July 2018 (diff | hist) . . (-2,332) . . PyGame Platform (→Checking Player Bounds)
- 10:21, 6 July 2018 (diff | hist) . . (+2,004) . . PyGame Platform (→Checking Ground)
- 10:02, 6 July 2018 (diff | hist) . . (+1,068) . . PyGame Platform (→Falling)
- 09:45, 6 July 2018 (diff | hist) . . (+2,272) . . PyGame Platform
- 09:39, 6 July 2018 (diff | hist) . . (-34) . . PyGame Platform (→Move Player in Map)
- 09:38, 6 July 2018 (diff | hist) . . (0) . . PyGame Platform (→Load in Player image)
- 09:37, 6 July 2018 (diff | hist) . . (+6) . . PyGame Platform (→Read in Map)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)