added captures, movement, legalmoves hover, and basics of game

This commit is contained in:
CT
2026-05-07 20:32:42 -05:00
parent a70b84f991
commit 7a1844c06a
10 changed files with 100 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ import java.awt.*;
import java.util.*;
public abstract class Piece {
public static int SIZE = 40;
Position pos;
Image sprite;
String color;