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:
--- | |
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", |
I hereby claim:
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 { |