Advertisement
Xlonix

rules.go

Dec 2nd, 2017
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.14 KB | None | 0 0
  1. //This file will validate that a player's move is ok
  2.  
  3. package main
  4.  
  5. func (gb *GameBoard) checkMove(move Message) bool{
  6.     return true
  7.     //TODO
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement