Skip to content

Instantly share code, notes, and snippets.

View jensbodal's full-sized avatar
:atom:
Zojak Quasith

Jens Bodal jensbodal

:atom:
Zojak Quasith
View GitHub Profile
@jensbodal
jensbodal / mdc.mdc
Created July 1, 2025 10:54 — forked from patelnav/mdc.mdc
MDC file to help generate MDC files
---
description: Guidelines and best practices for creating .mdc (Markdown Configuration) files in Cursor, including structure, metadata annotations, and formatting rules
globs: ["**/*.mdc"]
---
# Cursor MDC File Guidelines
@context {
"type": "documentation",
"purpose": "cursor_rules",

Keybase proof

I hereby claim:

  • I am jensbodal on github.
  • I am jensbodal (https://keybase.io/jensbodal) on keybase.
  • I have a public key ASCKrFBUwPdCbDb3hreQD1b4Jl-Bru3k8EIfqikRdJieBAo

To claim this, I am signing this object:

GameRunner runs Game
package finalproject;
import java.awt.BorderLayout;
import java.awt.event.*;
import javax.swing.*;
// Don't impelment ActionListener on the JFrame unless you need the JFrame to
// have an action listener
public class Game extends JFrame {