From 13251056850d9f9bf34f579d2d68c4e28af1ecd5 Mon Sep 17 00:00:00 2001 From: Jack-tendy-538 Date: Mon, 8 Jun 2026 19:19:04 +0800 Subject: [PATCH] Add liars-pub.py and window-notificator.py as two games --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41451f4..d71a238 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ Completed Programs in This Collection *Leetspeak* - Translates English messages into l33t5p34]<. +*Liar's pub* - A brief copy of game Liar's pub. + *Luhn Checksum Algorithm* - The mathematics behind credit card numbers. More info at: https://en.wikipedia.org/wiki/Luhn_algorithm More info at: https://youtu.be/Erp8IAUouus *Magic Eight Ball* - Ask a question about your future. @@ -344,6 +346,8 @@ Completed Programs in This Collection *Water Bucket Puzzle* - A water pouring puzzle. More info: https://en.wikipedia.org/wiki/Water_pouring_puzzle +*Window notificator* - A ~~stupid~~ game to display message in a moving window box inside the terminal + *Wormy* - (Requires Pygame) Lead the green snake around the screen eating red apples. *Zigzag* - A simple zig zag animation. Press Ctrl-C to stop.