Skip to content
Snippets Groups Projects
Commit fbb086f0 authored by Bariatti Francesco's avatar Bariatti Francesco
Browse files

Removed old definitions of penguins var: switched to arrays of uint_32

parent ce1d5bb5
No related branches found
No related tags found
No related merge requests found
......@@ -20,15 +20,6 @@ namespace game
//Penguins
uint32_t peng_red[4] = {0, 1, 6, 7};
uint32_t peng_blue[4] = {59, 58, 53, 54};
//TODO: delete
uint32_t p1_red = 0;
uint32_t p2_red = 1;
uint32_t p3_red = 6;
uint32_t p4_red = 7;
uint32_t p1_blue = 59;
uint32_t p2_blue = 58;
uint32_t p3_blue = 53;
uint32_t p4_blue = 54;
int score_red = 0;
int score_blue = 0;
......@@ -80,7 +71,6 @@ namespace game
std::uint64_t hash() const;
private:
//TODO: modify/delete functions
penguin_state state;
void move_penguin(uint32_t* p, uint16_t rel_move);
uint64_t create_obstacles_bitboard();
......
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