openblack icon indicating copy to clipboard operation
openblack copied to clipboard

openblack is an open-source game engine that supports playing Black & White (2001).

Results 183 openblack issues
Sort by recently updated
recently updated
newest added

The motive of this PR is to break the big DrawPass function of the renderer, for this i decided to bring part of the function for instance ```c++ if (desc.drawWater)...

This pull request enhances the documentation by adding: A table of contents which provides a structured overview, making it easier to navigate the documentation. As well as, a glossary which...

I was looking up how the Creature AI worked, and chapter 11.2 Varieties of Learning describes how the 3 types of learning are implements. the belief system in described elsewhere...