Refactor server and pixel
-
deplaced
mainpackages in acmddirectory (as it should be done) -
changed the name of test script to more explicit one
-
refactor
serverpackage:
- added a
type.gofile - added a file for each type of request (at the moment, only
test_request - small type changes
- refactor
paintingpackage:
- changed the name of the package
pixelwartopaintingas it is more explicit: this package defines all the stuff to paint on a canvas - changed the name of the struct
playgroundtocanvasas it is more explicit, and reuses the actual r/Place vocabulary - changed the param of a canvas to
heigth,widthandgridas it is more explicit
- change the name of the module to
gitlab.utc.fr/pixelwar_ia04/pixelwarto allowgo install - added a
main.gothat launches the server to allowgo install - added some TODOS...