This repository contains student solutions to the exercise requirements specified in the Programming in Python - An Introduction - Kanban Board. The Kanban Board provides configuration guidelines and ...
Testing graphics code in CI environments is a pain. Your tests need a GraphicsDevice, but CI runners don't have displays attached. This project demonstrates how to actually test MonoGame graphics ...