index
:
cameltris.git
main
Free NES tetris clone
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cameltris
Age
Commit message (
Expand
)
Author
2021-11-15
Rely on a function to set elements of a piece
Olivier Gayot
2021-11-15
Avoid importing wildcard from piece module
Olivier Gayot
2021-11-15
Change enum constants to uppercase
Olivier Gayot
2021-11-13
Add optional coordinates to a piece
Olivier Gayot
2021-11-13
Make sure offsets are integers, not floating point numbers
Olivier Gayot
2021-11-13
Add documentation to the player module
Olivier Gayot
2021-11-12
Move Player definition outside the screen package
Olivier Gayot
2021-11-12
Add __init__.py files to make pylint happier
Olivier Gayot
2021-11-12
Rename base class screen module base_screen to make pylint happy
Olivier Gayot
2021-11-12
Move colors in an enum in Color module
Olivier Gayot
2021-11-12
Move playfield outside the Player class
Olivier Gayot
2021-11-12
Remove trailing newlines and add blank lines were needed
Olivier Gayot
2021-11-12
Update name of screen modules according to PEP8
Olivier Gayot
2021-11-12
Add some documentation to the cameltris.piece module
Olivier Gayot
2021-11-12
Rename the package cameltris and provide __main__.py
Olivier Gayot