chess_tui 0.41.4 → 0.41.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/chess/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 506b56e49a24e1406c94c1657c56c96d697996e0167c10311f885d85d07a16eb
|
|
4
|
+
data.tar.gz: f76b24bbd7c713dcb779863a90de100a3a4fbd76521e6c24497c0d570d332da6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ce9a48e8998b7e397a348e8ce99d0cc16fe44543a738f3b3518091c770b23e81faf22c3453cf25c729fec86d429c5e07fed50b2a19290043e03790f8ae67df4
|
|
7
|
+
data.tar.gz: 89b169ef16689315f5320b954ad1425e6ab873ff2e44b93f253a7c5c15cf14afcf5c308d9df4037f15a92421970e3fa3d4900590078d667e88ac95696ca6ffb9
|
data/README.md
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
[](https://github.com/XAJX179/Chess/actions/workflows/tests.yml)
|
|
8
8
|
[](https://github.com/XAJX179/Chess/actions/workflows/rubocop.yml)
|
|
9
9
|
|
|
10
|
+
<https://github.com/user-attachments/assets/180d563f-16d9-4f26-9b3a-c16bb66271a2>
|
|
11
|
+
|
|
10
12
|
## About
|
|
11
13
|
|
|
12
14
|
Chess game with terminal ui and mouse click support,
|
|
@@ -14,7 +16,9 @@
|
|
|
14
16
|
|
|
15
17
|
## Install
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+
> [!IMPORTANT]
|
|
20
|
+
> pre-requisite: ruby >= 3.2
|
|
21
|
+
> a terminal which supports xterm ctrl sequences (tested on xfce terminal)
|
|
18
22
|
|
|
19
23
|
```bash
|
|
20
24
|
gem install chess_tui
|
|
@@ -33,7 +37,3 @@ gem uninstall chess_tui
|
|
|
33
37
|
## 🫣 Peek
|
|
34
38
|
|
|
35
39
|

|
|
36
|
-
|
|
37
|
-
showcase video -
|
|
38
|
-
|
|
39
|
-
<https://github.com/user-attachments/assets/180d563f-16d9-4f26-9b3a-c16bb66271a2>
|
data/lib/chess/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chess_tui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.41.
|
|
4
|
+
version: 0.41.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- X_AJ_X
|
|
@@ -24,7 +24,9 @@ dependencies:
|
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: 0.23.1
|
|
26
26
|
description: |-
|
|
27
|
-
Chess game with terminal UI written in ruby,
|
|
27
|
+
Chess game with terminal UI written in ruby,
|
|
28
|
+
prerequisite: a terminal which supports xterm ctrl sequences. (tested on xfce terminal)
|
|
29
|
+
check out docs: https://xajx179.github.io/Chess
|
|
28
30
|
& source: https://github.com/XAJX179/Chess
|
|
29
31
|
email:
|
|
30
32
|
- xajx179@gmail.com
|