Commit Graph

6 Commits

Author SHA1 Message Date
Fred Z f564ebbac2 Updates comments & docstrings 2018-04-12 18:39:42 +02:00
Fred Z 69be4c1753 Reviews comments 2018-04-10 15:14:30 +02:00
Fred Z 5a7224aaad Renames 'void' element by 'floor' 2018-04-05 18:29:42 +02:00
Fred Z 411668ed8d Creates a new object : GraphUI
Manages graphic display with pygame
Move from `func.py`: set_`header()` & `maze_draw()` (renamed `draw()`)
Deletes `Maze.maze_print()` (integrated in `GraphicUI.draw()`)
Removes the background, using only tiles

TODO: Add a floor tile behind player, guard and items
2018-04-05 18:12:21 +02:00
Fred Z cea1f058e0 Creates a new object : Player
Splits player's related code in a new class
Renames some var, const, attr and methods
Done some cleaning in ELEMENTS
2018-04-05 02:05:30 +02:00
Fred Z bc024f9a9c Rename every occurences of map by maze
Map is a keyword and I using ma & maze in the script may be confusing
2018-04-04 18:51:23 +02:00