This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoxue_admin
/
GamingAgent
Watch
1
Star
0
Fork
You've already forked GamingAgent
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
GamingAgent
/
computer_use
/
games
/
tetris
/
Python-Tetris-Game-Pygame
/
position.py
5 lines
90 B
Python
Raw
Permalink
Blame
History
class
Position
:
def
__init__
(
self
,
row
,
column
)
:
self
.
row
=
row
self
.
column
=
column
Reference in New Issue
View Git Blame
Copy Permalink