ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

A simple snake game with 2D arrays #312

Closed Druffl3 closed 3 years ago

Druffl3 commented 3 years ago

Implemented a simple snake game, which demonstrates the use of a 2D Array in C++. Used ncurses for terminal manipulation.

Druffl3 commented 3 years ago

@ephremdeme could you accept this PR?

ephremdeme commented 3 years ago

I don't think it is related to any data structure and algorithm.