Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hydrogen602/boardgame_gleam


https://github.com/hydrogen602/boardgame_gleam

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# boardgame
My attempt to learn gleam

Features
- Server can handle many games at once
- Networked: players can together over the internet
- Each game has a unique game token to make it easy to invite friends but keeps games private
- Players can reload the page without losing their seat in the game: game tokens and a unique player token are stored in localStorage
- Players can't play opponents pieces

Start backend:
```bash
gleam run
```

Start frontend
```bash
cd game-ui
npm start
```