arnavb / SnakeGame

A simple clone of the game Snake made using SFML and Visual C++
MIT License
4 stars 5 forks source link

Add Catch2 Based Unit Tests #2

Open arnavb opened 6 years ago

arnavb commented 6 years ago

This framework will serve as a good unit testing library for SnakeGame.

arnavb commented 5 years ago

doctest might be another option.