100 Days of Code Day 14
Today’s exercise (C#) was Hyperia Forex. Which involved operator overloading. To stop the compiler from complaining, I added a few more methods than required. I finally have a decreasing learning exercise count. It went down to seven.
I decided to continue with the maze from yesterday. With the help of the kenny.nl sokoban assets and pygame ce graphics library I updated the program to be graphical. You now have an animated guy that goes through the maze, can bump into walls, and the screen scrolls if the maze is too big.
It isn’t really a game as the maze has no exit. The player always starts at (1,1) and the code is a mess. However, I am a bit proud of it.
