Skip to content

MerryCello/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Based off the classic snake game, this project started to gain more knowledge about Test-driven Development (TDD) and was finished after 1 1/2 weeks (planned on 2). The hands-on experience was a good demonstration of the benefits of TDD. The automated testing was done with the help of Google's C++ test framework, which helped quickly discover what the issues were with the code while in development and after.

Looks

Installation

Requirements:

  • JetBrain's Clion IDE
  • C++ 14 (32-bit) or later compiler
  • Open GL (freeglut) libraries

Unfortunately, Google Tests is on a x64bit C++ compiler and is not compatible with the project anymore. Once I incorporated the graphics (OpenGL), I had to use a x32bit compiler until I figured out how to get graphic framework to compile on x64bit. There's an open issue for it on StackOverflow. Once I get back into the project, I hope to be able to have it all run on x64bit, so the automated tests will work once again.

About

A classic snake game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published