2 projects tagged "First Person Shooters"
"The Game" is a project designed to simplify the process of producing any high-quality cross-platform 2D or 3D graphical computer game. The hope is that any game can be produced simply by changing a few settings and pressing a "compile" button. The project has three "deliverables": a game engine library to abstract across the set of all possible computer games (applying object-oriented design methods to the general problem in such a way as to be usable in specific instances); a graphical interface for easy game design (an exercise in human interface design); and a gaming package with a lot of shiny games to play.
A C++11 unit testing framework based on Perl's Test::More module.