NeonViper / task.md
Mr-TD's picture
docs: Add a comprehensive README detailing the Neon Viper game's architecture, logic, and functionality.
7cfb1a8

Nokia Snake Reimagined

  • Environment Setup
    • Create .venv
    • Install packages
  • Setup Flask Application
    • Create app.py
    • Set up templates and static directories
  • Implement UI and Styles
  • Implement Game Engine (static/js/game.js)
    • Core Game Loop & Movement
    • Nokia Boot Screen
    • Food & Power-up Spawning
    • Bomb System & Collisions
    • Combo & Scoring System
    • Gems & Shop Functionality
    • LocalStorage Persistence
  • Testing and Verification
    • Run Flask server
    • Test all game features (power-ups, shop, bombs)
  • Implement Server Profiles