Go to file
2021-03-12 21:24:04 +01:00
resources new assets 2021-03-11 18:51:43 +01:00
.gitignore fixed all .gitignore issues 2021-03-10 15:03:51 +01:00
event_interpreter.py initial project structure, dummy background 2021-03-11 01:20:13 +01:00
json_generator.py added first version of json generating class responsible for data serialization, also added some new constants and a new constant type (STRUCT) 2021-03-12 20:48:16 +01:00
main.py implemented minefield, tiles and mines 2021-03-12 11:49:19 +01:00
mine.py simplified mine and tile classes 2021-03-12 21:24:04 +01:00
minefield.py implemented minefield, tiles and mines 2021-03-12 11:49:19 +01:00
project_constants.py added first version of json generating class responsible for data serialization, also added some new constants and a new constant type (STRUCT) 2021-03-12 20:48:16 +01:00
tile.py simplified mine and tile classes 2021-03-12 21:24:04 +01:00