Skip to content
View Teinc3's full-sized avatar
Certified Wheelchair Moment
Certified Wheelchair Moment

Highlights

  • Pro

Organizations

@3DxN

Block or report Teinc3

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Teinc3/README.md

Teinc3's Portfolio

Interesting Projects Stack Description
Personal Projects
teinc3.github.io Node.js, HTML4, showdown.js, SSG (Static Site Generation) A personal website styled with a brutalist Y2K theme, built to HTML4-compliant standards
Evoku TypeScript, Angular, WebSockets, Github Actions, MS Azure, Redis, PostgreSQL, Docker A multiplayer, online Sudoku game with interactive powerups, revolving around a Yin-Yang theme
Vox-Populi TypeScript, discord.js, typegoose(MongoDB) A bot that simulates democratic voting systems and concensus algorithms on a Discord Server
Territorial.io Simulation and Theory
TerriEngine JavaScript, Refactored to Rust State-based simulation engine utilising BFS for solving optimal opening strategies
Order-137 TypeScript, WebSockets, HTTP Proxies, Proxy Rotation Custom end-client application for stress-testing game leaderboards by running up to 3000 concurrent instances
gold-digger Python, C, multiprocessing, WebSockets Script to automatically farm gold in Territorial.io, featuring a algorithmic optimisation of a POW nonce function, reducing complexity from O(n) to O(log(n))
Project Messiah JavaScript A reverse-engineered client of Territorial.io, including modded options and an unbeatable 1v1 bot algorithm
ProTanki Networking
ProboTanki-Lib Python, Cython, TCP, SOCKS5 Proxies, asyncio, multithreading, Wheels, PyPI A library containing reverse-engineered packets, cryptographic functions and networking utilities for connecting to ProTanki servers
ProboTanki-Proxy Python, PyQT5 A MITM proxy server capable of intercepting and modifying binary packets between the ProTanki client and server

Pinned Loading

  1. teinc3.github.io teinc3.github.io Public

    A parody website styled with a Y2K theme (before I was even born)

    JavaScript 1

  2. Evoku Evoku Public

    Evolved Sudoku - The Logical Balance

    TypeScript 1 1

  3. Vox-Populi Vox-Populi Public

    A Bot that regulates and simulates Democracy in a Discord Server

    TypeScript

  4. TerriEngine TerriEngine Public archive

    Search Algorithm and Simulation Engine for finding Territorial.io's Best Opening Moves

    Rust 5 1

  5. ProboTanki-Lib ProboTanki-Lib Public

    A common library of packets, codecs and networking utilities for connecting to ProTanki servers

    Python

  6. Discord Message Logging Utility Clas... Discord Message Logging Utility Class Using Message Forwarding Feature (Requires discord.py >= 2.5)
    1
    import asyncio
    2
    from datetime import datetime
    3
    from discord import Member, User, Message, TextChannel, Thread, Embed, Color, HTTPException
    4
    from typing import TypedDict
    5