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 turn-based games app built with Next.js and TypeScript that features Tic-Tac-Toe and Rock Paper Scissors games with AI opponents powered by the Model Context Protocol (MCP), offering three difficulty levels.
Bankline_Billiards is a Python-based billiards (pool) simulation game that combines realistic physics with fun, interactive gameplay. Players can practice bank shots, challenge friends, or refine their skills through a variety of game modes. Built for billiards enthusiasts and programmers alike, Bankline_Billiards features a clean codebase
Connect 4 is a classic two-player strategy game where players take turns dropping colored discs into a grid, aiming to align four of their discs in a row—horizontally, vertically, or diagonally—before their opponent. In the AI-enhanced version, one player competes against a computer opponent programmed to make intelligent, strategic moves.
Ultimate Warriors is a 2D Dragon Ball fighting game built entirely in PowerPoint using VBA modules, JSON character/stage data and an optional Python bot, featuring transformations, custom controls, cheats and dynamic stages for local versus battles.
Space Ping Pong is a neon, arcade-style 2D pong game built with Python + Pygame. Play vs computer (E/M/H) or local two-player. Includes power-ups, particle effects, starfield, screen shake, and persistent high scores. Modular codebase (ball/paddle/powerups/game) easy to extend.
A single-player monster card battler built with HTML, CSS, and vanilla JS. Features procedural monster generation with unique stats, abilities, and abstract art for endless replayability. Battle a basic AI opponent on a simple grid.
A strategic two-player board game where players compete to control a grid by coloring blocks and capturing adjacent spaces. Features a minimax AI opponent with sophisticated decision-making logic.
ft_transcendence is a full-stack web app from 42's curriculum. It features an online multiplayer pong game with AI-powered gameplay, real-time chat, and OAuth2 authentication. it ensures smooth performance using WebSocket communication while following best security practices.
A modern, real-time multiplayer Pong platform built with Django and Bootstrap. Features include alias-based tournaments, AI opponents, 2FA, JWT security, and Docker deployment — all in a single-page application.
An implementation of the classic Nim game featuring an AI opponent trained using Q-learning reinforcement learning. Players take turns removing items from piles, with the last player to remove an item losing. The AI learns optimal strategies through self-play and provides a challenging opponent for human players.