DEV Community

James Birnie
James Birnie

Posted on

Destroyer

Destroyer is a console game I made for my codecademy CSC 101 final project. It is very similar to the game battleship. It uses 2D list to represent the board classes and objects to organize and simplify the code. I know it's sloppy, and I'm sure more experienced devs will look at it like what is this, but it works well and I'm happy that I made it 😀

https://github.com/JamesBirni/PythonPorfolioProjectTerminalGame

Image description

Top comments (0)