Projects

Welcome to the project section, below you will find our current projects.

CLE - Common Level Editor

  • Our in-house general-purpose level editor we built using our own engine — it is both a tool and a showcase of what the engine can do.
  • Built from the ground up to support our development workflow, though it does not build standalone binaries.
  • Map Creation: Enables the creation of map files that can be loaded into the game.
  • Scripting: Supports script assignment to levels and entities.
  • Live Testing: Features a start/stop function for live testing of levels within the editor.

Snake (YASC) - Yet Another Snake Clone

  • Language & Platform: Written entirely in C++ and running on Windows 10+ as well as Ubuntu 18+
  • A small demo game built entirely with the CLE, showcasing how the editor and engine integrate.
  • It was used to test key subsystems such as:
    • Configuration system
    • Moderate UI implementation including a main menu, settings, credits/license, and game-over screens.