naftalimurgor / RetroGaming

A repository for old school retro C++ games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetroGaming

Retro gaming is a repository for old school retro C++ console style games. These will range from trivial to more complex and could/should be used as programming tutorials. You should see basic inheritence, use of the standard libraries, looping, logic trees, etc. etc. All of this code is under the Apache 2.0 license.

Getting

This uses the stduuid proposal as a submodule. When cloning ensure you use the command

git clone --recursive https://github.com/jlechem/RetroGaming

Building

make RetroGamingApp

Static Analysis

This requires cppcheck.

make analyse

Linting

This requires clang-format

make lint 

About

A repository for old school retro C++ games

License:Apache License 2.0


Languages

Language:C++ 97.8%Language:Makefile 1.4%Language:C 0.8%