Inspiration

Plants vs zombies

What it does

Creates a playing field in the terminal, robots advance from the right and you have to defend your home

How we built it

I built this through uses of csv files, basically taking them apart and treating each entry in a csv file like an object. I also used the csv files to set up a battling arena, etc.

Challenges we ran into

Python was absolutely not meant for object oriented programming, and this would've been 100x easier had I used java. However, figuring out how to use csv files in order to get this to work was a fun challenge as well.

Accomplishments that we're proud of

It worked! I'm glad it at least functions correctly, and later I can expand it.

What we learned

I learned that csv files are much more flexible than I thought, being able to create literal fields and storing data in an object like way. However, I also learned that python wasn't built for things like this, and that I should stick to java next time.

What's next for untitled robot shooty thing game

Maybe I'll expand it, but maybe I'll just make this in java. I don't know, but I'm definitely planning to add more stages/enemies/other stuff in the future, I suppose.

presentation

Unfortunately, I am sick and won't be there for the presentation, but hopefully this is still enjoyable.

Built With

Share this project:

Updates