An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Programming for Games
=====================

[![Build Status](https://travis-ci.org/DanNixon/CSC3221_ProgrammingForGames.svg?branch=master)](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)