mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
IP Updates
This commit is contained in:
+9
-9
@@ -5,17 +5,17 @@ import pygame.gfxdraw
|
||||
from pygame.locals import * # imports the constants
|
||||
from math import *
|
||||
#Mouse constants
|
||||
B_LEFT_CLICK=1
|
||||
B_RIGHT_CLICK=3
|
||||
B_MIDDLE_CLICK=2
|
||||
B_SCROLLUP=4
|
||||
B_SCROLLDOWN=5
|
||||
B_LEFT_CLICK =1
|
||||
B_RIGHT_CLICK =3
|
||||
B_MIDDLE_CLICK =2
|
||||
B_SCROLLUP =4
|
||||
B_SCROLLDOWN =5
|
||||
|
||||
# Direction constants
|
||||
TOP=1
|
||||
LEFT=2
|
||||
BOTTOM=3
|
||||
RIGHT=4
|
||||
TOP =1
|
||||
LEFT =2
|
||||
BOTTOM =3
|
||||
RIGHT =4
|
||||
|
||||
class fun_Game(object):
|
||||
list_class=uniquelist()
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
letters=["a","e","c","t","r","s","o"]
|
||||
words=["rate","rose","cat","at","ate","actor","eat","car","roast","star","start","soccer","cast","sore","arc","art","toe","sort"]
|
||||
guess=raw_input()
|
||||
print(guess)
|
||||
|
||||
Reference in New Issue
Block a user