diff --git a/modules/games/battleship.py b/modules/games/battleship.py index ac2cace..b12eed7 100644 --- a/modules/games/battleship.py +++ b/modules/games/battleship.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# Battleship game module Meshing Around +# 2025 K7MHI Kelly Keeton import random import copy import uuid diff --git a/modules/games/battleship_vid.py b/modules/games/battleship_vid.py index 165cfef..ce7713b 100644 --- a/modules/games/battleship_vid.py +++ b/modules/games/battleship_vid.py @@ -1,3 +1,7 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# Battleship Display Module Meshing Around +# 2025 K7MHI Kelly Keeton import pygame import sys import time