phoenix-battleship
phoenix-battleship copied to clipboard
The Good Old game, built with Elixir, Phoenix, React and Redux
Sir, please accept my pull request or at least don't reject it please.
I followed the install instructions on the readme and... ``` > mix phoenix.server warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove...
https://github.com/bigardone/phoenix-battleship/blob/1077e13eb871ab4fd52eef09c1b42cabd44f4d8f/lib/battleship/game.ex#L106
Resolving warnings about unsafe variable when compiling ``` ==> battleship Compiling 20 files (.ex) warning: the variable "game_data" is unsafe as it has been set inside a case/cond/receive/if/&&/||. Please explicitly...
From what I remember, the painpoint of the game rules was that the party with a hit has another shot!
The game is really cool! It would be even more fun if it displayed properly on palmtops. The grid gets pretty squeezed on my mobile. It's quite hard to shoot...