From f6d43b6abea8930a2afde1faba060326368551ec Mon Sep 17 00:00:00 2001 From: Jipok Date: Sat, 7 Sep 2019 18:46:14 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a46cac3..b8425ad4 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,7 @@ _Games, game servers and control panels._ - [Hextris](https://github.com/Hextris/hextris) - Fast paced HTML5 puzzle game inspired by Tetris. ([Demo](https://hextris.github.io/hextris)) `GPL-3.0` `HTML5` - [Lila](https://lichess.org/) - The forever free, adless and open source chess server powering lichess.org, with official iOS and Android client apps. ([Source Code](https://github.com/ornicar/lila)) `AGPL-3.0` `Scala` - [Posio](https://github.com/abrenaut/posio) - Geography multiplayer game. `MIT` `Python` +- [Openspades](http://openspades.yvt.jp) - Openspades is the first-person shooter in a destructible voxel world. ([Source Code](https://github.com/yvt/openspades), [Server Source Code](https://github.com/piqueserver/piqueserver)) `GPL-3.0` `C++/Python` - [RconCli](https://github.com/gorcon/rcon-cli) - CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol. `MIT` `Go` - [SourceBans++](https://sbpp.github.io) - Admin, ban, and communication management system for games running on the Source engine. ([Source Code](https://github.com/sbpp/sourcebans-pp)) `CC-BY-SA-4.0` `PHP` - [Spyfall](https://github.com/mpcovcd/spyfall) - Fan made web version of the Spyfall party game. ([Demo](http://spyfall.crabhat.com/)) `MIT` `HTML/Javascript` From 2d2f06268249211863f5aff323a6da3e8f09ff63 Mon Sep 17 00:00:00 2001 From: Jipok Date: Sat, 7 Sep 2019 18:52:50 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8425ad4..304a8fc0 100644 --- a/README.md +++ b/README.md @@ -783,7 +783,7 @@ _Games, game servers and control panels._ - [Hextris](https://github.com/Hextris/hextris) - Fast paced HTML5 puzzle game inspired by Tetris. ([Demo](https://hextris.github.io/hextris)) `GPL-3.0` `HTML5` - [Lila](https://lichess.org/) - The forever free, adless and open source chess server powering lichess.org, with official iOS and Android client apps. ([Source Code](https://github.com/ornicar/lila)) `AGPL-3.0` `Scala` - [Posio](https://github.com/abrenaut/posio) - Geography multiplayer game. `MIT` `Python` -- [Openspades](http://openspades.yvt.jp) - Openspades is the first-person shooter in a destructible voxel world. ([Source Code](https://github.com/yvt/openspades), [Server Source Code](https://github.com/piqueserver/piqueserver)) `GPL-3.0` `C++/Python` +- [piqueserver](https://github.com/piqueserver/piqueserver) - Server for openspades - the first-person shooter in a destructible voxel world. ([Client](https://github.com/yvt/openspades)) `GPL-3.0` `Python/C++` - [RconCli](https://github.com/gorcon/rcon-cli) - CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol. `MIT` `Go` - [SourceBans++](https://sbpp.github.io) - Admin, ban, and communication management system for games running on the Source engine. ([Source Code](https://github.com/sbpp/sourcebans-pp)) `CC-BY-SA-4.0` `PHP` - [Spyfall](https://github.com/mpcovcd/spyfall) - Fan made web version of the Spyfall party game. ([Demo](http://spyfall.crabhat.com/)) `MIT` `HTML/Javascript` From d7a0ae77935f454fe6dd81d07ae390f3e73336e0 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 14 Sep 2019 14:29:27 +0000 Subject: [PATCH 3/4] workaround syntax checker not happy with 'Client' (singular) link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304a8fc0..99cae924 100644 --- a/README.md +++ b/README.md @@ -783,7 +783,7 @@ _Games, game servers and control panels._ - [Hextris](https://github.com/Hextris/hextris) - Fast paced HTML5 puzzle game inspired by Tetris. ([Demo](https://hextris.github.io/hextris)) `GPL-3.0` `HTML5` - [Lila](https://lichess.org/) - The forever free, adless and open source chess server powering lichess.org, with official iOS and Android client apps. ([Source Code](https://github.com/ornicar/lila)) `AGPL-3.0` `Scala` - [Posio](https://github.com/abrenaut/posio) - Geography multiplayer game. `MIT` `Python` -- [piqueserver](https://github.com/piqueserver/piqueserver) - Server for openspades - the first-person shooter in a destructible voxel world. ([Client](https://github.com/yvt/openspades)) `GPL-3.0` `Python/C++` +- [piqueserver](https://github.com/piqueserver/piqueserver) - Server for openspades - the first-person shooter in a destructible voxel world. ([Clients](https://github.com/yvt/openspades)) `GPL-3.0` `Python/C++` - [RconCli](https://github.com/gorcon/rcon-cli) - CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol. `MIT` `Go` - [SourceBans++](https://sbpp.github.io) - Admin, ban, and communication management system for games running on the Source engine. ([Source Code](https://github.com/sbpp/sourcebans-pp)) `CC-BY-SA-4.0` `PHP` - [Spyfall](https://github.com/mpcovcd/spyfall) - Fan made web version of the Spyfall party game. ([Demo](http://spyfall.crabhat.com/)) `MIT` `HTML/Javascript` From b08cb69eb1b3728e94a0ae7ecbd8bceaa243b4a9 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 30 Sep 2019 17:07:31 +0000 Subject: [PATCH 4/4] remove hyphen from description to make the linter happy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cae924..adf25d5c 100644 --- a/README.md +++ b/README.md @@ -783,7 +783,7 @@ _Games, game servers and control panels._ - [Hextris](https://github.com/Hextris/hextris) - Fast paced HTML5 puzzle game inspired by Tetris. ([Demo](https://hextris.github.io/hextris)) `GPL-3.0` `HTML5` - [Lila](https://lichess.org/) - The forever free, adless and open source chess server powering lichess.org, with official iOS and Android client apps. ([Source Code](https://github.com/ornicar/lila)) `AGPL-3.0` `Scala` - [Posio](https://github.com/abrenaut/posio) - Geography multiplayer game. `MIT` `Python` -- [piqueserver](https://github.com/piqueserver/piqueserver) - Server for openspades - the first-person shooter in a destructible voxel world. ([Clients](https://github.com/yvt/openspades)) `GPL-3.0` `Python/C++` +- [piqueserver](https://github.com/piqueserver/piqueserver) - Server for openspades, the first-person shooter in a destructible voxel world. ([Clients](https://github.com/yvt/openspades)) `GPL-3.0` `Python/C++` - [RconCli](https://github.com/gorcon/rcon-cli) - CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol. `MIT` `Go` - [SourceBans++](https://sbpp.github.io) - Admin, ban, and communication management system for games running on the Source engine. ([Source Code](https://github.com/sbpp/sourcebans-pp)) `CC-BY-SA-4.0` `PHP` - [Spyfall](https://github.com/mpcovcd/spyfall) - Fan made web version of the Spyfall party game. ([Demo](http://spyfall.crabhat.com/)) `MIT` `HTML/Javascript`