Skip to content
Snippets Groups Projects
Commit 15a4e790 authored by Salard Xavier's avatar Salard Xavier
Browse files

Adjustement of the penguin_move_board function

parent 5fe26243
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ namespace game
const tile_content get_tile(std::uint8_t tile_index) const;
static penguin_state random_start_state();
std::uint64_t penguin_board(bool) const; // true for position of blue penguin, else false
uint64_t penguin_move_board(const uint32_t& pen) const; //Bitboard of possible move of the penguin
uint8_t turns_played() const;
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment