DEV Community

oscarmroag
oscarmroag

Posted on

Tower Attack Game!

Hello world!

I am excited to post about my first ever python game! It's a simple game that you play directly on the terminal. Your objective is to find the right combination of attackers to destroy the enemy tower with a limited budget. This is my first portfolio project as part of my Codecademy Computer Science career path certification :)

Image description

I used classes to define the attackers and the tower, and functions to assign each input a different effect.

The link to my code on GitHub is: https://github.com/oscarmroag/Portfolio1_Tower_Attack

This is an exciting beginning to my coding journey and I can't wait to make more cool things!

Top comments (0)