Skip to content

TermiPlay is a simple cross platform console game engine, written in .NET.

Notifications You must be signed in to change notification settings

stranne/Stranne.TermiPlay

Repository files navigation

TermiPlay

TermiPlay is a simple cross platform console game engine, written in .NET.

Features

  • Cross-Platform: Works on multiple platforms thanks to .NET 8.0.
  • GameObject: Extend the GameObject class to add custom logic and renderable elements.
  • Multi-layer Rendering: Supports multi-layer rendering, allowing you to draw layers that are automatically restored after another GameObject passes over them, eliminating the need for manual restoration. The rendering system only processes and renders what is necessary.

Purpose

TermiPlay was developed as a short coding challenge to explore the mechanics of game engine development.

Example project

There is a simple Pong example game implementing using the engine.

Screenshot

About

TermiPlay is a simple cross platform console game engine, written in .NET.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages