Connection Error
Cobra Quest

"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
C++
SFML
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.
Developer:Bazil Suhail
Publisher:EntitySafe
Released:23/08/2024
Platform:

Features

Gameplay Features

  • Procedurally generated obstacles with movement patterns that adapt to player skill
  • Power-ups (speed boost, shield, score multiplier) with SFML particle effects
  • Precise controls using keyboard inputs with configurable responsiveness

Presentation

  • SFML-rendered animated snake bodies with smooth turning transitions
  • Dynamic camera zoom triggered during high-speed gameplay moments
  • Minimalist UI with mouse navigation for menus and score screens

Progression Systems

  • Unlockable levels requiring minimum scores (C++ file persistence)
  • 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