Skip to content

Commit

Permalink
docs: change years 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Aug 16, 2024
1 parent 04c0acd commit b351d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gomoku.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Augustusmyc
Copyright (c) 2023 Joker2770
Copyright (c) 2023-2024 Joker2770
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -63,7 +63,7 @@ class Gomoku
inline unsigned int get_rule() const { return this->rule_flag; };

private:
board_type board; // game board
board_type board; // game board
std::vector<int> legal_moves_hash_tab;
const unsigned int n; // board size
const unsigned int n_in_row; // 5 in row or else
Expand Down

0 comments on commit b351d05

Please sign in to comment.