Initial commit: Laser Chess project files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -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/
|
||||
BIN
Compute_Issue_085_1987_Jun_Laser_Chess.pdf
Normal file
BIN
Compute_Issue_085_1987_Jun_Laser_Chess.pdf
Normal file
Binary file not shown.
BIN
Laser_Chess_Game_Description.pdf
Normal file
BIN
Laser_Chess_Game_Description.pdf
Normal file
Binary file not shown.
BIN
laser_chess_amiga_code_1.png
Normal file
BIN
laser_chess_amiga_code_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
BIN
laser_chess_amiga_code_2.png
Normal file
BIN
laser_chess_amiga_code_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
BIN
laser_chess_amiga_code_3.png
Normal file
BIN
laser_chess_amiga_code_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
laser_chess_board.png
Normal file
BIN
laser_chess_board.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user