Go to file
2021-03-14 18:25:12 +01:00
resources fully implemented random map generation 2021-03-12 21:25:33 +01:00
.gitignore fixed all .gitignore issues 2021-03-10 15:03:51 +01:00
json_generator.py edited some constant values and did some minor code refactoring 2021-03-14 00:59:00 +01:00
main.py Added simple movement with usage of arrow keys. Those functions have been declared in Minefield class (temporarily) 2021-03-14 11:32:44 +01:00
mine.py simplified mine and tile classes 2021-03-12 21:24:04 +01:00
minefield.py Forbade stepping on the mines, deleted event_interpreter.py 2021-03-14 18:25:12 +01:00
project_constants.py edited some constant values and did some minor code refactoring 2021-03-14 00:59:00 +01:00
tile.py simplified mine and tile classes 2021-03-12 21:24:04 +01:00