Code Monkey home page Code Monkey logo

metalocif's Projects

autochess icon autochess

A very basic engine for something like Teamfight Tactics; using this to build an actual game would be a decent project. Has very basic AI units with HP bars under them.

button-movement icon button-movement

A short VBA program that lets you move a little guy around a map using buttons.

detectplagiarism icon detectplagiarism

A set of macros made to detect plagiarism in student submissions. Converts .docx, .pdf, and .xlsm files to .txt, and then checks for recurring lines of code, with a whitelist, using a dictionary-based approach for speed. It expects a master folder containing one folder per student.

hall_of_fame icon hall_of_fame

The most impressive VBA projects I received over the years.

imagemovement icon imagemovement

A short code that adds an image to the sheet and moves it around.

inorout icon inorout

A macro that wins at a topological game. Heavy use of recursion.

meta-s-mods icon meta-s-mods

A collection of mods for Into the Breach by Metalocif.

rotatinglabyrinth icon rotatinglabyrinth

A macro that finds the shortest path through a labyrinth, with a twist: you can rotate the "walls" in all individual cells at once. The shortest path is not measured by the number of cells crossed, but by the number of rotations. Uses recursion, dictionaries, and implements a graph for the pathfinding.

sts_vba icon sts_vba

A VBA clone of the excellent game Slay the Spire, which you can play within Excel. Should work fine on both PC and Mac. Heavily commented but messy code.

vba-2048 icon vba-2048

A working game of 2048 in VBA. Uses a cute trick with fonts to avoid merging things twice in one move. For Skema students, this is post-session 6.

vba-attestation-maker icon vba-attestation-maker

Makes attestations based on a Word and information in an Excel file, then saves them as PDFs.

vba-game-alien icon vba-game-alien

A game about an alien moving around space, with objects that can be interacted with. Could be shorter and nicer, but I wanted it to be simple. For Skema students, this is post-session 3.

vba-game-boggle icon vba-game-boggle

A short "game" of Boggle. Doesn't actually let you play the game, but it generates a random 4x4 grid of letters and finds all valid words in a given language (well, only two languages). Uses recursion. For Skema students, this code is post-session 6, and it uses a session 8 notion.

vba-game-mahjong icon vba-game-mahjong

A game of Mahjong playable in Excel. Run the macro and click a pair of tiles to play. Uses an array of 2D arrays to represent the pyramid of tiles.

vba-game-minesweeper icon vba-game-minesweeper

A short game of Minesweeper I coded to mess with recursion. For Skema students, this is post-session 6.

vba-game-snake icon vba-game-snake

A short game of Snake I coded in about an hour to showcase the .OnKey and .OnTime methods. Uses either collections or arrays.

vba-line-of-sight icon vba-line-of-sight

A quick implementation of a line of sight system in VBA (revealing cells around a central position, with possible obstructions). For Skema students, this is post-session 3.

vba-pig-latin icon vba-pig-latin

A short exercise: given a sentence, for each word, take its first letter, put it to the end of the word, and append "ay". Punctuation should be unaffected. Because of that last part, this requires dictionaries.

vba-world-map icon vba-world-map

A cute, RPG-style map, made from pictures and predefined fill patterns. For Skema students, this is post-session 6.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.