From 6b512db552875cbf8b6ee79883dc5ed701a76a18 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 3 Nov 2025 22:10:48 -0800 Subject: [PATCH] New Game!! --- modules/games/battleship.py | 3 +++ modules/games/battleship_vid.py | 4 ++++ 2 files changed, 7 insertions(+) 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