Skip to content
View Fecici's full-sized avatar

Block or report Fecici

Report abuse

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

Report abuse

Popular repositories Loading

  1. Dwarf-Fortress-clone Dwarf-Fortress-clone Public

    My attempt at making something like dwarf fortress, while acknowledging that anything I make will most-likely be inferior to the true Dwarf Fortress lol

    Python 2 1

  2. ChessFromScratchW-AI ChessFromScratchW-AI Public

    In creating the chess engine itself, my only condition was that I do everything from scratch and that I do not seek help from anyone else. Once I added the AI element, I decided to preserve my sani…

    Python 1

  3. Conway-s-Game-of-life-in-Python Conway-s-Game-of-life-in-Python Public

    It is what it says it is, a 50x50 grid of cells with basic input functions. Left and right click to add and kill cells, space to start and pause the game, r to restart the game, i to invert all dea…

    Python 1

  4. Python-Snake-game Python-Snake-game Public

    Just because I might as well. Includes debug tools like wall hacks (appearing on the opposite side of the screen instead of dying), apple spawning, collision hacks, and increasing/decreasing fps. I…

    Python 1

  5. Doom-raycast-engine Doom-raycast-engine Public

    I followed a YouTube guide from Coder Space in order to learn pseudo-3d rendering with raycasting. This is is a project I intend to expand upon further, now that I've internalized how everything re…

    Python 1

  6. Phishing-Email-URL-scanner Phishing-Email-URL-scanner Public

    A simple scanner that uses OAuth2 to log into a Gmail account and scan URLs in each email using urlscanner.io to determine whether or not it is a phishing scam.

    Python