Tag

game

1 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Aug 4, 2024 · Backend Development

Design and Implementation of a WebSocket Backend for a Real‑Time Multiplayer Quiz Game

This article details the design, architecture, and Java implementation of a WebSocket‑based backend that enables real‑time, multi‑player quiz battles, covering entity definitions, message handling, matchmaking logic, error handling, game flow, and supporting utilities such as Redis‑based state management.

BackendJavaRedis
0 likes · 21 min read
Design and Implementation of a WebSocket Backend for a Real‑Time Multiplayer Quiz Game
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2024 · Fundamentals

Five Beginner Python Projects: Rock‑Paper‑Scissors Game, Random Password Generator, Dice Simulator, Email Sender, and Alarm Clock

This article introduces five beginner-friendly Python projects—a command‑line Rock‑Paper‑Scissors game, a random password generator, a dice‑rolling simulator, an automated email sender, and a simple alarm clock—each with clear objectives, implementation tips, and complete source code examples.

automationbeginner-projectscommand-line
0 likes · 7 min read
Five Beginner Python Projects: Rock‑Paper‑Scissors Game, Random Password Generator, Dice Simulator, Email Sender, and Alarm Clock
Python Programming Learning Circle
Python Programming Learning Circle
Mar 3, 2022 · Artificial Intelligence

Ten‑Line Python Projects: QR Code, Word Cloud, Image Segmentation, Sentiment Analysis, Mask Detection, Message Spam, OCR, and a Simple Game

This article presents a series of concise Python examples—each under ten lines—demonstrating how to generate QR codes, create word clouds, perform image segmentation, conduct sentiment analysis, detect masks, automate message sending, extract text with OCR, and build a basic number‑guessing game, showcasing the versatility of Python for quick prototyping across AI and utility tasks.

OCRQR codegame
0 likes · 10 min read
Ten‑Line Python Projects: QR Code, Word Cloud, Image Segmentation, Sentiment Analysis, Mask Detection, Message Spam, OCR, and a Simple Game
Python Programming Learning Circle
Python Programming Learning Circle
Jan 5, 2022 · Fundamentals

Python Guess‑the‑Word (Hangman) Game Implementation

This article presents a complete Python implementation of a guess‑the‑word (Hangman) game, explaining its mechanics, providing detailed source code, and offering a simplified version for readers to learn basic programming concepts and game logic.

Programminggamehangman
0 likes · 6 min read
Python Guess‑the‑Word (Hangman) Game Implementation
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 20, 2017 · Frontend Development

How to Build a Shaking Bread‑Machine Game with CSS3 Animations

This article explains how to create a mobile‑friendly bread‑machine game where layers of bread scroll upward, users shake the phone to drop random loaves, and CSS3 animations combined with JavaScript timing are used to manage movement, dropping, and performance optimizations.

Performanceanimationcss3
0 likes · 8 min read
How to Build a Shaking Bread‑Machine Game with CSS3 Animations