Not sure how I feel about the name but that's what I landed on ... good enough for now.
If you know about BattleSnake, you're most of the way there. I've taken a lot of ideas and concepts from there and applied them here. If you haven't, however, SaaS/BattleSnake is a coding competition where teams or individuals build "AI controlled" snakes (classic Snake) which duke it out on a board.
The client is an SPA interface for SaaS.
You'll need the server portion to be up and running (the GraphQL schema is loaded in the build step).
- Install dependencies (
yarn
ornpm install
) - Run
yarn start
ornpm start
- React (v16 🎉)
- GraphQL
- Redux (not as much anymore)
- Websockets (Socket.IO)
PRs welcome but ¯\_(ツ)_/¯ it's just a hobby project.