Skip to content

Small direction change & comments

Latest
Compare
Choose a tag to compare
@mmmuscus mmmuscus released this 22 Sep 15:17
· 2 commits to master since this release

This is a small update, it adds no functionality. However as of this update the program contains desprictive comments about how the different tasks are being achived, so navigating the project is doable without the use of the documentation, if one is familiar with the workings of the engine. These comments do not replace the documentation! It is still advised that you refer back to the documentation for questions about the engine.

Another thing that has changed was the direction of the project. This was due to the fact that I enroled into a computer science degree. More information about this change can be found in the introduction of the documentation.

A small ASCII graphical game engine for the windows console (and also Linux) done in C++.

Features:

  • Real time 8 directional player movement
  • Binary shading
  • Map and field of view editors
  • Character attribute editors
  • Animation pipeline

The last major update was v2.0.0. In this update the groundwork for handling, creating and playing animations in the engine was added.

For more info please read the documentation here.