Commit Graph

3432 Commits

Author SHA1 Message Date
SpudGunMan 0c7e8b99a9 cv2 2025-11-06 16:50:14 -08:00
SpudGunMan 3931848bd9 Update install.sh 2025-11-06 15:41:56 -08:00
SpudGunMan 134ec9f7df Update update.sh 2025-11-06 15:30:46 -08:00
SpudGunMan b8937c6abe Update update.sh 2025-11-06 15:30:20 -08:00
Kelly 0e4f0ee83a Merge pull request #257 from jschollenberger/update-executable
make update.sh executable
2025-11-06 15:20:14 -08:00
SpudGunMan 04560b0589 doc 2025-11-06 15:18:46 -08:00
SpudGunMan 78c0ab6bb6 YOLOv5 Object Detection
example for alert.txt
2025-11-06 15:08:25 -08:00
SpudGunMan 2d4f81e662 Revert "Update locationdata.py"
This reverts commit ec9fbc9bd1.
2025-11-06 13:34:39 -08:00
SpudGunMan c6f9bc4a90 fix data/ 2025-11-06 13:05:46 -08:00
SpudGunMan 409ae34f93 only service if sevice 2025-11-06 13:01:23 -08:00
SpudGunMan ec9fbc9bd1 Update locationdata.py 2025-11-06 12:16:06 -08:00
SpudGunMan 51602a7fbd Update greetings.yml 2025-11-06 07:00:54 -08:00
SpudGunMan a49106500d DM example 2025-11-06 06:53:15 -08:00
Jason Schollenberger ded62343fd make update.sh executable 2025-11-06 09:45:07 -05:00
SpudGunMan d096433ab7 service refactor
https://github.com/SpudGunMan/meshing-around/issues/256
2025-11-06 06:44:11 -08:00
SpudGunMan 3273e57f0b Update README.md 2025-11-05 18:48:52 -08:00
SpudGunMan 7cc70dd555 Update locationdata.py 2025-11-05 13:25:43 -08:00
SpudGunMan edb3208e2c maintains same as before only special changed 2025-11-05 13:21:22 -08:00
SpudGunMan 60a6244c69 Update locationdata.py 2025-11-05 13:18:50 -08:00
SpudGunMan f06a27957f enhance EAS with more data 2025-11-05 13:08:29 -08:00
SpudGunMan 384f5a62f3 badmaths 2025-11-05 10:50:47 -08:00
SpudGunMan dcaf9d7fb5 Enhance Battleship
Summary
This PR introduces several enhancements to the Battleship game module, focusing on player engagement, game feedback, and strategic depth. The changes include:

Ping Command:
Players can now use the hidden "p" command during their turn to scan a 3x3 area around their last move (or the board center if no moves have been made). The ping provides a hint about the presence of unsunk ships in the area, returning messages like "something lurking nearby" or "targets in the area!". To add suspense and realism, there is a 30% chance the ping will be disrupted, returning "Ping disrupted! No reading. Try again later." This feature does not consume a turn or affect game state, acting as a strategic hint tool.

Game End Statistics:
At the end of each game, players are now informed of the total number of shots fired and the elapsed time to victory. This provides a sense of accomplishment and encourages replayability as players try to improve their efficiency.

Ammo Commentary:
Every 25 and 50 shots, the game displays a humorous comment (e.g., "🥔25 fired!", "🥵50 rounds!") to keep players entertained and aware of their shot count.

How Gameplay Is Improved
Strategic Depth:
The ping feature gives players a way to gather information and adjust their tactics, making gameplay more interactive and less reliant on random guessing.

Player Engagement:
Humorous ammo comments and end-of-game statistics add personality and feedback, making the experience more memorable and fun.

Replay Value:
By surfacing stats like shots fired and time taken, players are motivated to replay and beat their previous records.

Fairness and Clarity:
The ping command does not advance the turn or affect the game state, ensuring fairness and preventing accidental misuse.

Testing & Compatibility
All new features are integrated with both AI and P2P modes.
Existing gameplay logic and win conditions remain unchanged.
The ping command is robust against edge cases (e.g., no moves made, board edges).
In summary:
This PR makes Battleship more engaging, strategic, and fun, while preserving the integrity of the original game mechanics.

Co-Authored-By: NillRudd <102033730+nillrudd@users.noreply.github.com>
2025-11-04 11:10:38 -08:00
SpudGunMan 99faf72408 Update battleship.py 2025-11-04 04:40:34 -08:00
SpudGunMan a5a7e19ddc Update battleship.py 2025-11-04 04:23:08 -08:00
SpudGunMan 912617dc34 Update battleship.py 2025-11-04 04:21:54 -08:00
SpudGunMan ca6d0cce4e enhance 2025-11-04 04:15:16 -08:00
SpudGunMan 43051076ba Update battleship.py 2025-11-03 22:28:42 -08:00
SpudGunMan 83091e6100 Update battleship.py 2025-11-03 22:27:54 -08:00
SpudGunMan 6b512db552 New Game!! 2025-11-03 22:10:48 -08:00
SpudGunMan 09b684fad8 🎯🚢
battleship game
2025-11-03 22:07:38 -08:00
SpudGunMan 1122d6007e verse command
the other BBS have  Fortune it seems to be a popular thing to do. here is a verse command hidden enable like 🐝 to return bible verses better? @joshbowyer
2025-11-03 15:29:09 -08:00
SpudGunMan f51cace2c3 Update .gitignore 2025-11-03 14:12:13 -08:00
SpudGunMan 78cefd3704 news template 2025-11-03 14:07:37 -08:00
SpudGunMan 421efd7521 Update .gitignore 2025-11-03 14:07:21 -08:00
SpudGunMan e64f6317ab Update update.sh 2025-11-03 14:03:01 -08:00
SpudGunMan 18a6c9dfac copy data directory lost 2025-11-03 14:01:22 -08:00
SpudGunMan a96d57580a file overhaul
fixed filereader enhanced newsread fixed bee
2025-11-03 13:58:57 -08:00
SpudGunMan 1388771cc1 compression default
display/game server is now launched with launcher and will eventually be rolled into something?
2025-11-02 22:53:50 -08:00
SpudGunMan 2cbfdb0b78 launch game display 2025-11-02 22:38:49 -08:00
SpudGunMan 38bef50e12 Update game_serve.py 2025-11-02 22:01:13 -08:00
SpudGunMan 24090ce19f fullscreen.ini 2025-11-02 21:26:05 -08:00
SpudGunMan 14ea1e3d97 enhance
game.ini to custom values and doc
2025-11-02 21:14:21 -08:00
SpudGunMan fb7bf1975b Update tictactoe_vid.py 2025-11-02 21:04:38 -08:00
SpudGunMan 1e7887d480 Update tictactoe.py 2025-11-02 20:49:03 -08:00
SpudGunMan 398a4c6c63 Update README.md 2025-11-02 20:39:16 -08:00
SpudGunMan 9ab6b3be89 Update game_serve.py 2025-11-02 20:34:44 -08:00
SpudGunMan 255be455b7 Update game_serve.py 2025-11-02 20:34:24 -08:00
SpudGunMan 95a35520c2 Update game_serve.py 2025-11-02 20:34:01 -08:00
SpudGunMan 22ec62a2f2 importHelp 2025-11-02 20:32:49 -08:00
SpudGunMan 3f95f1d533 3DTTT 2025-11-02 20:27:15 -08:00