This is my solution for the 2022 Entelect University cup PRACTICE ROUND, which is a decoding challenge.
Develop a solution to decode the map and identify the hidden numbers.
There are four different terrain types and each terrain type has a different elevation range.
There will be three different maps to decipher.
git clone https://github.com/rohanday3/entelect-practice-2022 && cd entelect-practice-2022
pip install -r requirements.txt
python main.py <map-file>
There are 3 python files, namely main.py, map.py and tile.py.
- Reads in the map.
- Creates the tile and map objects
- Map class which creates a 2d array of tile objects
- Tile class which calculates the type of terrain
"91"
"07"
"79"