Skip to content

lenarother/debugging-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Debugging

Debugging your code is a skill of its own. Let's practice and exchange experiences on debating tools and techniques.

Challenge: Maze Generator

The market-leading energy company has a new promotional strategy. It is a game, in which a gnome must find a heat pump in a maze. The first iteration is to generate a random maze. It might look like this:


    ##########
    #.#...#..#
    #........#
    #..##.##.#
    #.#..#...#
    #..#.....#
    ##.##.##.#
    #........#
    #...#....#
    ##########

In generate_maze_buggy.py you find a basic implementation of the algorithm. However, it is very buggy. There are about 20 bugs in the program.

Acknowledgements

Code example taken from advance python course

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages