You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A browser-based arcade featuring 10 games with a neon cyberpunk aesthetic, responsive design, and powerful AI opponents. Play directly at https://wenhaoquestion.github.io/My-Game-Web/ or open index.html locally — no installation required.
Games
Game
Mode
AI
Snake
Solo
—
2048
Solo
—
Tetris
Solo / AI Auto-play
El-Tetris heuristic
Sudoku
Solo
—
Coin Toss
Solo
—
Texas Hold'em Odds
Calculator
Monte Carlo
Space Shooter
Solo
—
Gomoku
PvP / PvE
Minimax + alpha-beta
Xiangqi (Chinese Chess)
PvP / PvE
Minimax + alpha-beta + quiescence
International Chess
PvP / PvE
Minimax + alpha-beta + quiescence
How to Play
Launch locally
git clone https://github.com/wenhaoquestion/My-Game-Web.git
cd My-Game-Web
python -m http.server 8000 # or open index.html directly
Navigation
Click a game card on the main menu to enter that game
Click ← Back (top-left of any game screen) to return to the menu
Use the theme swatches (top-right) to switch between 5 colour themes: Nebula, Solaris, Aqua Rift, Ember, Verdant
Toggle Aura to enable/disable the ambient background glow
Choose Easy / Medium / Hard before starting a PvE game
Sudoku
Click a cell, then type 1–9 or use the on-screen numpad
Hint reveals one cell, Check validates, Solve auto-completes
Texas Hold'em Odds
Select a slot (Hero Hand or Board card)
Click a card in the deck to assign it
Set opponents and simulation iterations
Click Calculate — equity is computed via Monte Carlo simulation
AI Technical Details
Chess AI
Algorithm: Minimax with alpha-beta pruning
Quiescence search: After the depth limit, captures and promotions are searched further until a quiet position is reached — eliminates tactical blunders at the search horizon
Depths: Easy = 1 ply, Medium = 3 plies + quiescence, Hard = 4 plies + quiescence
Tetris AI (press B to toggle)
Implements the Dellacherie / El-Tetris heuristic: every possible placement of the current piece (all rotations × all columns) is scored by four board features: