Commit Graph

  • fa5210a6d7 Added license master Tibor Bizjak 2023-02-26 23:37:54 +0100
  • 57e4b8489f Forgot to commit Tibor Bizjak 2023-02-26 23:34:11 +0100
  • 715a4517aa Removed test Tibor Bizjak 2019-09-12 13:01:05 +0200
  • 22c62bb513 Added redirect after post Tibor Bizjak 2019-09-12 13:00:25 +0200
  • 84cdf65c3a Fixed bug; moves stack cut too long on rebase Tibor Bizjak 2019-09-12 13:00:04 +0200
  • 9f6a78c7ea Renamed template.html to template.tpl Tibor Bizjak 2019-09-11 01:14:34 +0200
  • e01e7e2d8e Added autofocus on textbox Tibor Bizjak 2019-09-11 01:13:10 +0200
  • 3341f3e456 Fixed minor bugs Tibor Bizjak 2019-09-11 01:10:53 +0200
  • 64c6773ca9 Created README.md Tibor Bizjak 2019-09-10 23:57:08 +0200
  • e504aa48c6 Added doc string to main.py Tibor Bizjak 2019-09-10 23:33:28 +0200
  • f402ae36af Added doc strings to chess.py Tibor Bizjak 2019-09-10 23:27:31 +0200
  • 661e87715a Added cookies Tibor Bizjak 2019-09-10 22:29:59 +0200
  • fdbd4d2f09 Created backend Tibor Bizjak 2019-09-10 22:01:20 +0200
  • 9766116a99 Changed template, forgot to commit Tibor Bizjak 2019-09-10 21:52:38 +0200
  • 3d9f1aaf94 Fixed performance issues caused by deepcopy Tibor Bizjak 2019-09-10 21:42:55 +0200
  • d0bbc4a14a Added history managment Tibor Bizjak 2019-09-10 21:36:49 +0200
  • 6f6791e30e Created initial chess template Tibor Bizjak 2019-09-10 18:48:06 +0200
  • d4a9528127 Changed Piece string repr Tibor Bizjak 2019-09-10 18:47:34 +0200
  • f9431d8add Added algebraic notation move method, fixed some bugs Tibor Bizjak 2019-09-10 16:28:12 +0200
  • fbf001a9b2 Added logic so move is invalid if it opens a check Tibor Bizjak 2019-09-10 15:22:15 +0200
  • 582a635e17 Added is_check and is_mate methods and helper method all_legal_moves Tibor Bizjak 2019-09-10 14:30:43 +0200
  • 4aa67bd830 Added castling logic, fixed en passant and promotion Tibor Bizjak 2019-09-10 14:01:17 +0200
  • c0f2df0b59 Added en passant and pawn promotion logic Tibor Bizjak 2019-09-10 13:08:06 +0200
  • 1237549567 Added en passant to possible moves Tibor Bizjak 2019-09-09 14:10:55 +0200
  • 8256ba1bf6 small fixes Tibor Bizjak 2019-09-06 19:43:35 +0200
  • e68196be39 Added parser for algebraic notation and turn variable to Game class Tibor Bizjak 2019-09-06 17:10:43 +0200
  • dad2fc7d58 Further refactoring of possible_moves and helper functions Tibor Bizjak 2019-09-05 19:16:58 +0200
  • 0b16fabcd8 Refactored possible_moves method Tibor Bizjak 2019-09-04 21:05:22 +0200
  • 6d1f9d06dc Added move method and supporting methods Tibor Bizjak 2019-09-03 23:43:32 +0200
  • e93d09f939 Added possible moves for king and pawn Tibor Bizjak 2019-09-03 23:33:24 +0200
  • ad7ad5e066 Added function to list possible moves Tibor Bizjak 2019-09-03 22:44:48 +0200
  • d1d8362ee4 Added occupying method and eq for Piece class Tibor Bizjak 2019-09-03 21:01:02 +0200
  • fcd2f7d62a added is_empty method, cleaned Game repr Tibor Bizjak 2019-09-03 20:50:52 +0200
  • 8868e919b5 Added Piece class Tibor Bizjak 2019-09-03 20:46:59 +0200
  • dab851ca07 Added game repr Tibor Bizjak 2019-09-01 21:29:25 +0200
  • d757eafe2f Updated .gitignore Tibor Bizjak 2019-09-01 16:53:29 +0200
  • 3dba52f781 Created Game object Tibor Bizjak 2019-09-01 16:52:51 +0200
  • 87c1451df1 Initial commit Tibor Bizjak 2019-09-01 16:04:34 +0200