Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dechristopher/lio
♚ lioctad.org: the forever free, adless and open source octad server
https://github.com/dechristopher/lio
chess free-software game go gofiber non-profit octad rating react redux server type-safe typescript websocket
Last synced: 3 months ago
JSON representation
♚ lioctad.org: the forever free, adless and open source octad server
- Host: GitHub
- URL: https://github.com/dechristopher/lio
- Owner: dechristopher
- License: agpl-3.0
- Created: 2021-02-21T22:38:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T11:20:53.000Z (5 months ago)
- Last Synced: 2024-08-29T12:40:42.475Z (5 months ago)
- Topics: chess, free-software, game, go, gofiber, non-profit, octad, rating, react, redux, server, type-safe, typescript, websocket
- Language: TypeScript
- Homepage: https://lioctad.org
- Size: 222 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [lioctad.org](https://lioctad.org)
[![Go Report Card](https://goreportcard.com/badge/github.com/dechristopher/lio)](https://goreportcard.com/report/github.com/dechristopher/lio)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/dechristopher/lio/master/LICENSE)Lioctad (li[bre] octad) is a free online octad game server focused on
[realtime](https://lioctad.org/games) gameplay and ease of use.Lioctad is written in Go 1.19 using Go Fiber and React 17 with Redux. Go
templates are used for templating. Pure octad logic is contained in the
[octad](https://github.com/dechristopher/octad) library. The server is fully
asynchronous, making heavy use of Go routines. WebSocket connections are handled
by a separate server that communicates using Redis PubSub. Lioctad talks to
an octad engine that uses Minimax with alpha-beta pruning for games against
computers. It uses PostgreSQL to store games, which are indexed by Elasticsearch.
HTTP requests and WebSocket connections can be proxied by Nginx. The frontend is
written in TypeScript, using Sass to generate CSS. All rated games are published
in a free PGN [database](https://lioctad.org/db).## License
Lioctad is licensed under the GNU Affero General Public License 3 or any later
version at your choice. See COPYING for details.