Advertisement
Xlonix

generation.go

Dec 2nd, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.15 KB | None | 0 0
  1. //This file will generate the pathes in the board struct
  2.  
  3. package main
  4.  
  5. import (
  6.     rand "math/rand"
  7. )
  8.  
  9. func (gb *GameBoard) genPaths(){
  10.     //TODO
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement