AsciiEngine

AsciiEngine

Dec 2024Dec 2024
C++OpenGLEngine ArchitectureLibrary

Overview

AsciiEngine is a custom-built game engine designed for creating games using ASCII art and terminal-based rendering. Built from the ground up, it provides developers with a complete framework for game development including rendering and input handling. The engine demonstrates deep understanding of game engine architecture and low-level programming concepts.

Key Features

  • Custom ASCII art rendering system
  • Complete game engine architecture
  • Input handling and game loop implementation