popkat412 / Battleship

Python Battleship game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Battleship

WORK IN PROGRESS: Python battleship game

Note: This is just an experiment with Pygame and the code is probably horrible

Todo

  • Base playable game
    • Allow human to drag ships onto the board
      • Press space to rotate ships (swap x and y of rel_mouse_pos)
      • Snap to grid
      • Check overlap
      • Start game button and store info in Player class
    • Computer AI
    • Actual gameplay (take turns and stuff)
  • Title Screen
    • AI difficulty selection
    • Credits
    • Perhaps multiplayer option

About

Python Battleship game


Languages

Language:Python 100.0%