Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.77 KB

File metadata and controls

47 lines (35 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file.

[v1.1.3] - 2024-10-27

Added

  • New Visual Enhancements: Eye-catching gradient text for the game title.
  • Responsive Design: Improved layout for seamless gameplay across desktop, tablet, and mobile devices.
  • Keyboard Controls: Added intuitive arrow key navigation for easy gameplay.
  • Optimized Graphics: Sleek visuals and smooth animations for an engaging user experience.

Changed

  • Improved game performance by optimizing JavaScript rendering.
  • Enhanced food placement algorithm to prevent overlap with the snake's body.
  • Minor updates to color schemes for better visibility and aesthetics.

Fixed

  • Resolved a bug where the snake's body sometimes clipped through walls on specific screen sizes.
  • Fixed an issue where the snake occasionally failed to detect collision with itself.
  • Corrected a typo in the "Game Over" screen.

[v1.1.2] - 2024-10-15

Added

  • Initial Release of Snake Feast: A modern twist on the classic snake game with the following features:
    • Basic snake movement and food consumption mechanics.
    • Collision detection with walls and the snake’s body.
    • Score counter to track your progress.
    • Clean and minimalistic game interface.

Changed

  • Introduced basic game loop for consistent gameplay across devices.

Fixed

  • Resolved initial bugs related to food spawning outside of visible areas.
  • Fixed an issue with arrow key controls being unresponsive on some browsers.

How to Play

  • Controls: Use the arrow keys on your keyboard to navigate the snake.
  • Objective: Eat food to grow longer while avoiding collisions with walls or yourself.

Full Release History