Skip to content
View jbets4's full-sized avatar

Block or report jbets4

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

Popular repositories Loading

  1. RLEImageEncoder RLEImageEncoder Public

    A small console app that loads, encodes, decodes, and displays 2-bit images using Run-Length Encoding (RLE). It supports reading images from files or test data, converting between flat hex, RLE arr…

    Python 1

  2. Pakudex Pakudex Public

    Pakudex is a Python 3 CLI for managing “Paku” creatures: add (capacity-limited, duplicate-safe), list & sort (alphabetical), view stats (ATK/DEF/SPD), and evolve to boost attributes—built with vali…

    Python 1

  3. MineSweeper MineSweeper Public

    Minesweeper (C++/SFML): classic clone with procedural mine layout, numeric hints, flood-fill reveal, flags, timer/counter, win/lose, pause/debug, and config-driven board size—clean Board/Tile separ…

    C++ 1

  4. BlackJack BlackJack Public

    A simple BlackJack project created in python. Involves a random number generator aswell

    Python

  5. TemperatureConversion TemperatureConversion Public

    A simple temperature conversion calculator that converts between Celsius and Farenheit

    C++

  6. AccManager AccManager Public

    Menu-driven C++ account manager demonstrating OOP (base Account with Checking/Savings), manual dynamic memory (no STL), and the Big Three (destructor, copy ctor, copy assignment) with operator-over…

    C++