commit f3d32a7f387f17ba00d792962d036b19ac0cfefc Author: jared Date: Mon Jan 19 22:32:33 2026 -0500 Initial commit: Laser Chess project files Co-Authored-By: Claude Opus 4.5 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d36a9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Virtual environments +.venv/ +venv/ +env/ +ENV/ + +# Python cache +__pycache__/ +*.py[cod] +*$py.class +*.pyo + +# Distribution / packaging +dist/ +build/ +*.egg-info/ +*.egg + +# IDE / Editor +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS files +.DS_Store +Thumbs.db + +# Testing / Coverage +.pytest_cache/ +.coverage +htmlcov/ +.tox/ + +# Jupyter +.ipynb_checkpoints/ diff --git a/Compute_Issue_085_1987_Jun_Laser_Chess.pdf b/Compute_Issue_085_1987_Jun_Laser_Chess.pdf new file mode 100644 index 0000000..45d9a7c Binary files /dev/null and b/Compute_Issue_085_1987_Jun_Laser_Chess.pdf differ diff --git a/Laser_Chess_Game_Description.pdf b/Laser_Chess_Game_Description.pdf new file mode 100644 index 0000000..c312d53 Binary files /dev/null and b/Laser_Chess_Game_Description.pdf differ diff --git a/laser_chess_amiga_code_1.png b/laser_chess_amiga_code_1.png new file mode 100644 index 0000000..4c3989d Binary files /dev/null and b/laser_chess_amiga_code_1.png differ diff --git a/laser_chess_amiga_code_2.png b/laser_chess_amiga_code_2.png new file mode 100644 index 0000000..7483fb0 Binary files /dev/null and b/laser_chess_amiga_code_2.png differ diff --git a/laser_chess_amiga_code_3.png b/laser_chess_amiga_code_3.png new file mode 100644 index 0000000..17e2907 Binary files /dev/null and b/laser_chess_amiga_code_3.png differ diff --git a/laser_chess_board.png b/laser_chess_board.png new file mode 100644 index 0000000..4dbf977 Binary files /dev/null and b/laser_chess_board.png differ