Skip to content

Conversation

@swastijain132005
Copy link
Contributor

Added a console-based Snake Game in C++ demonstrating Object-Oriented Programming (OOP) concepts.
The game allows the player to control the snake using W, A, S, D keys, eat food to grow, and ends the game upon collision with walls or itself.
Features include real-time score display, clear grid display, and the ability to restart the game after Game Over.

Semver Changes

Minor (new features, no breaking changes)

Issues

Closes Issue #11 – Console-based Snake Game implementation

Checklist

✅ I have read the Contributing Guidelines (../Contributor_Guide/Contruting.md)

✅The code compiles and runs correctly

✅Features (snake movement, food, collision, score) are working as expected

✅ Added instructions/comments for how to play the game

@prajwal3114 prajwal3114 merged commit 010f587 into OPCODE-Open-Spring-Fest:main Oct 28, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants