At the moment, this is another implementation of my older game Tally Board, which I released for iOS in 2014.
The game is inspired by 2048, but the player sees more mathematically aligned challenges.
- go (for the api)
- node and npm (for the frontend)
- (optional) fd and entr for filewatching
- buf CLI for generating the buf
simply run make start
.
This will start the server, and also the frontend-dev-server.
run make watch
Note that this also runs the server-tests.
run make web_public_api
.
The frontend will now work towards the public api (https://gotally.fly.io).
For normal development, it is adviced to use the local server, as it does not pollute the public database.
Ensure the local server is running, as well as the frontend.
run make test
This project now serves more as a playground for me testing some new technology.
I am planning to create a package here to perhaps test the usage of Buf, just for kicks.