Sage Vaillancourt
5b18d3c0eb
Patch up some import/exports for the backend.
2022-10-17 16:15:32 -04:00
Sage Vaillancourt
ed281b51f4
Add 'QuickChess' label to top of page
2022-10-13 10:24:29 -04:00
Sage Vaillancourt
7ad5079289
Rename package to quickchess
...
Change "Submit" button to "Join"
2022-10-13 00:28:33 -04:00
Sage Vaillancourt
b4d75a7855
Start removing some redundant code.
2022-10-12 23:44:29 -04:00
Sage Vaillancourt
3b8d679cac
Centralize some Piece logic.
...
Using new logic.js
Also a bit of server.js cleanup.
2022-10-12 23:12:43 -04:00
Sage Vaillancourt
7fd455fe6d
Move board.js into components/ as Board.js
2022-10-12 23:03:23 -04:00
Sage Vaillancourt
c111a16a34
Tweak for mobile.
2022-10-12 22:42:26 -04:00
Sage Vaillancourt
7c018d0a12
A couple more appearance tweaks.
2022-10-12 22:30:08 -04:00
Sage Vaillancourt
259174358b
Much, much, prettier.
...
Show lobby name.
Case-insensitive lobby names.
2022-10-12 22:01:09 -04:00
Sage Vaillancourt
83e1e9c19c
Update endpoint to live backend
2022-10-12 14:40:53 -04:00
Sage Vaillancourt
5a959bf4c8
Update CORS
2021-01-06 13:29:22 -05:00
Sage Vaillancourt
138670bb2e
Add heroku Procfile
2021-01-06 13:14:27 -05:00
Sage Vaillancourt
b0fa88be56
Add support for game rooms
2021-01-06 12:05:57 -05:00
Sage Vaillancourt
5fee691c08
Add basic networking capabilities.
...
Include package-lock.json in git. Add server file. Start moving Board
backend into its own file (currently a lot of duplicate code between
board.js and backend.js).
2021-01-06 08:44:34 -05:00
Sage Vaillancourt
365d8b3cea
Expand and clean-up settings window
2021-01-05 10:19:29 -05:00
Sage Vaillancourt
0ba0c2850f
Clean-up and more testing
2021-01-03 13:32:58 -05:00
Sage Vaillancourt
4b38e44a3a
Move Board/Piece to own file. Start unit testing
2021-01-02 10:17:53 -05:00
Sage Vaillancourt
6cad21b79f
EMPTY is now its own "type" and "color" of piece
...
This allows many functions to be moved into the Piece class, since there
doesn't need to be the same degree of null-checking. Pieces can be more
directly compared to each other, as well, like with the new
piece.isEnemyOf(piece) function
2021-01-02 01:51:28 -05:00
Sage Vaillancourt
5ffdf0a7a1
Add toggle-able setting for shuffling the back row
...
Add gear icon for settings. Add some framework for easier addition of
toggle-able settings. Might be good to make it more generic across other
(not purely toggle) types of settings.
2021-01-02 00:46:08 -05:00
Sage Vaillancourt
aed8003fdf
Add settings/info popup.
...
No "settings" yet, but can reset game normally, or with a randomized
back row. Buttons generally look bad.
2021-01-01 20:03:56 -05:00
Sage Vaillancourt
89520ac767
Merge branch 'board_text' of https://gitlab.com/sagev9000/quickchess
2021-01-01 11:59:20 -05:00
Sage Vaillancourt
fcd7ce5b78
Board-generation from strings, and vice-versa
2020-12-31 13:39:56 -05:00
Sage Vaillancourt
bfbb9ef404
Added castling
2020-12-30 22:50:07 -05:00
Sage Vaillancourt
4d927e1866
More clean-up and correctness. More castling work
2020-12-30 16:56:57 -05:00
Sage Vaillancourt
44c493c035
Some clean-up and correctness
2020-12-30 13:50:26 -05:00
Sage Vaillancourt
94db8dfb8c
Some clean-up.
...
Added piece-based tooltips. Subject to removal, but may be converted to React
pop-ups. Added part of castling framework.
2020-12-30 11:11:12 -05:00
Sage Vaillancourt
a83829e2aa
Add small helper functions
2020-12-30 10:08:18 -05:00
Sage Vaillancourt
e121755d29
Added en passant. Moves now objects, not arrays
2020-12-30 09:49:29 -05:00
Sage Vaillancourt
0c2d99e762
Add link and attribution to README
2020-12-30 09:16:45 -05:00
Sage Vaillancourt
58efd4f323
Simple README
2020-12-30 09:14:16 -05:00
Sage Vaillancourt
6ca3a810c6
Ban moving self into, or staying in check
2020-12-30 00:09:02 -05:00
Sage Vaillancourt
51efbdfd4e
Correct checkmate-checking. Pawns become queens.
...
Began adding en passant framework. Pawns should have the option of
becoming knights, too.
2020-12-29 22:44:48 -05:00
Sage Vaillancourt
e59e1a68f5
A bit of reset() cleanup
2020-12-29 16:55:35 -05:00
Sage Vaillancourt
bd8dec72d5
Try to move Piece to its own class
2020-12-29 16:38:52 -05:00
Sage Vaillancourt
20c07a0552
Add .swp files to .gitignore
2020-12-29 15:08:35 -05:00
Sage Vaillancourt
62c6c0fd4e
Modify slightly to fit into SageV.Space
2020-12-29 13:57:19 -05:00
Sage Vaillancourt
d4b540a05b
Add full checkmate functionality
...
Some clean-up of move-finding
2020-12-29 09:56:49 -05:00
Sage Vaillancourt
0a721d111a
Checkmate framework in place
2020-12-29 08:25:17 -05:00
Sage Vaillancourt
45a109f8f3
Some cleanup
2020-12-28 22:51:01 -05:00
Sage Vaillancourt
b3ffa54a8e
Check for check
2020-12-28 19:21:13 -05:00
Sage Vaillancourt
7041543bd0
Correct pawn movement
2020-12-28 18:01:05 -05:00
Sage Vaillancourt
63dba59d25
Checker the board
2020-12-28 17:51:09 -05:00
Sage Vaillancourt
0cd2615959
Work nicely in landscape or portrait mode
2020-12-28 17:41:48 -05:00
Sage Vaillancourt
7fb3d9902e
Remove hold text
2020-12-28 16:59:10 -05:00
Sage Vaillancourt
1a83641e22
Put more of color-handling into JS code
2020-12-28 16:54:23 -05:00
Sage Vaillancourt
96eec63757
Switch to SVG files
...
Better looking CSS on mobile. Lacking on desktop.
2020-12-28 16:41:13 -05:00
Sage Vaillancourt
14956ab4d5
Most pieces move as expected (pawns need work)
...
Now able to build and publish as static
2020-12-28 15:12:35 -05:00
Sage Vaillancourt
21951b4891
Begin chess implementation
2020-12-27 23:58:51 -05:00
Sage Vaillancourt
4ac1e8a039
Base project
2020-12-27 20:11:50 -05:00