Skip to content
View TheRealKaup's full-sized avatar
Block or Report

Block or report TheRealKaup

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheRealKaup/README.md

Kaup

I'm a programmer who focuses on video games related projects.
I'm the developer of KTech, a C++ 2D terminal game engine library.
I'm also working on a video game called netset, which is based on my game engine.


KTech

Git repository - https://github.com/TheRealKaup/KTech.

KTech Small Game


netset

A KTech game in active development. The player is a freelance hacker that gets jobs from the darknet. The game involves a networking simulation and a story line. The gameplay consists of searching for information, analyzing it and converting it into new information, until the goal is reached.

Here's a screenshot of the game, from 9.10.2023 (d/m/y):

netset screenshot from 9.10.2023


TextureCreator

An application made with KTech for creating cell-based texture files for KTech games. This program is required because each terminal character cell has an RGB foreground color, an RGB background color and a character. This kind of texture can't be created by a normal pixel-based image creator.

Git repository - https://github.com/TheRealKaup/TextureCreator.

TextureCreator Screenshot

Pinned

  1. KTech KTech Public

    C++ 2D terminal game engine library for GNU/Linux

    C++ 1 1

  2. TextureCreator TextureCreator Public

    Texture creator for KTech games, made with KTech

    C++