Commit Graph

6 Commits

Author SHA1 Message Date
Fred Z 80c22b9685 Clean and tidy images stock : ready for delivery 2018-04-05 18:24:39 +02:00
Fred Z 19bf777484 Massive static code cleanup
- Translating comments
- Flake8 & Pylint checking
- Adjust variable name consistency
- Rename tiles filename (and adds files)
2018-03-30 11:19:33 +02:00
Fred Z 9c7ad6ccf0 Uses a background image for to render walls
Add background images and transparent tile
Use transparent tile to see background
Maybe do not use tiles for wall (perf?)
2018-03-23 10:54:11 +01:00
Fred Z 30be7539de Adds 30px tiles 2018-03-23 10:17:38 +01:00
Fred Z 11347f967d Massive refactoring to use tile in background
Use pygame's display to setup a 15 cells square grid, with a player
moving on it. Do not clean the trail, border collision.
Next step: build an gui object for representing the maze.
2018-03-20 23:40:46 +01:00
Fred Z e42050b608 First pygame test
Basic moving image over a grid using arrow keys
2018-03-15 17:47:05 +01:00