"CobraQuest" is an engaging snake game with multiple difficulty levels and a multiplayer mode. Built using C++ and SFML, it offers a dynamic and challenging experience for both solo players and friends.
Genres
gaming
snake_game
desktop_game
Teck Stack
Desktop Game
WARNING!! This game is built with SFML. Although an .exe file is provided, running it requires additional DLLs, which might alter your SYSTEM VARIABLES. A script is included to install these DLLs, but ensure to monitor or restore your system variables afterward. If you encounter any DLL errors, consider compiling the project yourself by visiting the provided repository.
Combo-based scoring with visual feedback via SFML text animations
Obstacle evolution that remembers player weaknesses between sessions
Version
Android Version
Released Date
Updated Date
Content Rating
Interactive elements
Functionalities Implementation
Game Engine Core
C++ procedural architecture handling game loop, collision detection, and physics at 60fps
SFML-powered rendering pipeline managing sprites, textures, and animations efficiently
Dynamic difficulty system that scales speed and obstacle density across 8 levels
Multiplayer Framework
Local 2-player mode with simultaneous keyboard input (WASD vs Arrow Keys)
Real-time position synchronization and collision handling between snakes
Competitive scoring logic with live leaderboard updates during gameplay
Desktop Game
WARNING!! This game is built with SFML. Although an .exe file is provided, running it requires additional DLLs, which might alter your SYSTEM VARIABLES. A script is included to install these DLLs, but ensure to monitor or restore your system variables afterward. If you encounter any DLL errors, consider compiling the project yourself by visiting the provided repository.