Skip to content
    MattDESTROYER

    Matthew James

    Core
    @MattDESTROYER
    Hi, I'm Matt! I'm an Aussie student and full-stack dev. Experienced in JS & Py, dabbled in PHP, C++, C#, + more... I'm a mod on Ask too!
    Australia
    LinkedIn
    GitHub
    Website
    MattDESTROYER
    MattDESTROYER
    published a Repl
    10 months ago
    5
    Simple Rope Physics Test
    Simple Rope Physics TestA simple rope physics test inspired by Sebsatian Lague (this is actually 2D, although it does look 3D...). Click and drag to cut the ropes.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    2
    Math with WebAssembly
    Math with WebAssemblyThis repl demonstrates some simple math functions written in C++ and compiled to WebAssembly. I set up a simple JavaScript module which loads the wasm files for me and enables them to be easily used. (Note that the page may take around seven seconds to fully load since the the two JavaScript functions which are compared with identical compiled C++ ones are very slow and computationally expensive.)
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    4
    Hardware Detector
    Hardware DetectorJust a small random project after finding out I could detect the GPU using JavaScript. Using pure browser JavaScript, this page shows as much information as possible about the hardware you use to view it.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    2
    Bouncing Particles
    Bouncing ParticlesA simple, fun (JavaScript) particle animation which reacts with HTML elements with the .bouncy class.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    5
    MattDESTROYER
    MattDESTROYERMy new portfolio site!
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    11
    Noughts & Crosses
    Noughts & CrossesThis is a multiplayer Noughts & Crosses game. Instructions on how to play are on the home page. Play Noughts and Crosses with fellow Replers! This program uses Replit Auth to authenticate users with Replit DB (using my EZReplDB package) to store user data (wins, draws, losses and other info on past matches). Inspiration: I saw this Repl which is a multiplayer Tic-Tac-Toe game and decided, having newly learnt to use Express, Socket.IO and WebSockets, I would try to make my own multiplayer Noughts & Crosses game (which as you can see, I did). Did I underestimate the challenge? Massively! Did I push myself and learn a lot from this project? Definitely! Have I succeeded in my goal? I'd say so!
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    11
    Skeleton Loading
    Skeleton LoadingA simple example of skeleton loading. Skeleton loading uses simple placeholder elements while loading actual content, replacing the placeholder or 'skeleton' content with real content when loaded. To really see the skeleton loading in action, go to your browser's console, navigate to the network tab and change no throttling to the slowest default option (probably slow 3g but may vary).
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    4
    Using ReplDB with PHP
    Using ReplDB with PHPA short, simple tutorial demonstrates setting up and using a small library I created to interact with ReplDB.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    1 year ago
    27
    Intro to JS
    Intro to JSThis tutorial covers the basics of JavaScript, an essential language for web development. Fork this Repl and begin learning! Made for the Tutorial Jam! Received the 3rd place prize! $250 USD! Tutorial Jam results.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    2 years ago
    0
    PHP Repl Auth
    PHP Repl AuthReplit Auth with PHP. Click the 'Login with Replit' button and see a mini 'profile card'.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    2 years ago
    4
    Authed View Logger
    Authed View LoggerUsing the power of PHP, this Repl logs each user (logged in via Repl auth) who views it!
    MattDESTROYER
    MattDESTROYER
    published a Repl
    2 years ago
    13
    The Solar System
    The Solar SystemExplore the solar system by clicking and dragging to pan and scrolling to zoom. Click on a planet or asteroid and the camera will automatically track it! All art by me (hence the terrible quality). Note: This is simply an animation, this is not to scale or accurate. The actual planets in the solar system have an elliptical orbit, not a circular orbit. The solar system is also 3D (big surprise there) . To see an accurate and real-time representation of the orbits of the planets, visit NASA's Eyes on the Solar System project.
    MattDESTROYER
    MattDESTROYER
    published a Repl
    2 years ago
    2
    Password Generator
    Password GeneratorA cryptographically secure password generator.
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang