Projects Page

Maze Generator

           Developed a maze generator program with python and pygame. You can choose the number of rows/columns of the generated grid.
           A red square will move through the grid to generate the maze using the the randomized depth-first search algorithm. ( ゚ヮ゚)

maze generation animation



A Space Invader

           Inspired by the famous Japanese video game "Space Invaders", with python and pygame.
           You are a spaceship that fights aliens. You have three lives and there are three types of aliens, with different strengths! (ಥ﹏ಥ)
The more aliens you kill in a round, the more fast and angry the remaining will be.
Killing all aliens will anger the mothership and will result in facing more of them!

spaceinvader lobby spaceinvader animation



Connect Four

          
           Fun/classic game. The program can detect if someone has won, then declares the winner!

spaceinvader animation