-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Issue: Let’s gamify DSA! Create a simple game using C++ that incorporates DSA concepts like stacks, queues, or graphs. The game should challenge players to solve puzzles or problems using algorithms.
Requirements:
- The game should have a clear objective and should involve solving problems using DSA concepts.
- Keep the code modular and add comments to explain where DSA is applied.
- Provide an instruction manual and add unit tests for the game mechanics.
Suggested Ideas:
-
Tower of Hanoi Puzzle Solver.
-
Snake Game where the movement and logic are powered by queues.
Build something fun that secretly teaches algorithms!