https://github.com/dannixon/csc3221_programmingforgames
Coursework for the CSC3221 Programming for Games module at Newcastle University
https://github.com/dannixon/csc3221_programmingforgames
Last synced: 7 months ago
JSON representation
Coursework for the CSC3221 Programming for Games module at Newcastle University
- Host: GitHub
- URL: https://github.com/dannixon/csc3221_programmingforgames
- Owner: DanNixon
- Created: 2016-05-16T18:46:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T18:30:18.000Z (over 9 years ago)
- Last Synced: 2025-06-12T19:21:36.240Z (7 months ago)
- Language: C++
- Homepage:
- Size: 633 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Programming for Games
=====================
[](https://travis-ci.org/DanNixon/CSC3221_ProgrammingForGames)
Coursework for the
[CSC3221](http://www.ncl.ac.uk/module-catalogue/module.php?code=CSC3221)
Programming for Games module at Newcastle University.
Requirements for non-spec stuff:
- [CxxTest](http://cxxtest.com) (unit testing)
- [gcov](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) (test coverage)
- [lcov](http://ltp.sourceforge.net/coverage/lcov.php) (test coverage report)
- [Doxygen](http://www.doxygen.org) (documentation)