Skip to content
View lucasmelz's full-sized avatar

Block or report lucasmelz

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.

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

Pinned Loading

  1. 2dBallGame 2dBallGame Public

    This is a simple 2d game made with native JavaScript to animate SVG elements in the DOM.

    HTML

  2. 3Dmodel 3Dmodel Public

    3D model of the word "grudar" created with 3JS.

    JavaScript

  3. mock-restaurant-nextjs mock-restaurant-nextjs Public

    This is a mock restaurant website built with Next.js 13.4 and styled with Tailwind. It was created to illustrate how to create mock API's using Next.js server-side capabilities.

    TypeScript 5 1

  4. 2048-C 2048-C Public

    Uma implementação em C do jogo 2048.

    C

  5. Arithmetic-to-DC-Converter Arithmetic-to-DC-Converter Public

    This project is an integer calculator that parses arithmetic expressions with variables, converts them into Reverse Polish Notation (RPN), and generates instructions compatible with the `dc` calcul…

    Java

  6. sokoban-solver sokoban-solver Public

    Java-based application designed to find solutions for various configurations of the Sokoban game, a classic puzzle where the player pushes boxes (or in this case, a single machine) onto target loca…

    Java